Skip to content
⌘ NSIS Forum Archive

Installation Drive

6 posts

fzk2000#

Installation Drive

Hello,

Ive got my installer running fine, although now i want to find out the drive that im installing to i.e C:/ then install some other data there.

Is there any way to get the drive that the installer is pointing at, only thing ih ave at the moment is $installdir or something similar, if i cant get the drive associated, could i get the first 3 characters in the installdir anyway?
fzk2000#
Brilliant!

I also was wondering about the windows directory, i tried using $WinDir but it didnt seem to exist, is there a standard variable to use for getting the windows directory?