removed call to missing file

This commit is contained in:
Daniel Schwager 2012-01-30 23:52:33 +01:00
parent ec10a2a8f4
commit fe40b6dd13
1 changed files with 4 additions and 4 deletions

View File

@ -61,10 +61,10 @@ else
comment "Show product picture"
ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $ProductId$
if FileExists("%ScriptPath%\delsub.ins")
comment "Start uninstall sub section"
Sub "%ScriptPath%\delsub.ins"
endif
; if FileExists("%ScriptPath%\delsub.ins")
; comment "Start uninstall sub section"
; Sub "%ScriptPath%\delsub.ins"
; endif
if $LicenseRequired$ = "true"
comment "Licensing required, reserve license and get license key"