You can suppress a standard action in WiX by using e.g.
PublishFeatures/@Suppress='yes'.

 

I'm guessing you're trying to prevent the end-user from uninstalling your
package. Don't do this. It's the user's machine, not yours. If, as a network
administrator, you want to stop your users uninstalling software, it's
simple: make them a standard user.

 

If you really want to hide the component from Add/Remove Programs, set the
ARPSYSTEMCOMPONENT property to 1. Again, it's the user's computer, not
yours.

 

-- 

Mike Dimmick

 

  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Leo ...
Sent: 18 June 2007 03:59
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How to prevent the Publish* standard actions
fromshowing up.

 

How do you define the InstallExecuteSequence table in WIX so that the
standard actions PublishFeatures, PublishProduct, RegisterProduct and
RegisterUsers won't show up? thx!

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to