I\'ve created a WiX setup project based on the article WiX 3 Tutorial: Understanding main WXS and WXI file mainly because it gives the WiX needed to do an application shutdown.
I am creating an installer using WiX which contains few dlls. In the original script first gacutil.exe and then regasm for each dllis called. I am having a problem when transfering this idea into WiX.
In my team we prepared an msi installer package for our application. Package is made in WIX contains custom UI, call custom actions from C# library and almost everything works fine except one thing: c
I\'m using Vs2010 and Wix 3.6.0917.0, for the record. I use the $(SolutionDir) property quite a bit in my .wixproj file, since I only ever build the installer as part of a solution build or as part of
I\'m using the following registry search in WiX <Property Id=\"VISUALSTUDIODIR\"> <RegistrySearch Id=\"VISUALSTUDIODIRCMD\" Type=\"raw\" Root=\"HKLM\"
I\'m using the project reference feature of WiX to harvest a project automatically using Heat. This is particularly useful since the WiX installer is being built both locally and on a TFS2010 build se
We have a requirement to install the same software in multiple directories on the same machine. I want to install the software using a batch file. I am having difficulty using the variable I have pass
I am using Heat.exe to harvest a directory containing my DLLs that need to go into the GAC. The fragment is correctly created and I can build my MSI. The pro开发者_运维技巧blem I am having is that aft
I have a major upgrade that I am trying to do, but it just doesn\'t work. It simply installs the new program along side the old one. They are in different directories (as I changed the directory struc
I\'m in task of migrating our product\'s installer from InstallShield to WiX. To deploy web applications, the previous developers 开发者_StackOverflowused Custom Actions (written in C#) in InstallShi