Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何使用WiX在Windows XP上卸载我的服务_Windows_Wix_Windows Installer_Wix3.5 - Fatal编程技术网

如何使用WiX在Windows XP上卸载我的服务

如何使用WiX在Windows XP上卸载我的服务,windows,wix,windows-installer,wix3.5,Windows,Wix,Windows Installer,Wix3.5,据我对MSI安装程序的了解,卸载期间的服务删除现在通过完成。但Windows XP不支持重新启动管理器。那么,在我的MSI中删除服务的官方方式是什么呢 另外,我正在使用WiX对MSI标记进行编码。删除服务不需要重启管理器。只需使用ServiceInstall和ServiceControl元素,只要您的组件被删除,服务就会被删除 Restart Manager更多的是关于休眠进程并恢复其状态,以便避免文件锁定并保持可用性

据我对MSI安装程序的了解,卸载期间的服务删除现在通过完成。但Windows XP不支持重新启动管理器。那么,在我的MSI中删除服务的官方方式是什么呢


另外,我正在使用WiX对MSI标记进行编码。

删除服务不需要重启管理器。只需使用ServiceInstall和ServiceControl元素,只要您的组件被删除,服务就会被删除

Restart Manager更多的是关于休眠进程并恢复其状态,以便避免文件锁定并保持可用性