Hello again,
I'm using simular custom actions in my installer:

<CustomAction Id="InstallFile" FileKey='file' Return='check' 
Execute='deferred' Impersonate="no"/>

I need to execute them under current (logged in) user, who has admin 
privileges. Everything works fine except for systems with UAC turned on 
(Vista,Win7). The CAs get executed under SYSTEM user.
So i'd like to ask you how to make it work. I can run msiexec.exe file 
from command prompt (with admin rights), but it's just a temporary solution.

So, should i...
1) use a bootstrapper-like app?
2) embed a manifest file to the .msi installer file? (is that even 
possible???)
3) use any other more comfortable way? (set a msi attribute/property?)

Thanks for any help,
Jan




------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to