From caa8fcc93e5b56dacf042b9e7c6e7c56a1609310 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 14 Jul 2021 09:38:31 -0400 Subject: [PATCH] fix(windows): use random `Guid` for uninstaller (wix) (#2208) * use random `Guid` for uninstaller * add changefile * better naming structure for the component --- .changes/bundler-windows-uninstaller.md | 5 +++++ tooling/bundler/src/bundle/windows/templates/main.wxs | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 .changes/bundler-windows-uninstaller.md diff --git a/.changes/bundler-windows-uninstaller.md b/.changes/bundler-windows-uninstaller.md new file mode 100644 index 000000000..306fdd0fc --- /dev/null +++ b/.changes/bundler-windows-uninstaller.md @@ -0,0 +1,5 @@ +--- +"tauri-bundler": patch +--- + +Fix WIX uninstaller by using unique `GUID` shortcut. diff --git a/tooling/bundler/src/bundle/windows/templates/main.wxs b/tooling/bundler/src/bundle/windows/templates/main.wxs index 1687b385e..770f2040b 100644 --- a/tooling/bundler/src/bundle/windows/templates/main.wxs +++ b/tooling/bundler/src/bundle/windows/templates/main.wxs @@ -88,8 +88,7 @@ {{/each~}} {{{resources}}} - + - + - +