简体   繁体   English

Wix安装程序与文本文件集成

[英]Wix installer integration with text file

I have an installation that copy files to the relevant location,install some of them in the GAC and install services. 我有一个将文件复制到相关位置的安装程序,将其中一些安装在GAC中并安装服务。

I'm looking for a way to improve my installer and ease my application configuration by adding forms to the installer with some edit box which eventually will replace strings in my application configuration files, that way it will be more comfortable and user friendly to configure the application setting. 我正在寻找一种方法来改进安装程序,并通过使用一些编辑框向安装程序添加表单来简化我的应用程序配置,这些编辑框最终将替换我的应用程序配置文件中的字符串,这样可以更加舒适和用户友好地配置应用程序设置。

Is that possible? 那可能吗? if so, where should I look on how to do this? 如果是这样,我应该在哪里看如何做?

From what you are asking, it looks like you would like to introduce some User Interface as part of your installation process. 根据您的要求,您似乎想在安装过程中引入一些用户界面。 Wix has several inbuilt UI dialog sets that can help you do just this. Wix具有多个内置的UI对话框集,可以帮助您做到这一点。

Take a look at the following: 看一下以下内容:

http://wixtoolset.org/documentation/manual/v3/wixui/wixui_dialog_library.html http://wixtoolset.org/documentation/manual/v3/wixui/wixui_dialog_library.html

http://wixtoolset.org/documentation/manual/v3/wixui/wixui_customizations.html http://wixtoolset.org/documentation/manual/v3/wixui/wixui_customizations.html

https://www.firegiant.com/wix/tutorial/user-interface/ https://www.firegiant.com/wix/tutorial/user-interface/

https://www.firegiant.com/wix/tutorial/user-interface-revisited/ https://www.firegiant.com/wix/tutorial/user-interface-revisited/

Hope this helps. 希望这可以帮助。

If you would like to introduce a custom dialog in the user interface sequence, take a look at: 如果要在用户界面序列中引入自定义对话框,请查看:

http://wixtoolset.org/documentation/manual/v3/wixui/wixui_customizations.html http://wixtoolset.org/documentation/manual/v3/wixui/wixui_customizations.html

https://www.firegiant.com/wix/tutorial/user-interface-revisited/a-single-dialog/ https://www.firegiant.com/wix/tutorial/user-interface-revisited/a-single-dialog/

Try things out. 试试看。 These examples should be sufficient to help you get started. 这些示例应该足以帮助您入门。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM