Re: [WiX-users] [STATread] custom action

2008-10-27 Thread Jason Ginchereau
. -Original Message- From: Brian Rogers [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2008 12:56 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] [STATread] custom action The [STAThread] attribute only works in a program entry point, like Main(). You&#

Re: [WiX-users] [STATread] custom action

2008-10-27 Thread Brian Rogers
The [STAThread] attribute only works in a program entry point, like Main(). You'd have to actually make sure the entry point of the custom action is using single threaded apartment mode. I'm not sure if there is an option for this currently. You may be able to get around it by creating a new