From 99b005ec6432e9639fcb6e305faa31515e6fd968 Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Mon, 2 Oct 2017 08:52:52 +0500 Subject: [PATCH] Installer: Always try to uninstall the driver first. --- deploy/FortFirewall.iss | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/FortFirewall.iss b/deploy/FortFirewall.iss index 50784270..646e129f 100644 --- a/deploy/FortFirewall.iss +++ b/deploy/FortFirewall.iss @@ -51,6 +51,7 @@ Name: "{group}\{cm:UninstallProgram,{#APP_NAME}}"; Filename: "{uninstallexe}"; I [Run] Filename: "{app}\{#APP_EXE_NAME}"; Parameters: "-b=1"; Description: "Provider boot"; Flags: runascurrentuser; Tasks: provBoot +Filename: "{app}\driver\scripts\uninstall.bat"; Description: "Uninstall driver"; Flags: runascurrentuser Filename: "{app}\driver\scripts\install.bat"; Description: "Install driver"; Flags: runascurrentuser [UninstallRun]