使用 WiX 安装时向 Windows 服务添加命令行参数
我设法为 Windows 服务创建一个 WiX 3.x 安装程序并添加了一些标准 UI。
使用 WiX 安装 Windows 服务时,我需要向该 Windows 服务添加命令行参数。该参数是 config.xml 文件的路径。我想为用户提供一个通过“浏览...”选项浏览该 config.xml 文件的选项。我想我需要一个 CustomAction,但它会是什么样子?
预先非常感谢。
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 argument is a path to config.xml file. And I want to give user an option to browse for that config.xml file through "Browse..." option. I think I need a CustomAction for that but how would it look like?
Thanks so much in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许这会有所帮助: http://community.saasgrid.com/developers/b/team/archive/2011/02/17/wix-management-custom-actions-openfiledialog-example.aspx
Perhaps this will help: http://community.saasgrid.com/developers/b/team/archive/2011/02/17/wix-managed-custom-actions-openfiledialog-example.aspx