Re: [WiX-users] Require License Agreement Dialog (no silent setups)

2006-08-04 Thread Mikko Järvinen
John Robbins wrote: > After an hour of Googling, I can't see how to disallow silent installs. I can't see why 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 agre

Re: [WiX-users] Require License Agreement Dialog (no silent setups)

2006-07-31 Thread Bob Arnson
Bob Arnson wrote: John Robbins wrote: 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

Re: [WiX-users] Require License Agreement Dialog (no silent setups)

2006-07-31 Thread Derek Cicerone
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] O

Re: [WiX-users] Require License Agreement Dialog (no silent setups)

2006-07-31 Thread Bob Arnson
John Robbins wrote: > 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. Wha