This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Execute file from within setup
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 10, 2011
02:42 PM
Execute file from within setup
Hello,
I have a file that I want to execute from within setup (SQL Server express setup file).
The way I have it now is as follows:
How can I launch it from my setup app without it having to be copied onto the user's computer? I can't have it as a pre-requisite as the user has an option of installing it or not.
Thanks,
I have a file that I want to execute from within setup (SQL Server express setup file).
The way I have it now is as follows:
The exe file is a component and I launch it during OnFirstUIBefore event in my script. The problem with this is that the file has to be copied to the user's computer as a component's file has to have a destination location.
How can I launch it from my setup app without it having to be copied onto the user's computer? I can't have it as a pre-requisite as the user has an option of installing it or not.
Thanks,
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 22, 2011
07:50 AM
Why don't you use prerequisites to install Sql-Express?
If you don't want to do so, you can put the Sql-Setup in Support Files/Billboards section and launch it via SUPPORTDIR ^ "setup.exe".
If you don't want to do so, you can put the Sql-Setup in Support Files/Billboards section and launch it via SUPPORTDIR ^ "setup.exe".