Scott Palmer wrote:
> I've got a checkbox in my installer that for some reason cannot be 
> changed by the user and I haven't a clue why.  Anyone got some ideas?

You need to specify the CheckBoxValue attribute.

>     <InstallExecuteSequence>
> ...
>       <Custom Action="exec_WMF90_redist" 
> After="InstallFiles"><![CDATA[NOT Installed AND WMFVERSION = 
> "0x00090000" AND (NOT UPGRADEWMFTO95) AND (NOT WMFHI)]]></Custom>
>       <Custom Action="exec_WMF95_redist" 
> After="InstallFiles"><![CDATA[NOT Installed AND (WMFVERSION = 
> "0x00090005" OR UPGRADEWMFTO95) AND (NOT WMFHI)]]></Custom>
> ...
> </InstallExecuteSequence>

Note that that works only when the redist isn't using MSI. If it were, 
you'd get a failure when it tried to run a second MSI simultaneously.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to