Old 26th November 2009, 17:47   #1
HolgerH
Junior Member
 
Join Date: Nov 2009
Posts: 2
Hallo Dear All.

I have a (maybe) stupid newby question, but, however, i really don't get it myselve
I want to pack the WindowsInstaller 3.1 and the DotNet FX 3.5SP1 with my application, and Acrobat Reader too.
I managed to find out if .net and Installer 3.1 are installed. But: I don't want to "pack" these in my Setup. It seems to be very "slow" while decompressing them. What I want is to put them in the same directory as the Setup.exe, maybe a CD or a memorystick.
But then I don't know how to call them.

I tried this: ExecWait "${EXECDIR}\dotnetfx35.exe /qbf /norestart" $1
and hoped that ${EXECDIR} is the location of the Setup. However, it didn't work.

What is the recommanded way to pack these things with msis? Thank you for your answers

Regards, Holger
HolgerH is offline   Reply With Quote
Old 26th November 2009, 17:49   #2
HolgerH
Junior Member
 
Join Date: Nov 2009
Posts: 2
Sorry for the angry-icon in the subject! How the hell came it in there???? I am very happy with nsis!!!!!
HolgerH is offline   Reply With Quote
Old 26th November 2009, 18:05   #3
Yathosho
Forum King
 
Yathosho's Avatar
 
Join Date: Jan 2002
Location: AT-DE
Posts: 3,366
try $EXEDIR instead of ${EXECDIR}!

otherwise, if you wanted to include the files in your setup, you could use ReserveFile instead of the File command - for faster decompression.
Yathosho is offline   Reply With Quote
Old 26th November 2009, 18:39   #4
DrO
 
Join Date: Sep 2003
Posts: 27,873
Quote:
Originally posted by HolgerH
Sorry for the angry-icon in the subject! How the hell came it in there???? I am very happy with nsis!!!!!
have removed the icon

-daz
DrO is offline   Reply With Quote
Reply
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