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 Knowledge Base
- :
- How To Build a Compressed Single EXE Installer
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
How To Build a Compressed Single EXE Installer
How To Build a Compressed Single EXE Installer
Summary
This article will discuss how to create a compressed EXE release for your installer, where the single EXE file has all the installation data compressed within it.Synopsis
This article will discuss how to create a compressed EXE release for your installer, where the single EXE file has all the installation data compressed within it.Discussion
The first method we will discuss is using the Release Wizard which can be accessed from within the InstallShield IDE dropdown menu here (Build->Release Wizard).On the Media Type dialog, be sure to select the "Network Image" media type.
On the Release Configuration dialog, be sure to select "Compress all Files"
On the Setup Launcher dialog, be sure to select "Create installation launcher (Setup.exe)". Please note that if your project contains any prerequisites, then this option will be selected and grayed out.
If you have included prerequisites, please select the "Extract prerequisites from Setup.exe" option on the InstallShield Prerequisites dialog.
An alternative method of controlling the release type is to work directly within the Installation Designer in the Releases view. After highlighting your release you will be presented with an additional window on the right of the IDE - if we first select the "Build" tab, we can set the release to be a compressed build:
If we then select the "Setup.exe" tab we can select to create a Setup Launcher and, if necessary, extract prerequisites from the EXE:
100% helpful
(1/1)
Comments
Dec 28, 2022
03:00 PM
- Mark as Read
- Mark as New
- Permalink
- Report Inappropriate Content
Dec 28, 2022
03:00 PM
Is there an equivalent process for InstallShield Express? Express doesn't have the release wizard.
Dec 28, 2022
03:43 PM
- Mark as Read
- Mark as New
- Permalink
- Report Inappropriate Content
Dec 28, 2022
03:43 PM
Hi @jerrym,
Thank you for your post.
Here is a link to documentation for InstallShield 2022 Express Edition with more information about how to build a single, compressed setup.exe with the InstallShield Express Edition:
https://docs.revenera.com/isxhelp28/Content/helplibrary/IHelpISXBuildSingleFile.htm
Please give the suggestions a try. Do they work for you?
Please let us know if you have any questions or concerns. Thanks!