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
- :
- Help please, problem on Vista 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
May 21, 2008
01:10 PM
Help please, problem on Vista installation
Hi all,
I have one problem with my msi project on Vista.
I have an Installscript using 'LaunchAppAndWait' launch a 3rd party setup.exe. I use custom action calls the Installscript function. The issue is that the 3rd party setup has the restart computer option appeared when it runs at Vista. The option does not appear at WinXP. I use '/r:n' already. So, is there a way to omit the 3rd party setup restart option at Vista, or restart only after the whole installation process completed? 🙂
TIA,
RL
I have one problem with my msi project on Vista.
I have an Installscript using 'LaunchAppAndWait' launch a 3rd party setup.exe. I use custom action calls the Installscript function. The issue is that the 3rd party setup has the restart computer option appeared when it runs at Vista. The option does not appear at WinXP. I use '/r:n' already. So, is there a way to omit the 3rd party setup restart option at Vista, or restart only after the whole installation process completed? 🙂
TIA,
RL
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 22, 2008
11:25 AM
fix it by using '/s' 😄