Skip to content

Commit f912e16

Browse files
committed
Add RunOnceId in uninstallation.
1 parent 400a61d commit f912e16

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212
- Update file order and version.
1313
- Update iss `version` with the project version.
1414
- Update iss folder location option.
15+
- Add `icon.ico` on installation.
16+
- Add `RunOnceId` in uninstallation.
1517

1618
## [1.0.0] / 2023-05-22
1719
- First Pre Release

Install/RevitShell.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ UninstallDisplayName="{#AppName}"
3636
LicenseFile="..\LICENSE"
3737

3838
; ICON CONFIGURATION
39-
;SetupIconFile=icon.ico
39+
SetupIconFile=icon.ico
4040
UninstallDisplayIcon={app}\unins000.exe
4141

4242
; Size: 55x55
@@ -63,4 +63,4 @@ Source: "..\{#AppFolder}\bin\Release\*"; DestDir: "{app}"; Flags: ignoreversion
6363
Filename: "{app}\ServerRegistrationManager.exe"; Parameters: "install ""{app}\RevitShell.dll"" -codebase"
6464

6565
[UninstallRun]
66-
Filename: "{app}\ServerRegistrationManager.exe"; Parameters: "uninstall ""{app}\RevitShell.dll""";
66+
Filename: "{app}\ServerRegistrationManager.exe"; Parameters: "uninstall ""{app}\RevitShell.dll"""; RunOnceId: "UninstallService"

Install/icon.ico

4.19 KB
Binary file not shown.

RevitShell/RevitShell.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<PropertyGroup>
10-
<Version>1.0.1-alpha</Version>
10+
<Version>1.0.1-beta</Version>
1111
</PropertyGroup>
1212

1313
<!-- Release -->

0 commit comments

Comments
 (0)