Anyone? I'm really stuck on this!

 

From: Poulopoulos, Vassilis 
Sent: 27 January 2011 16:52
To: 'wix-users@lists.sourceforge.net'
Subject: Missing REMOVE button on Windows XP for non-admin user

 

If I create a trivial installer and specify ALLUSERS 1 then the
Add/Remove Programs window does not show a 'Remove' (or any other)
button if I'm logged as a non-admin user. Other installed applications
however do, and clicking on the their remove buttons shows a message
that Admin rights are needed. If I'm logged in as a an administrator it
all works fine. if I run msiexec /x something.msi as a Standard user it
then comes up with a dialog about needing Admin rights.

 

Any ideas?

 

I haven't specified noremove, nochange, or anything like that.

 

If I don't put ALLUSERS at all the application isn't even listed under
the Standard user (it was installed through an Admin user).

 

For reference here's the .wxs file

 

<?xml version="1.0"?>

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>

   <Product Id="*" UpgradeCode="12345679-1234-1234-4567-122222111111" 

            Name="FOO Product Name" Version="0.0.1" Manufacturer="FOO
Company Name" Language="1033">

      

      <Package InstallerVersion="300" InstallPrivileges="elevated"/>

      

      

      <Media Id="1" Cabinet="product.cab" EmbedCab="yes"/>

 

      <Directory Id="TARGETDIR" Name="SourceDir">

         <Component Id="ApplicationFiles"
Guid="12345679-1234-1234-4567-222222222222"/>

      </Directory>

 

                <Property Id="ALLUSERS">1</Property>

 

      <Feature Id="DefaultFeature" Level="1">

         <ComponentRef Id="ApplicationFiles"/>

      </Feature>

   </Product>

</Wix>

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to