|
|
#1 |
|
Member
Join Date: Jun 2006
Posts: 71
|
Install Directory
I was wondering how I would specify the install directory. What I want to do is put this installer on a CD and have it unzip files from it. How would I do this?
|
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
See the examples in the NSIS\Examples\Modern UI folder.
-Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#3 |
|
Member
Join Date: Jun 2006
Posts: 71
|
I looked there but I can't find any examples of them having it to where you can put it on a cd and have it unzip from the cd to the computer. I did see $INSTDIR but that is the directory for where it is being sent to. I need to find how I would be able to get it from a cd. (Ex) the directory could be "E:\file.zip"
|
|
|
|
|
|
#4 |
|
Member
Join Date: Mar 2004
Posts: 73
|
You mean the installer's directory ?
use $EXEDIR http://nsis.sourceforge.net/Docs/Chapter4.html#4.2.3 or GetExePath http://nsis.sourceforge.net/Docs/AppendixE.html#E.1.10 |
|
|
|
|
|
#5 |
|
Member
Join Date: Jun 2006
Posts: 71
|
thanks
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|