removed call to missing file
This commit is contained in:
parent
ec10a2a8f4
commit
fe40b6dd13
@ -61,10 +61,10 @@ else
|
|||||||
comment "Show product picture"
|
comment "Show product picture"
|
||||||
ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $ProductId$
|
ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $ProductId$
|
||||||
|
|
||||||
if FileExists("%ScriptPath%\delsub.ins")
|
; if FileExists("%ScriptPath%\delsub.ins")
|
||||||
comment "Start uninstall sub section"
|
; comment "Start uninstall sub section"
|
||||||
Sub "%ScriptPath%\delsub.ins"
|
; Sub "%ScriptPath%\delsub.ins"
|
||||||
endif
|
; endif
|
||||||
|
|
||||||
if $LicenseRequired$ = "true"
|
if $LicenseRequired$ = "true"
|
||||||
comment "Licensing required, reserve license and get license key"
|
comment "Licensing required, reserve license and get license key"
|
||||||
|
Loading…
Reference in New Issue
Block a user