Does this help?

<CustomAction Id='IsPrivileged' Error='You must be an admin to install this 
product' />

<InstallExecuteSequence>
  <Custom Action='IsPrivileged' Before='LaunchConditions'>
    Not Privileged
  </Custom>
</InstallExecuteSequence>

Regards,
Alex Shevchuk



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anidil
Sent: Tuesday, July 29, 2008 7:32 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Help on type 19 custom action


Hello there

I'm trying to write a type 19 custom action to abort installation and
display a formatted message from the target column..Can anybody help me on
this? I need to throw a message based on the return value of another custom
action..
--
View this message in context: 
http://www.nabble.com/Help-on-type-19-custom-action-tp18713554p18713554.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to