Re: [WiX-users] WcaGetProperty is returning OutOfMemory Error...

2013-03-20 Thread Tristen Fielding
Thanks. Sometimes the obvious thing is the thing you overlook. This code had been working just fine for many years (under 3.5) and now it is failing (under 3.7) all because we aren't initializing our pointers to null before call WcaGetProperty. Thanks for the tip! Tristen Fie

[WiX-users] WcaGetProperty is returning OutOfMemory Error...

2013-03-20 Thread Tristen Fielding
failing with the same error code. Any idea? Tristen Fielding Sr. Software Developer / Program Lead TradeStation Group, Inc. http://www.TradeStation.com<http://www.tradestation.com/> 8050 SW 10th Street, Suite 2000 Plantation, FL 33324 Tel. 954.652.7320 Fax 954.652.5320 TradeStation G

Re: [WiX-users] Fragments and Binary elements...

2013-02-13 Thread Tristen Fielding
everything else to be included. This work-a-round worked perfectly. Tristen Fielding -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Sent: Wednesday, February 13, 2013 6:06 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users

[WiX-users] Fragments and Binary elements...

2013-02-12 Thread Tristen Fielding
instead. What is the right way to reference these Binary elements in the master.wxs file? Thanks. Tristen Fielding Sr. Software Developer / Program Lead TradeStation Group, Inc. http://www.TradeStation.com<http://www.tradestation.com/> 8050 SW 10th Street, Suite 2000 Plantation, FL 33324 T

[WiX-users] C#: string s1 = session["TARGETDIR"]; Is Throwing an Exception...

2012-11-05 Thread Tristen Fielding
Deployment.WindowsInstaller.CustomActionData.get_Item(String key) at MyCustomAction.SimpleCustomAction.MySimpleAction1(Session session) CustomAction myActionId1 returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox) Thus, I'm not