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 have a long lived installer which is using RegistryValue to setup a .Net COM server. The installer is 32 bit. I would like to have the regis开发者_开发知识库try settings also set for 64 bit OSes. My
I\'m still working on my Wix installer that includes replacing some MySql commands. Specifically, I want the insta开发者_高级运维ller to run a script that creates a user, and then using that user, I
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 have my own UI for the installation (using SharpSetup). The problem is, that when I double click the msi file the UI doesn\'t appear => Same when I uninstall it. To see the UI I have to double click
How do I create WiX installer for WCF service in this case? At the start user choose hosting: self开发者_Python百科-hosting, in IIS, in system service.
I managed to create a WiX 3.x installer for Windows Service and added some standard UI. While installing Windows Service using WiX I need to add a command-line argument to that Windows Service. That
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?开发者_高级运维
My program 开发者_开发知识库needs isapi&cgi restrictions are installed in iis. I want a wix launch condition for isapi&cgi restrictions are installed or not. Any help would be great. Thanks in
I have a strange issue that a开发者_运维知识库lthough not critical I\'m wondering why it\'s happening.