Hi,

I am making a bundle with Burn which chained few packages. It is working
fine for admin users but for non-admin I have few requirements.

Some included packages require elevation but they are not necessary. So for
non-admin I want to just skip them gracefully without asking for elevation.
I tried this by setting InstallCondition='*Privileged*' and it is working
fine on guest user of XP but on windows 7 it is asking for elevation. Since
in Win7 In Privileged always maps to 1.

<MsiPackage 
  Id="elevatedApp"
  Compressed="yes"
  InstallCondition='Privileged'
  DisplayInternalUI="yes"
  Permanent="yes"
  Visible="no"
  Vital="no"
  SourceFile="..\wix-setups\myelevated.msi"
/>

Actually I want to run this setup for both roles admin and non-admin.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Gracefully-skip-elevated-packages-for-non-admin-in-bundle-tp7583426.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to