Message from discussion
Is Install Per User or Per Machine?
Path: g2news1.google.com!postnews2.google.com!not-for-mail
From: dbar...@labyrinth.net.au (Dennis Bareis)
Newsgroups: microsoft.public.platformsdk.msi
Subject: Is Install Per User or Per Machine?
Date: 23 Aug 2004 16:18:23 -0700
Organization: http://groups.google.com
Lines: 22
Message-ID: <266bedb4.0408231518.62377a82@posting.google.com>
NNTP-Posting-Host: 202.2.59.50
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1093303104 2957 127.0.0.1 (23 Aug 2004 23:18:24 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 23 Aug 2004 23:18:24 +0000 (UTC)
Hi,
This is either a hole in the API or I'm missing something obvious.
During an install how can I tell if the install is per-user or
per-machine?
Windows Installer obviously makes this decision at some stage.
The ALLUSERS property can't be used.
A verbose log doesn't show any likely properties.
There appears to nothing in the condition syntax to support it.
The Mode method of the session object doesn't supply it.
No other objects seem to supply it.
Any ideas? At this stage I'll call this a limitation (if only in
documentation)...
I probably wouldn't care too much if it wasn't for the limitation in
the "Environment" table where unlike the "Registry" table I can't
leave the per-user/per-machine decision up to Windows Installer.
Thanks for any info,
Dennis