Forum: NSIS Discussion
12th January 2006, 09:57
|
|
Replies: 1
Views: 1,015
cannot copy string correctly
I use following code:
StrCpy $INSTDIR $TARGETDIR
MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 $TARGETDIR MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 $INSTDIR
Those two...
|
Forum: NSIS Discussion
4th January 2006, 07:42
|
|
Replies: 2
Views: 1,966
|
Forum: NSIS Discussion
3rd January 2006, 14:27
|
|
Replies: 2
Views: 1,966
directory where installer lies
Does anyone know if there is some variable storing the directory where the currently running installer file lies? in .NET msi installers there was variable - [sourcedir]
regards
|