Peter, thank you for response.

> Either use the modularised property in your search or move your search
> into the merge module or use wixlibs instead of merge modules.
All of that I described is placed in the same merge module.

I'm not sure is it really about modularization, cause I have "diagnostic" 
custom action (in the same merge module)

    <CustomAction Id="Diag" Execute="deferred" Return="asyncNoWait" 
Property="CMD_PROP"
                  ExeCommand="/c echo ads:[AgentDirToSearch]  dbex:[DBEXISTS] > 
c:\diag.txt" />

scheduled after InstallFiles
This action simply echos values of properties to text file. 
And value of AgentDirToSearch is always present there - unlike DBEXISTS. So IMO 
it says, that there is no problem with searching of AgentDirToSearch property, 
see 
ads:C:\Program Files\ClUp\Agent  dbex: 


P.S.
I can't find the AgentDirToSearch property in Property table of my MSI. There 
is custom action with Source set to this property named (followed by Module's 
guid).
I can't find either DBEXISTS property anywhere :-o

--
  Tomek Romanowski 


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to