From fe40b6dd13826eb3beee6e50478e2261747858a5 Mon Sep 17 00:00:00 2001 From: Daniel Schwager Date: Mon, 30 Jan 2012 23:52:33 +0100 Subject: [PATCH] removed call to missing file --- CLIENT_DATA/setup.ins | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CLIENT_DATA/setup.ins b/CLIENT_DATA/setup.ins index 838ab84..df734ad 100644 --- a/CLIENT_DATA/setup.ins +++ b/CLIENT_DATA/setup.ins @@ -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"