Hi All,

 

I am trying to fix a bug in an existing Wix MSI code, the MSI fails on Windows 
2008 with UAC Enabled, if we disable the UAC the MSI runs fine.

During investigation I found, the Wix is calling C++ custom actions those using 
method GetMsiProperty to retrieve the properties from MSI.

 

The code fails during calling this method if the UAC is enabled.

 

Does it require specific permissions to call this method or something else 
going wrong?

 

Code fails at:

hr = GetMsiProperty(PREREQUISITE1, &pwszCADataPreReq1, &cchDataPreReq1);

 

Appreciate any help on this.

 

Thanks

Sachin!

 
                                          
_________________________________________________________________
Windows 7: It works the way you want. Learn more.
http://www.microsoft.com/Windows/windows-7/default.aspx?ocid=PID24727::T:WLMTAGL:ON:WL:en-US:WWL_WIN_evergreen:112009v2
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to