diff --git a/.changes/fix-bundler-msi-install-dir-lookup.md b/.changes/fix-bundler-msi-install-dir-lookup.md new file mode 100644 index 000000000..b54662c80 --- /dev/null +++ b/.changes/fix-bundler-msi-install-dir-lookup.md @@ -0,0 +1,5 @@ +--- +tauri-bundler: 'patch:bug' +--- + +Fixed an issue that caused the `.msi` installer not to lookup the `INSTALLDIR` set in the `nsis` installer. diff --git a/crates/tauri-bundler/src/bundle/windows/msi/main.wxs b/crates/tauri-bundler/src/bundle/windows/msi/main.wxs index 1a5db6cc5..a11b2ec43 100644 --- a/crates/tauri-bundler/src/bundle/windows/msi/main.wxs +++ b/crates/tauri-bundler/src/bundle/windows/msi/main.wxs @@ -70,9 +70,12 @@ {{/if}} - - + + + + +