PDA

Click to See Complete Forum and Search --> : [RESOLVED] [INNOSETUP] Install 3rd party after installation


Radjesh Klauke
Mar 12th, 2010, 07:36 PM
Ola,

Wondering where I can find documentation or example(s) how to execute an external installer after the installation is completed. The user should have the option to install it or not (checkbox??)

Thanks for the help in advance.

Radjesh Klauke
Mar 14th, 2010, 06:15 PM
Finally got it working:

This example gives the user the choice to install sqlce35sp1.ms.

Filename: "msiexec.exe"; Parameters: "/i ""{tmp}\sqlsercomp351.msi"""; StatusMsg: Install Microsoft SQL Server Compact 3.5 SP1; Components:sqlce; Flags: postinstall unchecked