Archive: Comprased Installation


Comprased Installation
Hello thir

i have an software which has lots of media files and its player ( size 7GB) know i want to create setup with compress format and during the installation the setup will decompress it

how can i do that

Regards
Babar


NSIS installers cannot be larger than 2GB.
You can store the files in a seperate 7z archive and extract the files at run time with the 7-Zip stand alone command line utility.

http://forums.winamp.com/showthread.php?threadid=252831

-Stu


That might not be a good idea since it would be hard to show the progress of the installation without showing an ugly console window. I would recommend separating the various media files into categories (if possible) and making invididual installers for each category, then executing those at runtime using the /D= switch to set the installation directory.

-dandaman32


Or, you could use the CABSetup plug-in.