We managed to upgrade the setup project from Visual Studio (2010) Setup to Wix based setup for our software. Everything works beautifully except one problem:
I\'ve got a WIX installation project for my application. As part of my solution I have a VSIX extension, that I want to install on the customer\'s Visual Studio.
I\'m trying to specify the licence for my wix setup project. I have created a rtf with a few dummy lines in wordpad/notepad/vs tried a few different ways as I read there was an issue with ones create
Currently I\'m trying to move the WixUIBannerBmp, WixUIDialogBmp and WixUILicenseRtf WixVariables and t开发者_JAVA百科heir corresponding binary files to a wixlib. Unfortunately when building it ignore
EDIT 开发者_开发技巧 I\'ve decided to try to find a simpler way to ask this question: If my WIX-based installation needs to modify an XML file that looks like this:
I know that there is the native IIS7 support in wix 3.5, but I have this strange error. So, if IIS6 Management Compatibility for IIS7 is not installed, then new App Pool did not created in installati
I will start off with the code... private static void File() { wixFile = XDocument.Load(filePath); var fileElements = from file in wixFile.Descendants(GetWixNamespace() + \"File\")
I\'ve got a WiX project which pulls in a WiX Fragment with a load of supporting files. I\'m using Paraffin to build the wsx file for the fragment.At the moment I manually run a one line batch file to
I want to keep GRID or table in one of the screen in WIX installer listing some data. Is there any property in WIX which will allow me to do so?开发者_高级运维
I have a strange issue that a开发者_运维知识库lthough not critical I\'m wondering why it\'s happening.