gpt4 book ai didi

c# - WiX 烧录 : how to change 'WixBundleManufacturer' in bootstrapper application?

转载 作者:太空宇宙 更新时间:2023-11-03 20:18:20 25 4
gpt4 key购买 nike

我正在使用 WiX 构建一个可自定义的设置应用程序,从本教程开始: http://bryanpjohnston.com/2012/09/28/custom-wix-managed-bootstrapper-application/

设置需要可定制,所以我需要在我的 MainViewModel 中设置一些变量这是一个例子:

var customProductName = "The Custom Product";
this.Bootstrapper.Engine.StringVariables["WixBundleName"] = theCustomProduct;

这符合预期。但是,我无法设置变量 WixBundleManufacturer。我得到一个 System.ArgumentException: Value does not fall in the expected range

是否有可能在运行时从我的 View 模型中设置制造商值?

最佳答案

不,WixBundleManufacturer 是从创作的 Bundle 元素 Manufacturer 属性中设置的只读变量。您可以打开功能请求。

关于c# - WiX 烧录 : how to change 'WixBundleManufacturer' in bootstrapper application?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15258319/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com