Windows XP is reaching End of Life this year, therefore, we shouldn't use Program Files as the default install location anymore.

This commit is contained in:
freem
2014-02-24 15:17:42 -06:00
parent 6ce767e016
commit 35cccb8d9c
+2 -2
View File
@@ -40,7 +40,7 @@
CRCCheck off
!endif
; don't forget to change this before releasing a new verson.
; don't forget to change this before releasing a new version.
; wish this could be automated, but it requires "X.Y.Z.a" format. -aj
VIProductVersion "5.0.0.5"
VIAddVersionKey "ProductName" "${PRODUCT_ID}"
@@ -54,7 +54,7 @@
; I think it may need actual admin privs for writing to the registry... -aj
;RequestExecutionLevel user
InstallDir "$PROGRAMFILES\${PRODUCT_ID}"
InstallDir "C:\Games\${PRODUCT_ID}"
InstallDirRegKey HKEY_LOCAL_MACHINE "SOFTWARE\${PRODUCT_ID}" ""
; DirShow show ; (make this hide to not let the user change it)