.net Setup Project: How to pass multiple CustomActionData fields

后端 未结 1 1935
醉酒成梦
醉酒成梦 2020-12-16 01:21

In a .net \"Setup Project\", it is possible to add one or more custom screens in the setup wizard, with fields (e.g. text boxes) where the user can enter additional installa

相关标签:
1条回答
  • 2020-12-16 01:42

    As per the documentation for CustomActionData regarding passing multiple values:

    Multiple values must be separated by a single space: /name1=value1 /name2=value2. If the value has a space in it, it must be surrounded by quotation marks: /name="a value"

    0 讨论(0)
提交回复
热议问题