Correction: the expression must evaluate to True for installation to begin. So 
you need to use "Privileged" instead of "NOT Privileged", like this:

<Condition Message="You need to be Administrator to install this 
add-in.">Privileged</Condition>

Hth,
Franz



> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:wix-users-
> [EMAIL PROTECTED] Im Auftrag von Strele Franz
> Gesendet: Dienstag, 16. Oktober 2007 14:58
> An: wix-users@lists.sourceforge.net
> Betreff: Re: [WiX-users] NOT PRIVILEDGED Condition
> 
> Properties are case sensitive (and you have a spelling error too). You
> need to use "NOT Privileged".
> 
> <Condition Message="You need to be Administrator to install this add-
> in.">NOT Privileged</Condition>
> 
> 
> Hth,
> Franz
> 
> 
> 
> Von: [EMAIL PROTECTED] [mailto:wix-users-
> [EMAIL PROTECTED] Im Auftrag von Nitin Chaudhari
> Gesendet: Dienstag, 16. Oktober 2007 14:36
> An: wix-users@lists.sourceforge.net
> Betreff: [WiX-users] NOT PRIVILEDGED Condition
> 
> Hi,
> 
> I created a default Limited user account in windows XP and my wxs has
> <Condition Message="You need to be Administrator to install this add-
> in.">NOT PRIVILEDGED</Condition>
> Inspite of this, when I start installing, it does not prompt, and then
> when my the msi tried to access HKCR it throws error
> 
> Msiexec log is as follows :
> 
> MSI (s) (20:60) [18:00:52:378]: Skipping AppSearch action: already done
> on client side
> Action ended 18:00:52: AppSearch. Return value 0.
> MSI (s) (20:60) [18:00:52:378]: Doing action: LaunchConditions
> MSI (s) (20:60) [18:00:52:378]: Note: 1: 2205 2:  3: ActionText
> Action start 18:00:52: LaunchConditions.
> Action ended 18:00:52: LaunchConditions. Return value 1.
> MSI (s) (20:60) [18:00:52:378]: Doing action: FindRelatedProducts
> 
> Am I missing something here?
> 
> - Nitin
> DISCLAIMER ========== This e-mail may contain privileged and
> confidential information which is the property of Persistent Systems
> Ltd. It is intended only for the use of the individual or entity to
> which it is addressed. If you are not the intended recipient, you are
> not authorized to read, retain, copy, print, distribute or use this
> message. If you have received this communication in error, please
> notify the sender and delete all copies of this message. Persistent
> Systems Ltd. does not accept any liability for virus infected mails.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to