[ROSBE] Test commit to make GIT fuck up again... Change default install dir back to C:\RosBE

This commit is contained in:
Daniel Reimer 2019-08-20 15:40:00 +02:00
parent 9c6f1b8faa
commit 87cc9f3a94

View File

@ -53,7 +53,7 @@ Function .onInit
StrCmp $R0 0 +3
MessageBox MB_OK|MB_ICONEXCLAMATION "The ${PRODUCT_NAME} v${PRODUCT_VERSION} installer is already running."
Abort
StrCpy $INSTDIR "$PROGRAMFILES\RosBE"
StrCpy $INSTDIR "C:\RosBE"
Call UninstallPrevious
!insertmacro INSTALLOPTIONS_EXTRACT "RosSourceDir.ini"
FunctionEnd