Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/wix/2.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
Properties 在发布产品之前,请在自定义对话框中将INSTALLLOCATION传递给我的编辑控件_Properties_Wix_Windows Installer - Fatal编程技术网

Properties 在发布产品之前,请在自定义对话框中将INSTALLLOCATION传递给我的编辑控件

Properties 在发布产品之前,请在自定义对话框中将INSTALLLOCATION传递给我的编辑控件,properties,wix,windows-installer,Properties,Wix,Windows Installer,我正在尝试将值传递给编辑控件中的自定义对话框 <Control Type="Edit" Id="mdir" Width="153" Height="15" X="206" Y="82" Property="MDIR"/> <Property Id="MDIR" Value="[INSTALLLOCATION]"/> 如何传递要编辑的Installlocation值?谢谢 这条消息意味着在任何地方都有INSTALLLOCATION的定义,因此没有更多细节,就不清楚如何回答

我正在尝试将值传递给编辑控件中的自定义对话框

<Control Type="Edit" Id="mdir" Width="153" Height="15" X="206" Y="82" Property="MDIR"/>
<Property Id="MDIR" Value="[INSTALLLOCATION]"/>

如何传递要编辑的Installlocation值?谢谢

这条消息意味着在任何地方都有INSTALLLOCATION的定义,因此没有更多细节,就不清楚如何回答这个问题。如果您使用的是WiX UI选项之一,那么可能需要INSTALLFOLDER。您希望在哪里初始化INSTALLLOCATION属性


您的对话框顺序也不清楚,是否打算在用户输入后处理所选的安装位置

ззззззззззз。Почему я не могу использовать одну и ту же схему?
The 'MDIR' Property contains '[INSTALLLOCATION]' in its value which is an illegal reference to another property.