“Author” a dual-scope MSI, perMachine by default with the possibility to change the scope through UI
I’d need to build a “single package authoring” MSI that is perMachine by default with the possibility to change the scope to perUser through an UI dialog.
Wix contact form with a file upload field – is there a preview of the attached image file?
Before paying to Wix I need to know if there is the following functionality Unfortunately they don’t have a Live Chat on their site, not a Contact form where I could ask.
How do I interpolate wix variables into a text file during installation?
When packaging a native messaging browser extension using Wix, part of the install process requires that a json file containing something similar to the following be installed alongside the application:
CopyFile not working as a nested element of File in vix v5
I am trying to include several files with the File tag and then copy them to a new location on download by nesting a CopyFile tag since that seems to be what the documentation says you should do, https://wixtoolset.org/docs/schema/wxs/copyfile/ but I am getting an error saying “The element ‘File’ in namespace ‘http://wixtoolset.org/schemas/v4/wxs’ has invalid child element ‘CopyFile’ in namespace ‘http://wixtoolset.org/schemas/v4/wxs’
Wix Toolset v4 (5.0.0) – attempting to override a standard action fails if previously referenced
I am attempting to override the StartServices standard action. This works (compiles) successfully in isolation. However, if a reference action is added the compile fails. Below is a sample project that will display the issue.
WiX 5 with .NET 8 CustomAction?
I have a WiX 4 project and it’s referencing a CustomAction that is currently .NET Framework 4.8. I plan on upgrading the WiX project to WiX 5.0.0. Can I upgrade the CustomAction project to .NET 8 when I upgrade WiX? Or anything other than .NET Framework? I would like to stop requiring .NET 4.8 as a pre-requisite.