Hi,
 
I tried to define a property using embedding the INSTALLDIR property beeing not successfull.
 
 <Property Id='INSTALLDIR'>
        <RegistrySearch Id='FrameworkRegistry1' Type='raw' Root='HKLM' Key='Software\My\Product' Name='InstallDir' />
 </Property>
 <Property Id="EXEFILE" Value="[INSTALLDIR]tools\bin\tool.exe" />
 
Property(S): INSTALLDIR = C:\Program Files\My\Product\
Property(S): ANTEXE = [INSTALLDIR]tools\bin\tool.exe
 
 
I want that ANTEXE links to "C:\Program Files\My\Product\tools\bin\tool.exe"
 
How do I achieve this?
 
Thank you!
Thomas
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to