Skip to content
⌘ NSIS Forum Archive

installer path (noob q)

7 posts

Guest#

installer path (noob q)

i downloaded nsis 2.05 and while creating setup with HM soft gui setup maker... i noticed that there are option for install only to C:\windows, C:\windows\system, temp folder and program files... but how to make it to use default only C:\ ???

sorry for stupid question... but uhh i am noob =)
and i found nothing in help file
Guest#
re:

i dont see that option there 🙁
only

$PROGRAMFILES\My application
$PROGRAMFILES
$TEMP
$DESKTOP
$SYSDIR
$EXEDIR
$WINDIR
$STARTMENU
$SMSPROGRAMS
$QUICKLAUNCH

so how can i here set or force or something installer to
install to C:\MyProgram (*****ample) ?
kichik#
AllowRootDirInstall is an instruction. Look it up in NSIS.CHM - the help file. Open it, go to the Index tab type AllowRootDirInstall and hit enter.
Guest#
Re: re:

thanks all, i managed to change this =)
1 more question (and last i hope)
can NSIS register .ocx files ?
coz i saw only DLL register some command.