Re: [WiX-users] Per-Machine Installs that work on XP and Vista

2007-04-09 Thread Scott Palmer
On 4/5/07, Bob Arnson <[EMAIL PROTECTED]> wrote: Scott Palmer wrote: > That article indicates that Windows Installer is broken for > per-machine installs as there is no way to specify that you must have > a per-machine install that works on both XP and Vista. ALLUSERS=1 does that. Pretend ALLUS

Re: [WiX-users] Per-Machine Installs that work on XP and Vista

2007-04-05 Thread Wilson, Phil
___ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ricardo Lopes Sent: Thursday, April 05, 2007 10:06 AM To: Scott Palmer Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Per-Machine Installs that work on XP and Vista Hi, I sucessfully did a per-machine installe

Re: [WiX-users] Per-Machine Installs that work on XP and Vista

2007-04-05 Thread Ricardo Lopes
Hi, I sucessfully did a per-machine installer that works on XP and on Vista (at least on the tests in the virtual machines worked fine). I use the ALLUSERS=2 option to make vista put the shortcuts on all the users desktop and start menu, but the secret is to include a bootstrapper. I use the Gen

Re: [WiX-users] Per-Machine Installs that work on XP and Vista

2007-04-05 Thread Bob Arnson
Scott Palmer wrote: > That article indicates that Windows Installer is broken for > per-machine installs as there is no way to specify that you must have > a per-machine install that works on both XP and Vista. ALLUSERS=1 does that. Pretend ALLUSERS=2 doesn't exist. > My ultimate goal is to ins