Using the latest beta version (also checked with the
current cvs), I find that with
AllowRootDirInstall true
specified that one can choose, for example, D:\ as
the target installation directory, but the installation
fails. I have this in my script:
Section " " Whatever
SetOutPath "$INSTDIR"
File /a /r "C:\some_dir"
SectionEnd
If instead of D:\ I choose D:\Temp as the installation
directory, then things get installed properly under
D:\Temp\some_dir.
Logged In: YES
user_id=584402
Thanks, will be fixed. For now, use:
CreateDirectory $INSTDIR
StrCpy $OUTDIR $INSTDIR
Logged In: NO
Thanks so much for the fast reply! Doing that works fine.
Logged In: NO
Thanks so much for the fast reply! Doing that works fine.
Logged In: YES
user_id=584402
Fixed in latest CVS version, thanks.
There is no compiled version in CVS yet.