我对Wix服务有问题,因为在安装过程中无法启动该服务。它抛出错误:
Error 1053: The service did not respond to the start or control request in a timely fashion
我试过使用[WIX_ACCOUNT_LOCALSYSTEM]和[WIX_ACCOUNT_LOCALSERVICE],但没有一个能工作。
但是这里有些奇怪,因为我有一个使用ClickOne的安装程序,它包含了与我在Wix中使用的相同的服务组件。ClickOne很好地安装服务(使用InstallUtil.exe),因此它证明帐户启动服务是正确的。
然
我有一个.NET应用程序调试文件夹,但没有完整的visual studio解决方案。我正在尝试从这生成一个wix安装程序。
Things tried:我使用WIX创建了一个名为setup的项目。在我的.net解决方案中,现在有两个项目,主项目helloWorld和wix项目setup。在setup中,我添加了helloWorld的引用,它工作得很好。我能够为我的helloWorld项目创建安装程序。
Here, I added the reference of the application project for which we want to generate the installer
在WIX中,我可以使用元素安装ISAPI过滤器:
<Component Id='C.Filter1' Guid="6781xxxx-xxxx-4893-xxxx-aaaabbbbdddd">
<!-- CreateFolder - included to avoid problem with missing KeyPath -->
<CreateFolder/>
<iis:WebFilter Id="WebFilter1"
LoadOrder="fir