Re: [WiX-users] BAFunction.DLL access to m_pEngineState m_command.wzCommandLine

2013-09-10 Thread Phill Hogland
I will plan to add the Feature request. The wix.codeplex.com 'bug' link is not responding so I will check back again later to do that. In the mean time I plan to have the 'parent' process set a registry key and then read that in the BAFunction.DLL. I really appreciate the BAFunction.DLL as I hav

Re: [WiX-users] BAFunction.DLL access to m_pEngineState m_command.wzCommandLine

2013-09-09 Thread Neil Sleightholm
u add a feature request so it can be tracked? Neil -Original Message- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: 09 September 2013 21:16 To: wix-users@lists.sourceforge.net Subject: [WiX-users] BAFunction.DLL access to m_pEngineState m_command.wzCommandLine I am using WixS

[WiX-users] BAFunction.DLL access to m_pEngineState m_command.wzCommandLine

2013-09-09 Thread Phill Hogland
I am using WixStdBA in Wix 3.8 with a BAFunction.DLL (which is similar to using the Extended BA in Wix 3.7). In the BAFunction DLL (under a debugger) I can use this-> to access member variables including this->pEngine. But I am trying to drill down and check what was passed in on the command line