Fixed install-from-root-dir bug that forbade reading packages from root

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1809 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2005-05-19 07:22:59 +00:00
parent 2491240f9a
commit 19d5ce3e9b
+2 -1
View File
@@ -5,6 +5,8 @@ Var UQMARGS
Var MAKEICON
Var UQMUSERDATA
AllowRootDirInstall true
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "The Ur-Quan Masters"
!define PRODUCT_VERSION "0.4.0"
@@ -71,7 +73,6 @@ InstallDir "$PROGRAMFILES\The Ur-Quan Masters\"
InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
ShowInstDetails show
ShowUnInstDetails show
AllowRootDirInstall true
DirText "" "" "" "Please select a folder."
InstType "Typical"
InstType "Minimal"