|
-
Mar 12th, 2010, 07:36 PM
#1
Thread Starter
PowerPoster
[RESOLVED] [INNOSETUP] Install 3rd party after installation
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.
-
Mar 14th, 2010, 05:15 PM
#2
Thread Starter
PowerPoster
Re: [INNOSETUP] Install 3rd party after installation
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
Last edited by Radjesh Klauke; Mar 16th, 2010 at 02:05 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|