PDA

Click to See Complete Forum and Search --> : how to run an MSI file automatic in my installation file (using SetupFactory ) ?


Programmation
Nov 15th, 2009, 06:22 PM
i had packaged my program but there is an MSI file must install on the client machine how to make it Run automatically when the client begin the program setup ?

Any Idea Brother ... :)

MartinLiss
Nov 15th, 2009, 07:21 PM
Since this is a question about deployment I moved the thread to here.

dilettante
Nov 15th, 2009, 09:41 PM
You'll probably need to find a way to run msiexe.exe, possibly using the /q as well as /i switch.

Command-Line Switches for the Microsoft Windows Installer Tool (http://support.microsoft.com/kb/227091)