Lerudjordet, Morten Minge wrote:
Setting property value with another property value

<Property Id="QtExecCmdLine"
Value=".\Deploy.Tools\XmlPreprocess.exe /i ?SetWebConfigPath_Value_Here? /s ?SetSettingsPath_Value_Here? /NoLogo"/>

<CustomAction Id="QtExec" BinaryKey="WixUtilExtension" DllEntry="CAQuietExec" Execute="immediate" Return="check"/>
<Binary Id="WixUtilExtension" SourceFile="[ProgramFilesFolder]\Windows Installer XML v3\bin\WixUtilExtension.dll" />

<CustomAction Id="SetWebConfigPath" Property="CASetCPath" Value="[INSTALLPATH][WEBCONFIGFILE]" />
<CustomAction Id="SetSettingsPath" Property="CASetSPath" Value="[FILEPATH]" />


You want the same CustomAction/@Property/@Value setup to set the QtExecCmdLine property. Use [#FileId] syntax to get the path of the file on the target machine.

-- 
sig://boB
http://bobs.org


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to