In my WIX setup project, I am reading some properties from an INI file. Is there a way to override the IniFileSearch during installation if any of the Property values are passed as command line param
I am using Wix for my installer. There is DiskCostDlg displayed once I select \"Disk Usage\" from CustomizeDlg.
I have a requirement where by I need to show the license agreement according to the OS language. The localized license agreements (.rtf) are kept on a server.
I need the following behaviour from my wix-based installers: Every setup in the major version 1.x.x line should majorupdate any
I am trying to create an installer using WiX which doesn\'t show the license agreement at the start. But I get the error as below.
I have a custom action and need to get below values for copying some parts from installation folder to VS2010 folder
With the new firefox we are shipping more and more libraries as the XPom interfaces we interact with are changing.We are at 10 dlls and increasing, each with a size of almost 2M.
I\'m using 开发者_开发知识库latest votive (Wix v3.5) and created a simple Wix VS 2010 setup project. I added my website reference and set the Harvest option as true.
I have created the se开发者_如何学Gotup which installs windows service, but when i uninstall it the service remains started and not removes. I have createwd the setup msi in Wix.
I\'ve got a WiX installer that is meant to update VS 2010 templates after installing them. The code I\'m using is as follows: