Installer fixes

This commit is contained in:
DavidXanatos 2021-10-16 18:06:53 +02:00
parent 364c43f29b
commit a142d0ab93
3 changed files with 17 additions and 6 deletions

View File

@ -99,6 +99,10 @@ Filename: "{app}\KmdUtil.exe"; Parameters: "install SbieSvc ""{app}\SbieSvc.exe"
; Start the Sbie service.
Filename: "{app}\KmdUtil.exe"; Parameters: "start SbieSvc"; StatusMsg: "KmdUtil start SbieSvc"; Check: not IsPortable
; Start the Sandman UI.
;Filename: "{app}\SandMan.exe"; Parameters: "-autorun"; StatusMsg: "Launch SandMan UI..."; Flags: postinstall nowait; Check: not IsPortable
Filename: "{app}\SandMan.exe"; Parameters: "-autorun"; StatusMsg: "Launch SandMan UI..."; Flags: nowait; Check: not IsPortable
[UninstallDelete]
Type: files; Name: "{app}\SbieDrv.sys.w10"

View File

@ -672,11 +672,12 @@ Function SkipLicensePage
; Skip license page if not Install mode
;
StrCmp $InstallType "Install" SkipLicensePage_Done
Abort
SkipLicensePage_Done:
; Uncomment the below code to skip licence dialog for updates
; StrCmp $InstallType "Install" SkipLicensePage_Done
;
; Abort
;
;SkipLicensePage_Done:
FunctionEnd
@ -1009,6 +1010,7 @@ WriteLoop:
File /oname=${SBIEDLL_DLL} "${BIN_ROOT}\${SBIEDLL_DLL}"
File /oname=${SBIESVC_EXE} "${BIN_ROOT}\SbieSvc.exe"
File /oname=${SBIESVC_EXE}.sig "${BIN_ROOT}\SbieSvc.exe.sig"
!if "${_BUILDARCH}" == "x64"
@ -1039,6 +1041,7 @@ WriteLoop:
File /oname=${START_EXE} "${BIN_ROOT}\Start.exe"
File /oname=${SBIECTRL_EXE} "${BIN_ROOT}\SbieCtrl.exe"
File /oname=${SBIECTRL_EXE}.sig "${BIN_ROOT}\SbieCtrl.exe.sig"
File "..\install\Templates.ini"
@ -1118,6 +1121,7 @@ Function DeleteProgramFiles
Delete "$INSTDIR\${SBIEDLL_DLL}"
Delete "$INSTDIR\${SBIESVC_EXE}"
Delete "$INSTDIR\${SBIESVC_EXE}.sig"
!if "${_BUILDARCH}" == "x64"
@ -1137,6 +1141,8 @@ Function DeleteProgramFiles
Delete "$INSTDIR\KmdUtil.exe"
Delete "$INSTDIR\SboxHostDll.dll"
Delete "$INSTDIR\boxHostDll.dll"
Delete "$INSTDIR\${SANDBOXIE}WUAU.exe"
@ -1149,6 +1155,7 @@ Function DeleteProgramFiles
Delete "$INSTDIR\${START_EXE}"
Delete "$INSTDIR\${SBIECTRL_EXE}"
Delete "$INSTDIR\${SBIECTRL_EXE}.sig"
Delete "$INSTDIR\Templates.ini"

View File

@ -103,7 +103,7 @@ Tmpl.eM_Client=%AppData%\eM Client
[Template_SpecialImages]
#Tmpl.Title=#xxxx
Tmpl.Class=Misc
#Tmpl.Class=Misc
SpecialImage=chrome,chrome.exe
SpecialImage=chrome,msedge.exe