Prev Previous Post   Next Post Next
Old 11th November 2009, 15:26   #1
pizzaM4N
Junior Member
 
Join Date: Nov 2009
Posts: 3
Question create NSIS installer with 7z or zip?

Hello,
I want to create an installer for wiles with a total size of 4GB. I am a novice at working with NSIS.
There are 4 zip or 7z files in a folder with the setup(wich I try to create now). Each one is about 1GB big. The setup should unpack this archives to the installation folder (for example c:/programfiles/MyApp) the user choses when he runs the setup.


my code:

SetCompress force
SetCompressor lzma
Name "MyApp"
OutFile "MyApp.exe"
InstallDir "$PROGRAMFILES\MyApp"
Page directory
Page instfiles
Section "MyApp"
SetOutPath $INSTDIR

SectionEnd

Where do I have to edit which command that MyApp.exe unpacks the 4 1GB files to the chosen install folder?

regards pizzaM4N
pizzaM4N is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump