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
- :
- Suite installer execution
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
‎Apr 24, 2015
12:58 AM
Suite installer execution
Hi,
I created a Suite installer with 10 exe packages in it, all these exe packages are created using Installscript MSI project.
Let the exe packages names like setup1.exe, setup2.exe, ... setup5.exe, setup6.exe, .... setup10.exe.
Now while installing the Suite installer, if I cancel the setup1.exe, the execution of the remaining setups should not continue. Could you please help me in this issue.Thanks in advance
I created a Suite installer with 10 exe packages in it, all these exe packages are created using Installscript MSI project.
Let the exe packages names like setup1.exe, setup2.exe, ... setup5.exe, setup6.exe, .... setup10.exe.
Now while installing the Suite installer, if I cancel the setup1.exe, the execution of the remaining setups should not continue. Could you please help me in this issue.Thanks in advance
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 24, 2015
08:07 AM
If you have set up correct detection conditions, this should happen automatically. Correct detection conditions are key to proper functioning of the suite. Because of this I typically recommend using .msi packages wherever possible, as InstallShield can create the detection condition for those automatically.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 27, 2015
08:09 AM
Hi MichaelU,
We are supposed to use only exe files but not msi files. Secondly which Detection condition do we need to add , already we are using Installscript package in Detection condition for our purpose.
We are supposed to use only exe files but not msi files. Secondly which Detection condition do we need to add , already we are using Installscript package in Detection condition for our purpose.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 27, 2015
08:18 AM
Well, InstallScript MSI packages are installing a Windows Installer-based product, so you can use condition trees built around the "MSI Package" condition to detect them. Depending on whether you offer minor upgrades, and how you want to handle them, you may have to tweak your exact approach.
The core thing is to write a condition that returns true when and only when the package is installed on the machine. During installation, if this doesn't change from false to true, the suite will then be able to tell that the installation failed.
The core thing is to write a condition that returns true when and only when the package is installed on the machine. During installation, if this doesn't change from false to true, the suite will then be able to tell that the installation failed.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 01, 2015
08:47 AM
Hi ,
Any update on this issue???
Any update on this issue???