Revision e8fb5bcb

b/trunk/Pithos.Installer/PithosPlus.iss
13 13
[Setup]
14 14
;WARNING: DO NOT CHANGE THE APP ID (AppId) or the update will not work correctly.
15 15
;AppId is used to check if we are installed using this isntaller and not by other means.
16
AppId={{926354B2-04D2-47CF-8FAA-04AB3682008B}
16
AppId={{926354B2-04D2-47CF-8FAA-04AB3682008B}}
17 17
AppName={#MyAppName}
18 18
AppVersion={#MyAppVersion}
19 19
AppVerName={#MyAppName} {#MyAppVersion}
......
596 596
end;
597 597

  
598 598
[Run]
599
;Kill Running Task
599 600
Filename: cmd; parameters: /c taskkill /f /im pithos.exe;Flags: runhidden
600 601
Filename: cmd; parameters: /c taskkill /f /im pithos.client.WPF.exe;Flags: runhidden
602
;Launch Redist
601 603
Filename: {tmp}\dotNetFx40_Client_setup.exe; Description: Install Microsoft .Net Framework 4.0; Parameters: /q /noreboot; Flags: skipifdoesntexist; Check: ShouldInstalldotNET40

Also available in: Unified diff