mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-23 11:29:44 +00:00
[ROSBE] Test commit to make GIT fuck up again... Change default install dir back to C:\RosBE
This commit is contained in:
parent
a5b7eaafa7
commit
b668539a1f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user