2008/10/31 s zheng <[EMAIL PROTECTED]>:
> Hi,
>
> 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?
>
> Thanks,
>
> Shibo

I haven't tried it myself....
But you could play with the UILevel property. From what I read you
cannot change it while the msiexec executes, but you could use it to
condition your setup behavior (abort).
Other prospect for this case is to use an external UI handler for your
setup (in a boostrapper) or launch the EULA from your apps on first
run.

-------------------------------------------------------------------------
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