Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Support using a .wixproj file #4541

Closed
stephenlrandall opened this issue Jun 30, 2022 · 1 comment
Closed

[feat] Support using a .wixproj file #4541

stephenlrandall opened this issue Jun 30, 2022 · 1 comment

Comments

@stephenlrandall
Copy link

Describe the problem

This issue arose for me when trying to add a FipsCompliant property to the Tauri WiX configuration (using the answer to this question: https://stackoverflow.com/questions/56467603/how-to-enforce-candle-exe-fips-with-fips-or-fipscomplianttrue-fipscompliant)

In the Tauri Discord, it was mentioned that Tauri does not currently support using a .wixproj.

Describe the solution you'd like

I would like to be able to use a .wixproj file to add the properties I need on Windows.

Alternatives considered

Because this issue is Windows-exclusive, I'm currently working around it by using the run-script-os package with the package.json scripts:

...
"tauri-build": "run-script-os",
"tauri-build:win32": "tauri build -b none",
"tauri-build:default": "tauri build",
...

This will bypass the bundler on Windows entirely.

Additional context

No response

@lucasfernog
Copy link
Member

We can't really use a wixproj :( It would mean a massive refactor at least - and we'll focus on NSIS now. I can add a config option for this though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants