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: How to produce 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 07, 2012
05:41 PM
How to produce a single file installer?
Hi,
When I build my setup project, the folder where the installer is has this structure:
1. program files (folder)
2. 0x0409.ini
3. Project.msi
4. setup.exe
5. setup.ini
How do I build an single file installer? If I remove the folder, the installation fails. That's why I'd like to have a single file installer.
Cheers,
Carlos Mallen
When I build my setup project, the folder where the installer is has this structure:
1. program files (folder)
2. 0x0409.ini
3. Project.msi
4. setup.exe
5. setup.ini
How do I build an single file installer? If I remove the folder, the installation fails. That's why I'd like to have a single file installer.
Cheers,
Carlos Mallen
(2) Replies
Feb 08, 2012
01:28 AM
Try change your build configuration to "SingleImage".
Select "Configuration Manager..." in the "Build" menu of Visual Studio or, if your building with MSBuild, run the build as
msbuild.exe /property:Configuration=SingleImage
Select "Configuration Manager..." in the "Build" menu of Visual Studio or, if your building with MSBuild, run the build as
msbuild.exe /property:Configuration=SingleImage
Feb 13, 2012
06:45 AM
Hello Carlos,
I understand that you would like to have a compressed setup. In order to achieve this kindly change the settings of the “Builds”.
To build a compressed Release, navigate to Releases View –> Select the Release Type say “Single Image” –> Build Tab and then Compression type i.e. Compressed.
I have attached a screen shot of the Releases View for your reference.I hope this helps! 🙂
I understand that you would like to have a compressed setup. In order to achieve this kindly change the settings of the “Builds”.
To build a compressed Release, navigate to Releases View –> Select the Release Type say “Single Image” –> Build Tab and then Compression type i.e. Compressed.
I have attached a screen shot of the Releases View for your reference.I hope this helps! 🙂