diff --git a/stepmania/src/ProductInfo.inc b/stepmania/src/ProductInfo.inc index eb7961947d..6f5010c710 100644 --- a/stepmania/src/ProductInfo.inc +++ b/stepmania/src/ProductInfo.inc @@ -3,7 +3,7 @@ !define PRODUCT_NAME "StepMania" !define PRODUCT_VER "3.9 random build" -// !define PRODUCT_VER "3.9 alpha 4b" +# !define PRODUCT_VER "3.9 alpha 4b" !define PRODUCT_NAME_VER "${PRODUCT_NAME} ${PRODUCT_VER}" ; String used for the install directory and registry locations diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index cff906fe18..b05c460cff 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -235,7 +235,7 @@ File "smpackage.exe" ;Rename "$INSTDIR\Data\stepmania.ini" "$INSTDIR\stepmania.ini" ; Create Start Menu icons -SetShellVarContext all ; install in "All Users" if NT +SetShellVarContext current # 'all' doesn't work on Win9x CreateDirectory "$SMPROGRAMS\${PRODUCT_ID}\" CreateShortCut "$DESKTOP\Play ${PRODUCT_NAME_VER}.lnk" "$INSTDIR\stepmania.exe" CreateShortCut "$SMPROGRAMS\${PRODUCT_ID}\${PRODUCT_NAME_VER}.lnk" "$INSTDIR\stepmania.exe"