简体   繁体   English

Windows Installer项目C#中的预填表单字段

[英]Prefill form fields in Windows Installer project c#

Is it possible in a Visual Studio 2010 Windows Installer project, to insert for instance dynamic or configuration data in the UI Text boxes in the installer. 是否可以在Visual Studio 2010 Windows Installer项目中在安装程序的UI文本框中插入例如动态或配置数据。 This data could come from the registry. 此数据可能来自注册表。

You can use registry searches to load the data from the registry. 您可以使用注册表搜索从注册表中加载数据。 The search properties you can then attach to the UI fields. 然后可以将搜索属性附加到UI字段。

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

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