$1 holds my path i.e C:\Program Files\Prog. When I do a StrCpy $INSTDIR $1, my $INSTDIR holds C\Program Files\Prog.
Why isnt the colon there?
I even tried setting the $INSTDIR using a ReadRegStr, but also here the colon is missing.
I am using NSIS 2.0
Anyone have an idea??
Regards
Soren
Why isnt the colon there?
I even tried setting the $INSTDIR using a ReadRegStr, but also here the colon is missing.
I am using NSIS 2.0
Anyone have an idea??
Regards
Soren
Comment