Re: [WiX-users] Ensuring an MSI can only be installed per-machine

2010-03-11 Thread Paul Baker
> ALLUSERS="2" is a valid setting. Yes, ALLUSERS=2 is valid in general, but I'm interested to know why my installer was perfectly happy with it - even when the source file contained: ALLUSERS=1 > As Thorsten said on his reply, don't worry too much about locking that > type of thing down. Thanks

Re: [WiX-users] Ensuring an MSI can only be installed per-machine

2010-03-08 Thread Wilson, Phil
hil Wilson -Original Message- From: Paul Baker [mailto:paulbak...@gmail.com] Sent: Sunday, March 07, 2010 9:14 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Ensuring an MSI can only be installed per-machine I have set the Package/@InstallScope attribute in my WiX sour

Re: [WiX-users] Ensuring an MSI can only be installed per-machine

2010-03-08 Thread Pally Sandher
Original Message- From: Paul Baker [mailto:paulbak...@gmail.com] Sent: 08 March 2010 05:14 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Ensuring an MSI can only be installed per-machine I have set the Package/@InstallScope attribute in my WiX source file to "perMachine". As I un

Re: [WiX-users] Ensuring an MSI can only be installed per-machine

2010-03-07 Thread Thorsten Schöning
Guten Tag Paul Baker, am Montag, 8. März 2010 um 06:13 schrieben Sie: > -- If I only ever want my installer to be used per-machine, is it > recommended that I do something to try and prevent users overriding > ALLUSERS? I wouldn't spend to much effort in trying to prevent the user from doing thin

[WiX-users] Ensuring an MSI can only be installed per-machine

2010-03-07 Thread Paul Baker
I have set the Package/@InstallScope attribute in my WiX source file to "perMachine". As I understand things, this sets the ALLUSERS property to 1. This effectively causes my MSI to default to a per-machine installation, but does not entirely prevent per-user installs since ALLUSERS can be overridd