I did some playing and found some issues with names of methods / exported 
functions.

S worked but Se didn't.  SE did work.   SetDisplayStates didn't work but 
SETDISPLAYSTATES did.   According to MSDN there are reserved keywords that have 
to be escaped (such as STUB)  and I tested those and they worked also.

 

I have a C++ developer I can ask to look at this.  There seems to be some 
limitation / leaking abstraction that I never noticed before.   The good thing 
is it slams you in the face right away and not some random failure on a 
customers computer.

________________________________________
From: Phill Hogland <phogl...@rimage.com>
Sent: Wednesday, February 05, 2014 12:05 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Restrictions on managed CAs for DTF

I have not used C# CAs or DTF, but I launch a third-party package which has a
CA that must have a dependency on .Net 2.0.  If .Net 2.0 (or NetFx3) is not
installed on the target system when this third-party is launched, I get the
same error that you quoted.  I added code to my bundle to make sure that
NetFx3 is installed prior to launching this setup, to avoid this error
message.  So I assume that the error message relates to a dependency of the
CA dll which is being loaded.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Restrictions-on-managed-CAs-for-DTF-tp7592329p7592368.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to