how to run an MSI file automatic in my installation file (using SetupFactory ) ?
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 ... :)
Re: how to run an MSI file automatic in my installation file (using SetupFactory ) ?
Since this is a question about deployment I moved the thread to here.
Re: how to run an MSI file automatic in my installation file (using SetupFactory ) ?
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