Small installer fix.

This commit is contained in:
LoRd_MuldeR 2016-12-23 22:17:33 +01:00
parent e4595e492c
commit 69fdc81db6

View File

@ -102,7 +102,7 @@ ShowUninstDetails show
Name "LameXP v${LAMEXP_VERSION} ${LAMEXP_INSTTYPE}-${LAMEXP_PATCH} [Build #${LAMEXP_BUILD}]"
OutFile "${LAMEXP_OUTPUT_FILE}"
BrandingText "Date created: ${LAMEXP_DATE} [Build #${LAMEXP_BUILD}]"
InstallDir "$PROGRAMFILES\MuldeR\LameXP v${LAMEXP_VERSION}"
InstallDir "$PROGRAMFILES\MuldeR\LameXP"
InstallDirRegKey HKLM "${MyRegPath}" "InstallLocation"