草庐IT

SecureCustomProperties

全部标签

windows - MSI 安装程序 : Adding multiple properties to SecureCustomProperties

我正在寻找一种将多个属性添加到我的.msi安装程序属性表中的SecureCustomProperties值的方法。我试过逗号分隔符、分号分隔符甚至空格分隔符。以上似乎都不起作用。提示? 最佳答案 好的,所以我就快到了......分号分隔且没有空格。这似乎可以解决问题。 关于windows-MSI安装程序:AddingmultiplepropertiestoSecureCustomProperties,我们在StackOverflow上找到一个类似的问题: ht