mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:38:02 +02:00
Couple of bugs
This commit is contained in:
parent
baf095f4af
commit
63a1ea6282
1 changed files with 4 additions and 0 deletions
|
@ -86,6 +86,7 @@ Section "Registry Entries and Procotol Handler" SEC02
|
||||||
WriteRegStr HKCR 'hifi\DefaultIcon' '' '$ChosenFrontEndInstallDir\${interface_icon},1'
|
WriteRegStr HKCR 'hifi\DefaultIcon' '' '$ChosenFrontEndInstallDir\${interface_icon},1'
|
||||||
WriteRegStr HKCR 'hifi\shell\open\command' '' '$ChosenFrontEndInstallDir\${interface_exec} --url "%1"'
|
WriteRegStr HKCR 'hifi\shell\open\command' '' '$ChosenFrontEndInstallDir\${interface_exec} --url "%1"'
|
||||||
|
|
||||||
|
SetOutPath $ChosenFrontEndInstallDir
|
||||||
WriteUninstaller "$ChosenFrontEndInstallDir\${uninstaller}"
|
WriteUninstaller "$ChosenFrontEndInstallDir\${uninstaller}"
|
||||||
Exec '"$ChosenFrontEndInstallDir\2013_vcredist_x64.exe" /q /norestart'
|
Exec '"$ChosenFrontEndInstallDir\2013_vcredist_x64.exe" /q /norestart'
|
||||||
Exec '"$ChosenFrontEndInstallDir\2010_vcredist_x86.exe" /q /norestart'
|
Exec '"$ChosenFrontEndInstallDir\2010_vcredist_x86.exe" /q /norestart'
|
||||||
|
@ -114,9 +115,12 @@ SectionEnd
|
||||||
|
|
||||||
Section "Uninstall"
|
Section "Uninstall"
|
||||||
SetShellVarContext all
|
SetShellVarContext all
|
||||||
|
SetOutPath $TEMP
|
||||||
|
|
||||||
DELETE "${startmenu_company}\Interface.lnk"
|
DELETE "${startmenu_company}\Interface.lnk"
|
||||||
DELETE "${startmenu_company}\Stack Manager.lnk"
|
DELETE "${startmenu_company}\Stack Manager.lnk"
|
||||||
DELETE "${startmenu_company}\Uninstall ${company}.lnk"
|
DELETE "${startmenu_company}\Uninstall ${company}.lnk"
|
||||||
|
|
||||||
RMDIR "${startmenu_company}"
|
RMDIR "${startmenu_company}"
|
||||||
RMDIR /r "$ChosenBackEndInstallDir"
|
RMDIR /r "$ChosenBackEndInstallDir"
|
||||||
RMDIR /r "$ChosenFrontEndInstallDir"
|
RMDIR /r "$ChosenFrontEndInstallDir"
|
||||||
|
|
Loading…
Reference in a new issue