I\'ve got a vanilla .net class library which contains some types which are [ComVisible] and the assembly itself is marked \"Register for COM Interop\". I\'m trying to build a WIX installer for the app
I have created an installer with Windows Installer XML 3.5 from within the Visual Studio 2010. The installer itself works pretty well but now I would like to change it\'s default language from english
I have created a minimal installer with \"WixAppFolder\" set to \"WixPerUserFolder\". Application installs in
My installer, created wth WiX is localized via .wxl files. It is possible in WiX to specify multiple cultures and light.exe will be called multiple times, creating an installer for each language (this
I\'m creating an installer in which the user has to register their details. Those details need to go up to a server by consuming a WCF service that is there.
I\'ve spent a lot of time fighting with WiX to make an installer that works well with a screen reader. I want the Windows Screen Reader to read the labels and control names out in a sensible and predi
I\'m using the lastest version of Wix 3.5 and I\'m trying to generate a fragment file using heat.exe. The command line is :
I have an msi built using WiX. Part of the installer collects some settings that will be entered into the app.config file of the installed app.
I\'ve created a WIX DB installer. It works on my DEV machine using SQLEXPRESS but not on my test machine using (local). I confirmed that the server is correct in each case, using Orca. The following,
I have a WiX (Windows installer XML) v3, project which contains references to other projects in my solution. I am using the copy task inside the BeforeBuild event of the WiX project to collect some of