How to obtain the installation path in wxs #7088
-
I want to obtain the installation directory selected by the user in the custom wxs file and reference it in the registry write operation when building installation packages using Wix. How can I implement this. |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
May 31, 2023
Replies: 1 comment 1 reply
-
If you're modifying tauri's |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
EHW-liao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're modifying tauri's
main.wxs
file then the there is aINSTALLDIR
var. For example here it is used as a registry value: https://github.com/tauri-apps/tauri/blob/dev/tooling/bundler/src/bundle/windows/templates/main.wxs#L112