Kill active process
authorGeorge Pantazis <gpant@noc.grnet.gr>
Tue, 13 Mar 2012 15:08:26 +0000 (17:08 +0200)
committerGeorge Pantazis <gpant@noc.grnet.gr>
Tue, 13 Mar 2012 15:08:26 +0000 (17:08 +0200)
Signed-off-by: George Pantazis <gpant@noc.grnet.gr>

trunk/Pithos.Installer/PithosPlus.iss

index 0f6daeb..97fc717 100644 (file)
@@ -13,7 +13,7 @@
 [Setup]\r
 ;WARNING: DO NOT CHANGE THE APP ID (AppId) or the update will not work correctly.\r
 ;AppId is used to check if we are installed using this isntaller and not by other means.\r
-AppId={{926354B2-04D2-47CF-8FAA-04AB3682008B}\r
+AppId={{926354B2-04D2-47CF-8FAA-04AB3682008B}}\r
 AppName={#MyAppName}\r
 AppVersion={#MyAppVersion}\r
 AppVerName={#MyAppName} {#MyAppVersion}\r
@@ -596,6 +596,8 @@ begin
 end;\r
 \r
 [Run]\r
+;Kill Running Task\r
 Filename: cmd; parameters: /c taskkill /f /im pithos.exe;Flags: runhidden\r
 Filename: cmd; parameters: /c taskkill /f /im pithos.client.WPF.exe;Flags: runhidden\r
+;Launch Redist\r
 Filename: {tmp}\dotNetFx40_Client_setup.exe; Description: Install Microsoft .Net Framework 4.0; Parameters: /q /noreboot; Flags: skipifdoesntexist; Check: ShouldInstalldotNET40
\ No newline at end of file