Go to Google Groups Home    microsoft.public.platformsdk.msi
Re: Is Install Per User or Per Machine?

"Martin v. Löwis" <mar...@v.loewis.de>

Phil Wilson wrote:
> Why can't ALLUSERS be used?

It doesn't work on W9X. Of course, I *think* the
expression

Version9X or (ALLUSERS=1) or (ALLUSERS=2 and Privileged)

might be pretty close to determining whether this is an
allusers install - except that, on W9x, allusers depends
on whether the system has user profiles or not.

Regards,
Martin