From 35cccb8d9ca027c74847bdf8ffe43eb7eb68b25d Mon Sep 17 00:00:00 2001 From: freem Date: Mon, 24 Feb 2014 15:17:42 -0600 Subject: [PATCH] Windows XP is reaching End of Life this year, therefore, we shouldn't use Program Files as the default install location anymore. --- stepmania.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania.nsi b/stepmania.nsi index 8f26c1b42b..43ea7d2436 100644 --- a/stepmania.nsi +++ b/stepmania.nsi @@ -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)