In article <[EMAIL PROTECTED]>,
    "s zheng" <[EMAIL PROTECTED]>  writes:

> We have a requirement that the license agreement needs to be displayed and
> accepts y/n when installing from command line using msiexec, or use options
> silmilar to  LICENSE_AGREEMENT="yes" or EULA=1
> <wix-users@lists.sourceforge.net>
> to skip the typing of "y/n".
> 
> Can anyone help how to achieve this?

Put in a custom action that forces a failure (type 19 IIRC) when the
license agreement property has not been set.

Have your UI license agreement dialog set the property when they click
"Yes, I agree".

Make the license agreement property public so it can be set from the
command-line.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to