diff --git a/.changes/bundler-msi-upgrade-same-version.md b/.changes/bundler-msi-upgrade-same-version.md new file mode 100644 index 000000000..5778a0df8 --- /dev/null +++ b/.changes/bundler-msi-upgrade-same-version.md @@ -0,0 +1,5 @@ +--- +"tauri-bundler": patch +--- + +Change the WiX config to allow upgrading installation with same version instead of duplicating the application. diff --git a/tooling/bundler/src/bundle/windows/templates/main.wxs b/tooling/bundler/src/bundle/windows/templates/main.wxs index 1bf2a2cf1..470edd423 100644 --- a/tooling/bundler/src/bundle/windows/templates/main.wxs +++ b/tooling/bundler/src/bundle/windows/templates/main.wxs @@ -26,9 +26,8 @@ InstallScope="perMachine" SummaryCodepage="{{ascii_codepage}}"/> - - +