disable uninstall not working
This commit is contained in:
@@ -41,10 +41,10 @@ else
|
||||
comment "Show product picture"
|
||||
ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $ProductId$
|
||||
|
||||
if FileExists("%ScriptPath%\delsub32.ins")
|
||||
comment "Start uninstall sub section"
|
||||
Sub "%ScriptPath%\delsub32.ins"
|
||||
endif
|
||||
; if FileExists("%ScriptPath%\delsub32.ins")
|
||||
; comment "Start uninstall sub section"
|
||||
; Sub "%ScriptPath%\delsub32.ins"
|
||||
; endif
|
||||
|
||||
Message "Installing " + $ProductId$ + " ..."
|
||||
|
||||
@@ -82,8 +82,8 @@ endif
|
||||
; You can use $LicenseKey$ var to pass a license key to the installer
|
||||
;
|
||||
|
||||
rundll32 advpack.dll,LaunchINFSection %ScriptPath%\X86FILE,Install
|
||||
rundll32 advpack.dll,LaunchINFSection %ScriptPath%\AcceptEULA,Install
|
||||
rundll32 setupapi,InstallHinfSection DefaultInstall 132 %ScriptPath%\Install_SysinternalsSuite.inf
|
||||
rundll32 setupapi,InstallHinfSection DefaultInstall 132 %ScriptPath%\AcceptEULA.inf
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -32,10 +32,10 @@ ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $ProductId$
|
||||
|
||||
Message "Uninstalling " + $ProductId$ + " ..."
|
||||
|
||||
if FileExists("%ScriptPath%\delsub32.ins")
|
||||
comment "Start uninstall sub section"
|
||||
Sub "%ScriptPath%\delsub32.ins"
|
||||
endif
|
||||
; if FileExists("%ScriptPath%\delsub32.ins")
|
||||
; comment "Start uninstall sub section"
|
||||
; Sub "%ScriptPath%\delsub32.ins"
|
||||
; endif
|
||||
|
||||
if $LicenseRequired$ = "true"
|
||||
comment "Licensing required, free license used"
|
||||
|
||||
Reference in New Issue
Block a user