Skip to content
⌘ NSIS Forum Archive

Install Directory

5 posts

Potz#

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?
Potz#
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"
niteflyer#
You mean the installer's directory ?
use $EXEDIR

or GetExePath