mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:30:35 +02:00
Better compression and fixing uninstaller
This commit is contained in:
parent
63a1ea6282
commit
02d317dc24
1 changed files with 2 additions and 7 deletions
|
@ -47,6 +47,7 @@
|
||||||
Var ChosenFrontEndInstallDir
|
Var ChosenFrontEndInstallDir
|
||||||
Var ChosenBackEndInstallDir
|
Var ChosenBackEndInstallDir
|
||||||
|
|
||||||
|
SetCompressor /SOLID lzma
|
||||||
ShowInstDetails hide
|
ShowInstDetails hide
|
||||||
ShowUninstDetails hide
|
ShowUninstDetails hide
|
||||||
AutoCloseWindow true
|
AutoCloseWindow true
|
||||||
|
@ -116,15 +117,9 @@ SectionEnd
|
||||||
Section "Uninstall"
|
Section "Uninstall"
|
||||||
SetShellVarContext all
|
SetShellVarContext all
|
||||||
SetOutPath $TEMP
|
SetOutPath $TEMP
|
||||||
|
RMDIR /r "${startmenu_company}"
|
||||||
DELETE "${startmenu_company}\Interface.lnk"
|
|
||||||
DELETE "${startmenu_company}\Stack Manager.lnk"
|
|
||||||
DELETE "${startmenu_company}\Uninstall ${company}.lnk"
|
|
||||||
|
|
||||||
RMDIR "${startmenu_company}"
|
|
||||||
RMDIR /r "$ChosenBackEndInstallDir"
|
RMDIR /r "$ChosenBackEndInstallDir"
|
||||||
RMDIR /r "$ChosenFrontEndInstallDir"
|
RMDIR /r "$ChosenFrontEndInstallDir"
|
||||||
RMDIR "${install_directory}"
|
|
||||||
DeleteRegKey HKLM "${uninstkey}"
|
DeleteRegKey HKLM "${uninstkey}"
|
||||||
DeleteRegKey HKLM "${regkey}"
|
DeleteRegKey HKLM "${regkey}"
|
||||||
DeleteRegKey HKCR 'hifi'
|
DeleteRegKey HKCR 'hifi'
|
||||||
|
|
Loading…
Reference in a new issue