I have been unsuccessfully trying to find an article or post listing functional limitations of WiX (Windows Installer XML)/WiX Toolset. After using WiX for a couple of weeks, I can think of at least t
I have a WIX 3.0 installer that is building 88 slightly different builds (cross product of 32 and 64-bit, 11 locales, four editions (Beta, Retail, Evaluation, Different Evaluation).
I\'m a total noob on Wix (and installers in general) so please forgive me. My goal is to be able to traverse a directory, search for all, say, *.exe files and copy them to a predefined destination fo
Currently I am working on a project, which uses a server base MySql to save some test results from equipments they make, and program works fine and at each test end it uses saved data to generate repo
This could be a stupid question. What we did We just want to use FindRelatedProducts action to check existing installation\'s version, by following Wix tutorial:
My application runs as a Windows service.During normal execution, some data files are generated in a \"data\" directory that I create with my WIX install.During an upgrade, I would like to move/migrat
I\'m using WIX to create an installer and WixUI_Mondo for the UI. Everything had gone well until I stumbled upon a problem with MaintenanceTypeDlg. Things work finely when I install the application, h
I\'ve got a couple of开发者_如何学Go projects I\'m using Wix 3.5 for, along with Paraffin which is going really well, but I\'m stuck trying to figure out how to create a Windows Scheduled Task as part
I have a dll file compiled with Microsoft .NET Framework 4.0 开发者_如何学Go When I am using MakeSfxCA.exe file and passing the dll as one of the parameter to command line it gives me following error
We build our setups with Wix. We have a mix of native and .NET components, and use COM for interop. Until now, I have used heat.exe to generate wix fragments for installing .NET assemblies and regist