mirror of
https://github.com/reactos/RosBE.git
synced 2025-02-20 03:01:18 +00:00
- Change the default ReactOS source directory from $APPDATA\RosBE\Source
to $PROFILE\reactos. - Remove the $APPDATA\RosBE directory on uninstall which wasn't being removed. svn path=/trunk/tools/RosBE/; revision=558
This commit is contained in:
parent
d511207b28
commit
698a446488
@ -290,6 +290,8 @@ Section Uninstall
|
||||
RMDir /r /REBOOTOK "$INSTDIR\4.1.3"
|
||||
RMDir /r /REBOOTOK "$INSTDIR\Tools"
|
||||
RMDir /r /REBOOTOK "$SMPROGRAMS\$ICONS_GROUP"
|
||||
IfFileExists "$APPDATA\RosBE\." 0 +2
|
||||
RMDir /r /REBOOTOK "$APPDATA\RosBE"
|
||||
Delete /REBOOTOK "$INSTDIR\Build.cmd"
|
||||
Delete /REBOOTOK "$INSTDIR\chdefdir.cmd"
|
||||
Delete /REBOOTOK "$INSTDIR\chdefgcc.cmd"
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
Function RosDir.show
|
||||
!insertmacro MUI_HEADER_TEXT "Select ReactOS Source Location" "Select the directory where the ReactOS sources are located or will be checked out to later."
|
||||
!insertmacro INSTALLOPTIONS_WRITE "RosSourceDir.ini" "Field 2" "State" "$APPDATA\RosBE\Source"
|
||||
!insertmacro INSTALLOPTIONS_WRITE "RosSourceDir.ini" "Field 2" "State" "$PROFILE\reactos"
|
||||
!insertmacro INSTALLOPTIONS_DISPLAY "RosSourceDir.ini"
|
||||
FunctionEnd
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user