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
- :
- Re: install another setup.exe during installation
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
‎Sep 15, 2008
07:58 PM
install another setup.exe during installation
Hi,
I have two installers abc.exe , xyz.exe.
I kept the xyz.exe inside abc.exe
This xyz.exe has to go under silent installation while installing abc.exe
can anyone help me , how to do this.
sagar
I have two installers abc.exe , xyz.exe.
I kept the xyz.exe inside abc.exe
This xyz.exe has to go under silent installation while installing abc.exe
can anyone help me , how to do this.
sagar
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 16, 2008
01:30 AM
you can write a script with LaunchAppAndWait function to call the executable, then you can invoke the function using a custom action.
-praveen
-praveen
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 03, 2008
04:46 AM
The LaunchAppAndWait function working fine in windows XP and Windows 2000, but not in windows Vista. I am using the /qn option to install and I guess the installation unsuccess in vista is due to the UAC although I already login as Administrator..
Do you know what should I pass in the parameter to make the silent installation of second setup successful?
Do you know what should I pass in the parameter to make the silent installation of second setup successful?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 23, 2008
03:23 PM
LKM_N4EN wrote:
The LaunchAppAndWait function working fine in windows XP and Windows 2000, but not in windows Vista. I am using the /qn option to install and I guess the installation unsuccess in vista is due to the UAC although I already login as Administrator..
Do you know what should I pass in the parameter to make the silent installation of second setup successful?
You need to use the evil "run as administrator" 😛