Under my parent component are three sub-components - a website and two window services. A hidden sub-feature also has the database scripts that are executed using SQLCMD.
Is it possible/recommended to use the InstallService element to install a Windows service written in managed code (C#)? (I tried it and it does install the service开发者_如何学编程, but the service wo
This is related to Wix: I have a situation in which I have to deploy a file into multiple directories whose values being fetched from registry. Now these directories could be from 1 to many.
I want to set a property in a custom action and开发者_开发技巧 use it in the standard custom action \"util:User\" afterwards. But no matter where I put the property in my wxs-file, I always get \"erro
I have a question about WiX installers Currently if the user selects Custom Setup, they get this screen. It defaults to having nothing selected to install, but the “Next” button is still enabled. I
I am writing an installer using WIX, and I need to add a .dll file to the GAC. I use: <File Id=\"my.dll\" Name=\"my.dll\" DiskId=\"1\" Source=\"..\\MyResources\\\" KeyPath=\"yes\" Assembly=\".net
Note: This question can also be found on the WiX mailing list. I need to be able to check for the existence of an IIS7 website based on the website\'s description. If the website does not exist I nee
I have a modified FilesInUse dialog. Just including it in project and changing reference in UI does not help - I get \"ICE20: Standard Dialog: \'FilesInUse\' not found in Dialog table\" error when bui
I have an installer which installs about 40 files and two directories. This installer is based on WixUI_InstallDir \"template\", but I\'ve included some of the UI definition within my WXS project.
My installer creates the reg key under HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop\\NameSpace which creates an icon on the desktop during install开发者_JS百科ation but after