File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 77#define MyAppVersion " 0.28.0-beta.1"
88#define MyAppPublisher " .NET Foundation"
99#define MyAppURL " https://aka.ms/devproxy"
10+ #define DevProxyExecutable " devproxy.exe"
1011
1112[Setup]
1213; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
@@ -45,6 +46,9 @@ Source: ".\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsu
4546[UninstallDelete]
4647Type :files ;Name :" {app} \rootCert.pfx"
4748
49+ [UninstallRun]
50+ Filename : " {app} \{#DevProxyExecutable}" ; Parameters : " cert remove" ; RunOnceId: " DelService" ; Flags : runhidden ;
51+
4852[Code]
4953procedure RemovePath (Path: string);
5054var
Original file line number Diff line number Diff line change 77#define MyAppVersion " 0.28.0"
88#define MyAppPublisher " .NET Foundation"
99#define MyAppURL " https://aka.ms/devproxy"
10+ #define DevProxyExecutable " devproxy.exe"
1011
1112[Setup]
1213; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
@@ -45,6 +46,9 @@ Source: ".\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsu
4546[UninstallDelete]
4647Type :files ;Name :" {app} \rootCert.pfx"
4748
49+ [UninstallRun]
50+ Filename : " {app} \{#DevProxyExecutable}" ; Parameters : " cert remove" ; RunOnceId: " DelService" ; Flags : runhidden ;
51+
4852[Code]
4953procedure RemovePath (Path: string);
5054var
You can’t perform that action at this time.
0 commit comments