Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/facebook/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Installation 设置MSI的文本框值_Installation_Windows Installer - Fatal编程技术网

Installation 设置MSI的文本框值

Installation 设置MSI的文本框值,installation,windows-installer,Installation,Windows Installer,我需要设置Windows MSI中文本框的值 我使用的命令是 MSIEXEC.EXE /I Search.msi EDITA1="http://abc/Server" TARGETVDIR=ChemLab/SearchClient" /QN /Lv* c:\temp\Search_UnInstall_Install.log ALLUSERS=1 即使在设置textbox EDITA1的值之后=http://abc/Server 在命令行中,MSI显示默认值 我错过了什么? 请帮助,提前感谢这

我需要设置Windows MSI中文本框的值

我使用的命令是

MSIEXEC.EXE /I Search.msi  EDITA1="http://abc/Server" TARGETVDIR=ChemLab/SearchClient" /QN /Lv* c:\temp\Search_UnInstall_Install.log ALLUSERS=1
即使在设置textbox EDITA1的值之后=http://abc/Server 在命令行中,MSI显示默认值

我错过了什么?
请帮助,提前感谢

这看起来像Visual Studio安装项目,如果是,MSI包含内部自定义操作以重置它们。如果您查看CustomAction表,您可能会看到一些,在它们被调用的地方,使用Orca工具

另一个问题可能是这些属性不在MSI文件属性表的SecureCustomProperties列表中,这意味着它们可能在UI开始和执行序列之间丢失值