mirror of
https://github.com/reactos/RosBE.git
synced 2025-02-20 03:01:18 +00:00
Fixx0rz. Now the Installer works. (Already made a test RosBE-64)
svn path=/trunk/tools/RosBE/; revision=1077
This commit is contained in:
parent
acd1b3fc66
commit
07b3a1f23e
@ -136,14 +136,14 @@ Section /o "Config Tool" SEC03
|
||||
SetOverwrite try
|
||||
File /r Root\options.cmd
|
||||
IfFileExists "$INSTDIR\RosBE.ps1" 0 +3
|
||||
File /r Root\options.ps1
|
||||
File /r Components\Powershell\options.ps1
|
||||
SetOutPath "$INSTDIR\Tools"
|
||||
SetOverwrite try
|
||||
File /r Components\Tools\options64.exe
|
||||
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
|
||||
CreateDirectory "$SMPROGRAMS\$ICONS_GROUP"
|
||||
SetOutPath $INSTDIR
|
||||
CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Options x86-64.lnk" \
|
||||
CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Options 64-bit.lnk" \
|
||||
"$INSTDIR\Tools\options64.exe"
|
||||
!insertmacro MUI_STARTMENU_WRITE_END
|
||||
SectionEnd
|
||||
@ -202,9 +202,9 @@ Section Uninstall
|
||||
;;
|
||||
;; Clean up installed files.
|
||||
;;
|
||||
RMDir /r /REBOOTOK "$INSTDIR\x86_64"
|
||||
Delete /REBOOTOK "$INSTDIR\Tools\options64.exe
|
||||
Delete /REBOOTOK "$INSTDIR\Tools\options64.exe
|
||||
RMDir /r /REBOOTOK "$INSTDIR\amd64"
|
||||
Delete /REBOOTOK "$INSTDIR\Tools\options64.exe"
|
||||
Delete /REBOOTOK "$INSTDIR\Tools\options64.exe"
|
||||
Delete /REBOOTOK "$INSTDIR\Uninstall-${PRODUCT_VERSION}.exe"
|
||||
;; Whoever dares to change this back into: RMDir /r /REBOOTOK "$INSTDIR" will be KILLED!!!
|
||||
RMDir /REBOOTOK "$INSTDIR"
|
||||
|
Loading…
x
Reference in New Issue
Block a user