I've been thinking about adding a warning to the LaunchConditions parsing
code in the compiler.  In almost every case, you should add "Installed OR"
to the beginning to ensure it only runs during initial install.

Derek

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John Robbins
Sent: Monday, July 31, 2006 4:07 PM
To: WIX-Users Mailing List
Subject: [WiX-users] Require License Agreement Dialog (no silent setups)

Hello,

After an hour of Googling, I can't see how to disallow silent installs.
The default WiX installs allow you to specify \q to MSIEXEC.EXE and you
get a silent install. However, that allows you to skip checking the
license agreement option, which my client doesn't like. What's the WiX
magic I need to do to not allow my install to be run in silent mode. I
tried a condition of UILevel=5, which worked for installs, but would
never allow an uninstall (thank goodness for MSIZAP!).

John
Wintellect - Know How
http://www.wintellect.com
877-968-5528

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to