File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
12
12
- Update file order and version.
13
13
- Update iss ` version ` with the project version.
14
14
- Update iss folder location option.
15
+ - Add ` icon.ico ` on installation.
16
+ - Add ` RunOnceId ` in uninstallation.
15
17
16
18
## [ 1.0.0] / 2023-05-22
17
19
- First Pre Release
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ UninstallDisplayName="{#AppName}"
36
36
LicenseFile = " ..\LICENSE"
37
37
38
38
; ICON CONFIGURATION
39
- ; SetupIconFile=icon.ico
39
+ SetupIconFile = icon.ico
40
40
UninstallDisplayIcon = {app} \unins000.exe
41
41
42
42
; Size: 55x55
@@ -63,4 +63,4 @@ Source: "..\{#AppFolder}\bin\Release\*"; DestDir: "{app}"; Flags: ignoreversion
63
63
Filename : " {app} \ServerRegistrationManager.exe" ; Parameters : " install " " {app} \RevitShell.dll" " -codebase"
64
64
65
65
[UninstallRun]
66
- Filename : " {app} \ServerRegistrationManager.exe" ; Parameters : " uninstall " " {app} \RevitShell.dll" " " ;
66
+ Filename : " {app} \ServerRegistrationManager.exe" ; Parameters : " uninstall " " {app} \RevitShell.dll" " " ; RunOnceId: " UninstallService "
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<PropertyGroup >
10
- <Version >1.0.1-alpha </Version >
10
+ <Version >1.0.1-beta </Version >
11
11
</PropertyGroup >
12
12
13
13
<!-- Release -->
You can’t perform that action at this time.
0 commit comments