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: Prerequisites
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
‎Jan 29, 2015
07:07 AM
Prerequisites
I've been using clickonce previously but I am trying InstallShield limited edition.
The application I am working on at the moment has a reference to a com dll (VB6) this dll itself references:
AccessDatabaseEngine.exe
I will need to add AccessDatabaseEngine.exe as a prerequisite however I can't see it in the list of redistributables in the
specify application data.
I do have the redistributable on the development machine (It is available through clickonce).
How can I include it in my setup?
Thanks
The application I am working on at the moment has a reference to a com dll (VB6) this dll itself references:
AccessDatabaseEngine.exe
I will need to add AccessDatabaseEngine.exe as a prerequisite however I can't see it in the list of redistributables in the
specify application data.
I do have the redistributable on the development machine (It is available through clickonce).
How can I include it in my setup?
Thanks
- Tags:
- prerequisites
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 29, 2015
03:51 PM
If you have the prerequisite you can copy it to the prerequisites directory for InstallShield LE. Then refresh the program and it should show up in the redistributables view.
The default location for prerequisites is C:\Program Files (x86)\InstallShield\2013LE\SetupPrerequisites.
The default location for prerequisites is C:\Program Files (x86)\InstallShield\2013LE\SetupPrerequisites.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 30, 2015
12:12 PM
I tried dropping AccessDatabaseEngine redistributable into the setupprerequisites folder. I tried refreshing the window but it does not show up.
Thanks
Andy
Thanks
Andy
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 03, 2015
12:18 PM
If the file you are currently trying to include is "AccessDatabaseEngine.exe", you would need to create a prerequisite (.prq) file and drop that into that directory to make it show up in the redistributables view. The issue however is that while Installshield LE can include some commonly used prerequisites which we include as a courtesy, This ability to create your own prerequisites is only available in our Professional or Premier Versions.