Hi Blair,

I am looking for a particular feature is installed in the system. If it is
installed, then making flag to true and using that variable to set one
property in wxs.  

I am retuning that variable from my dll based on the feature installtion and
i amusing that in my wxs as below.  

 <Binary Id="QueryState" SourceFile="QueryState.dll" />
           <Property Id="GalaxyInstall"><![CDATA[FALSE]]></Property> //here i 
have
a doubt.. may be i am wrong here
           <CustomAction Id="QueryState" Return="check" BinaryKey="QueryState"
DllEntry="GalaxyInstalltion" />


<InstallExecuteSequence>
  <Custom Action="QueryState" Before="InstallFinalize"
><![CDATA[1]]></Custom>
                
</InstallExecuteSequence>

I think i made myself clear.  Please do let me know where i am doing wrong.
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/make-my-vbscriot-to-run-tp5069321p5073899.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to