Commit 7a28368
authored
fix: windows installer can't be uninstalled (#320)
Updates our WiX template to fix an issue where dbc can't be uninstalled
with Add/Remove programs. We were setting two values in our .wxs
template incorrectly. The "Product Code" should vary between releases
and the "Package Code" should as well.
See:
- https://learn.microsoft.com/en-us/windows/win32/msi/productcode
- https://learn.microsoft.com/en-us/windows/win32/msi/package-codes
Closes #3191 parent dbbe734 commit 7a28368
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
0 commit comments