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

Migrate MSI installers from WiX v3 to v5 #2222

Open
alexhass opened this issue Jan 31, 2025 · 0 comments
Open

Migrate MSI installers from WiX v3 to v5 #2222

alexhass opened this issue Jan 31, 2025 · 0 comments

Comments

@alexhass
Copy link
Contributor

I suggest upgrading to WiX v5. Just learning the upgrade path, but there seems to be a convert feature that does a lot or at least most of it for us.

Why do I ask for this? It is about a new feature CloseApplications noted at https://wixtoolset.org/docs/fivefour/.

<InstallExecuteSequence> <Custom Action="$(var.Prefix)CloseApplications$(var.Suffix)" Before="InstallFiles" Overridable="yes" Condition="VersionNT &gt; 400" /> </InstallExecuteSequence>

If you deploy setups over existing setups while the application is running is causing serious issues. It ends with files not replaced or not all files installed. This causes a lot of troubles with system center / intune deployments.

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

No branches or pull requests

1 participant