mirror of
https://github.com/ncblakely/GiantsTools
synced 2024-11-21 21:55:38 +01:00
Change patch output directory.
This commit is contained in:
parent
d4df4e42e0
commit
957848dad2
1
.gitignore
vendored
1
.gitignore
vendored
@ -343,4 +343,5 @@ healthchecksdb
|
|||||||
|
|
||||||
#GPatch
|
#GPatch
|
||||||
GPatch/Files
|
GPatch/Files
|
||||||
|
GPatch/Output
|
||||||
GPatch/Launcher/*.exe
|
GPatch/Launcher/*.exe
|
@ -91,7 +91,7 @@
|
|||||||
Goto NoDotNET${FrameworkVersion}
|
Goto NoDotNET${FrameworkVersion}
|
||||||
${Else}
|
${Else}
|
||||||
DetailPrint ".NET Framework $dotNetReadableVersion${FrameworkVersion} found, no need to install."
|
DetailPrint ".NET Framework $dotNetReadableVersion${FrameworkVersion} found, no need to install."
|
||||||
Goto NoDotNET${FrameworkVersion}
|
Goto NewDotNET${FrameworkVersion}
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
NoDotNET${FrameworkVersion}:
|
NoDotNET${FrameworkVersion}:
|
||||||
|
@ -42,7 +42,7 @@ SetCompressor /SOLID lzma
|
|||||||
; MUI end ------
|
; MUI end ------
|
||||||
|
|
||||||
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
|
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
|
||||||
OutFile "GPatch1_498_177_0.exe"
|
OutFile "Output\GPatch1_498_177_0.exe"
|
||||||
InstallDir "$PROGRAMFILES\Giants\"
|
InstallDir "$PROGRAMFILES\Giants\"
|
||||||
InstallDirRegKey HKCU "SOFTWARE\PlanetMoon\Giants" "DestDir"
|
InstallDirRegKey HKCU "SOFTWARE\PlanetMoon\Giants" "DestDir"
|
||||||
ShowInstDetails hide
|
ShowInstDetails hide
|
||||||
@ -72,7 +72,9 @@ Section
|
|||||||
Delete $INSTDIR\bin\Shaders\*.*
|
Delete $INSTDIR\bin\Shaders\*.*
|
||||||
Delete $INSTDIR\gg_dx7r.dll
|
Delete $INSTDIR\gg_dx7r.dll
|
||||||
Delete $INSTDIR\gg_dx8r.dll
|
Delete $INSTDIR\gg_dx8r.dll
|
||||||
|
Delete $INSTDIR\gg_dx9r.dll
|
||||||
Delete $INSTDIR\Giants.exe
|
Delete $INSTDIR\Giants.exe
|
||||||
|
Delete $INSTDIR\GiantsMain.exe
|
||||||
Delete $INSTDIR\*.vso
|
Delete $INSTDIR\*.vso
|
||||||
Delete $INSTDIR\*.pso
|
Delete $INSTDIR\*.pso
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user