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
- :
- Include prerequisites in setup.msi
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Feb 24, 2011
06:12 AM
Include prerequisites in setup.msi
I am making a Basic MSI project. Requirement is to make the setup.msi instead of setup.exe. There are some prerequisites which are to be installed before installing my application. Initially i have included the prerequisites but installshield gave error saying setup.msi cannot be created with prerequisites. When i removed the prerequisite setup.msi is created.
Is there any way to include the prerequisite in setup.msi or is there any way to ensure that prerequisites are installed in the user's system.
Is there any way to include the prerequisite in setup.msi or is there any way to ensure that prerequisites are installed in the user's system.
(1) Reply
Feb 27, 2011
08:37 PM
You can use 'System search' function in order to figure out whether a system meets the installation requirement or not.
http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=installshield12helplib-AddingSystemSearchhtm&sliceId=&docTypeID=DT_MACROVISIONHELPNET_1_1&dialogID=105098550&stateId=0%200%20105100160
Or,I don't think it's recommended way but you can include your prerequisites into your msi file to use the following step.
In [Application Data]-[redistributable]view. Select the prerequisites.
In the below [Conditional Installation]view,check out [Install before feature selection], check in any feature.
http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=installshield12helplib-AddingSystemSearchhtm&sliceId=&docTypeID=DT_MACROVISIONHELPNET_1_1&dialogID=105098550&stateId=0%200%20105100160
Or,I don't think it's recommended way but you can include your prerequisites into your msi file to use the following step.
In [Application Data]-[redistributable]view. Select the prerequisites.
In the below [Conditional Installation]view,check out [Install before feature selection], check in any feature.