使用用户提供的值作为 Wix 属性的值

发布于 2024-11-19 08:05:39 字数 347 浏览 6 评论 0原文

我想知道是否可以让安装包的用户提供事件源名称的值。

<util:EventSource Log="Application" Name="WixSample" SupportsErrors ="yes" SupportsInformationals ="yes" SupportsWarnings ="yes" EventMessageFile="%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\EventLogMessages.dll" KeyPath="yes"/>

因此,在上面的示例中,我希望用户输入的值是 Name 属性。

谢谢

I want to know if it's possible to have the user who is installing the package to supply the value of the eventsource name.

<util:EventSource Log="Application" Name="WixSample" SupportsErrors ="yes" SupportsInformationals ="yes" SupportsWarnings ="yes" EventMessageFile="%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\EventLogMessages.dll" KeyPath="yes"/>

So in the above example I would like the user entered value to be the Name attribute.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

揪着可爱 2024-11-26 08:05:39

是的,它可以是财产。所以,你应该能够做到:

<util:EventSource Name="[USER_PROVIDED_VALUE]" ...

Yes, it can be a property. So, you should be able to do:

<util:EventSource Name="[USER_PROVIDED_VALUE]" ...
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文