cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
j_alza
Level 4

Create an installer in a single file

Hello,

When I build InstallShield project in Visual Studio 2012 I get the msi and setup.exe files, but all output files (exe, dll, mp4...) are in "program files" folder. Is no posible to embedded all files in on msi installer? I do not care if the file is 300 MB or more.
0 Kudos
(6) Replies
Chaitra
Level 9

Hi,

Kindly navigate to Prepare for Releases View-> Releases-> Build Tab.

You can find Compressed and Uncompressed releases as the options. Please select Compressed and in the Setup.exe Tab, make the Setup Launcher as No.

This might not include all the files if it exceeds the limited size, but your installation can be compressed into one by these options.

Please let us know if you need any further information on this.

Thanks,
Chaitra
0 Kudos
j_alza
Level 4

Hellor Chaitra, thanks for your reply.
I followed the steps, and I get a msi file and cab file. Is not posible to embed all in msi file?
0 Kudos
chiranjeevi
Level 7 Flexeran
Level 7 Flexeran

Hello,

You can try single image media type to compress all files into a single MSI.

Regards,
Chiranjeevi
0 Kudos
j_alza
Level 4

Hello Chiranjeevi,

When I build the installer it creates only DVD-5 intaller. Where can I configure it to build single image media?
0 Kudos
chiranjeevi
Level 7 Flexeran
Level 7 Flexeran

Hello,

Please follow below steps to configure the same:

1>Right click on the visual studio solution on which you are working in visual studio IDE
2>Select properties
3>Select Configuration properties to set single image release.

Hope this helps.

Regards,
Chiranjeevi

0 Kudos
j_alza
Level 4

Hello Chiranjeevi, thank you for this tutorial for dummies, is what I needed. The problem is solved 🙂
0 Kudos