Setup: Due to the merge of IL, update install script.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4899 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
82ccf1d34c
commit
619fee999a
|
@ -127,7 +127,6 @@ Section "Base" SEC01
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR"
|
||||||
SetOverwrite ifnewer
|
SetOverwrite ifnewer
|
||||||
File "${BASE_DIR}\Dolphin.exe"
|
File "${BASE_DIR}\Dolphin.exe"
|
||||||
File "${BASE_DIR}\DolphinIL.exe"
|
|
||||||
File "..\Externals\Cg\cg.dll"
|
File "..\Externals\Cg\cg.dll"
|
||||||
File "..\Externals\Cg\cgGL.dll"
|
File "..\Externals\Cg\cgGL.dll"
|
||||||
; File "..\Externals\Cg\cgD3D9.dll"
|
; File "..\Externals\Cg\cgD3D9.dll"
|
||||||
|
@ -139,8 +138,6 @@ Section "Base" SEC01
|
||||||
CreateDirectory "$SMPROGRAMS\${PRODUCT_NAME}"
|
CreateDirectory "$SMPROGRAMS\${PRODUCT_NAME}"
|
||||||
CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Dolphin.lnk" "$INSTDIR\Dolphin.exe"
|
CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Dolphin.lnk" "$INSTDIR\Dolphin.exe"
|
||||||
CreateShortCut "$DESKTOP\Dolphin.lnk" "$INSTDIR\Dolphin.exe"
|
CreateShortCut "$DESKTOP\Dolphin.lnk" "$INSTDIR\Dolphin.exe"
|
||||||
CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\DolphinIL.lnk" "$INSTDIR\DolphinIL.exe"
|
|
||||||
CreateShortCut "$DESKTOP\DolphinIL.lnk" "$INSTDIR\DolphinIL.exe"
|
|
||||||
|
|
||||||
; Plugins
|
; Plugins
|
||||||
SetOutPath "$INSTDIR\Plugins"
|
SetOutPath "$INSTDIR\Plugins"
|
||||||
|
@ -228,8 +225,6 @@ Section Uninstall
|
||||||
Delete "$SMPROGRAMS\${PRODUCT_NAME}\${UN_NAME}.lnk"
|
Delete "$SMPROGRAMS\${PRODUCT_NAME}\${UN_NAME}.lnk"
|
||||||
Delete "$DESKTOP\Dolphin.lnk"
|
Delete "$DESKTOP\Dolphin.lnk"
|
||||||
Delete "$SMPROGRAMS\${PRODUCT_NAME}\Dolphin.lnk"
|
Delete "$SMPROGRAMS\${PRODUCT_NAME}\Dolphin.lnk"
|
||||||
Delete "$DESKTOP\DolphinIL.lnk"
|
|
||||||
Delete "$SMPROGRAMS\${PRODUCT_NAME}\DolphinIL.lnk"
|
|
||||||
|
|
||||||
RMDir "$SMPROGRAMS\${PRODUCT_NAME}"
|
RMDir "$SMPROGRAMS\${PRODUCT_NAME}"
|
||||||
RMDir "$INSTDIR\Sys\GC"
|
RMDir "$INSTDIR\Sys\GC"
|
||||||
|
|
|
@ -137,7 +137,6 @@ Section "Complete" SEC01
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR"
|
||||||
SetOverwrite ifnewer
|
SetOverwrite ifnewer
|
||||||
File "${BASE_DIR}\Dolphin.exe"
|
File "${BASE_DIR}\Dolphin.exe"
|
||||||
File "${BASE_DIR}\DolphinIL.exe"
|
|
||||||
File "..\Externals\Cg64\cg.dll"
|
File "..\Externals\Cg64\cg.dll"
|
||||||
File "..\Externals\Cg64\cgGL.dll"
|
File "..\Externals\Cg64\cgGL.dll"
|
||||||
; File "..\Externals\Cg64\cgD3D9.dll"
|
; File "..\Externals\Cg64\cgD3D9.dll"
|
||||||
|
@ -149,8 +148,6 @@ Section "Complete" SEC01
|
||||||
CreateDirectory "$SMPROGRAMS\${PRODUCT_NAME}"
|
CreateDirectory "$SMPROGRAMS\${PRODUCT_NAME}"
|
||||||
CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Dolphin x64.lnk" "$INSTDIR\Dolphin.exe"
|
CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Dolphin x64.lnk" "$INSTDIR\Dolphin.exe"
|
||||||
CreateShortCut "$DESKTOP\Dolphin x64.lnk" "$INSTDIR\Dolphin.exe"
|
CreateShortCut "$DESKTOP\Dolphin x64.lnk" "$INSTDIR\Dolphin.exe"
|
||||||
CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\DolphinIL x64.lnk" "$INSTDIR\DolphinIL.exe"
|
|
||||||
CreateShortCut "$DESKTOP\DolphinIL x64.lnk" "$INSTDIR\DolphinIL.exe"
|
|
||||||
|
|
||||||
; Plugins
|
; Plugins
|
||||||
SetOutPath "$INSTDIR\Plugins"
|
SetOutPath "$INSTDIR\Plugins"
|
||||||
|
@ -238,8 +235,6 @@ Section Uninstall
|
||||||
Delete "$SMPROGRAMS\${PRODUCT_NAME}\${UN_NAME}.lnk"
|
Delete "$SMPROGRAMS\${PRODUCT_NAME}\${UN_NAME}.lnk"
|
||||||
Delete "$DESKTOP\Dolphin x64.lnk"
|
Delete "$DESKTOP\Dolphin x64.lnk"
|
||||||
Delete "$SMPROGRAMS\${PRODUCT_NAME}\Dolphin x64.lnk"
|
Delete "$SMPROGRAMS\${PRODUCT_NAME}\Dolphin x64.lnk"
|
||||||
Delete "$DESKTOP\DolphinIL x64.lnk"
|
|
||||||
Delete "$SMPROGRAMS\${PRODUCT_NAME}\DolphinIL x64.lnk"
|
|
||||||
|
|
||||||
RMDir "$SMPROGRAMS\${PRODUCT_NAME}"
|
RMDir "$SMPROGRAMS\${PRODUCT_NAME}"
|
||||||
RMDir "$INSTDIR\Sys\GC"
|
RMDir "$INSTDIR\Sys\GC"
|
||||||
|
|
Loading…
Reference in New Issue