• from the following link, DTEXEC.EXE looks like a good candidate. you could put the execution string in a batch file that the user could double click to run.

    http://www.mssqltips.com/sqlservertip/1775/different-ways-to-execute-a-sql-server-ssis-package/

    Can you put the scripts into the ssis package? if not you could also run the scripts (probably easier to put them into stored procedures) using SQLCMD via the same batch file (or a different one if that's what you need.)