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
- :
- How to create a single-file installer
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Feb 15, 2010
10:38 AM
How to create a single-file installer
Our current installation project creates a number of files:
setup.exe
data1.cab
data2.cab
data1.hdr
ISSetup.dll
...etc...
I am looking for a way to condense everything into one big installer file. Some searching of documentation led me to Media > Releases > Release 1 > Setup.exe tab. I thought that setting a name in the Single Exe File Name field would do what I wanted, however, I put "Setup.exe" in that field and it resulted in an installer with the exact same set of files.
This is an installscript project, built via an Ant script call to ISCmdBld.exe. Is there a way for me to get a single-file installer with this setup?
setup.exe
data1.cab
data2.cab
data1.hdr
ISSetup.dll
...etc...
I am looking for a way to condense everything into one big installer file. Some searching of documentation led me to Media > Releases > Release 1 > Setup.exe tab. I thought that setting a name in the Single Exe File Name field would do what I wanted, however, I put "Setup.exe" in that field and it resulted in an installer with the exact same set of files.
This is an installscript project, built via an Ant script call to ISCmdBld.exe. Is there a way for me to get a single-file installer with this setup?
(6) Replies
‎Feb 16, 2010
03:58 AM
its possible to get single.exe file only with installscript project type. If your project type is installscript MSI project we do not have option to create a single.exe.
‎Feb 19, 2010
09:41 AM
Thanks, everyone, for the help. Hopefully I can save someone some future frustration by explaining what happened.
The single-exe build works, I just didn't realize it right away. Our build process pulled files from Media/Release 1/Disk Images/Disk 1, but the single-exe installer was being placed in Media/Release 1/Package. We were just looking in the wrong place for it.
The single-exe build works, I just didn't realize it right away. Our build process pulled files from Media/Release 1/Disk Images/Disk 1, but the single-exe installer was being placed in Media/Release 1/Package. We were just looking in the wrong place for it.