Thanks Blair.  I also appear to have solved this by changing InstallPrivileges 
to "limited".  Funny how I can spend hours trying and searching, but find the 
solution 5 minutes after sending the help email.  Thx!

-----Original Message-----
From: Blair [mailto:os...@live.com] 
Sent: Wednesday, February 17, 2010 2:43 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] How to skip UAC (vista and 7)

Set Package/@InstallScope="perUser" to avoid the UAC prompt.
Add the property ARPSYSTEMCOMPONENT to prevent showing up in ARP.

-----Original Message-----
From: Scharp, Craig [mailto:craig.sch...@zytax.com] 
Sent: Wednesday, February 17, 2010 12:15 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] How to skip UAC (vista and 7)

Hi all,

I have a small msi that is mostly  custom actions to update database data.
I'm not doing anything with add/remove programs or registry.  I'm setting
targetdir to [TempFolder] and my scripts and executables are getting copied
to that temp folder correctly.  But, when a client has uac enabled, I'm not
able to avoid that popup.  I've read on the net that you can avoid it if you
don't install to programfiles, or hklm, or (others).
Has anyone successfully done this?  If so, any suggestions would be
appreciated.  Thanks!

Craig Scharp
Sr. Technical Engineer
FuelQuest, Inc.
W: 920.617.7650  C: 920.619.2983 |
www.fuelquest.com<http://www.fuelquest.com/> | Fueling Business
Blog<http://www.fuelquest.com/blog>

Register Now for Grail 2010!<http://www.regonline.com/grail_2010>

----------------------------------------------------------------------------
--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to