- Disabled DirShow as it hasn't been working since b0 which was released more than a year ago.

- Rewrote token placement checks to prevent a crash with:
"Section uninstall
InstallDir something"
and to make it a bit more comfortable.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3305 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-12-24 15:54:06 +00:00
parent 58d1d2090e
commit 0c7981ef60
5 changed files with 366 additions and 305 deletions

View file

@ -27,7 +27,7 @@ InstallDirRegKey HKLM \
; The text to prompt the user to enter a directory
DirText "Please select your Winamp path below (you will be able to proceed when Winamp is detected):"
DirShow hide
# currently doesn't work - DirShow hide
; automatically close the installer when done.
AutoCloseWindow true