Re: [WiX-users] OpeFileDialog C# Custom Action

2011-01-04 Thread kim
Thankyou Mike. Your solution worked like a charm. Regards. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/OpeFileDialog-C-Custom-Action-tp5860149p5890363.html Sent from the wix-users mailing list archive at Nabble.com. ---

Re: [WiX-users] OpeFileDialog C# Custom Action

2010-12-22 Thread kim
Thanks for the reply Mike. I will try you suggestion and will post the result!! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/OpeFileDialog-C-Custom-Action-tp5860149p5860913.html Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] OpeFileDialog C# Custom Action

2010-12-22 Thread MikeR
You need to run it under a separate thread with a different aparatment state, see details here. http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/OpenFileDialog-fails-in-Win7-td5538592.html#a5542494 -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.

[WiX-users] OpeFileDialog C# Custom Action

2010-12-22 Thread kim
I want to display OpenFileDialog using C# custom Action(since WIX does not support this). I tried this but CA is not getting fired,instead my installer hangs. I also checked if the OpenFileDialog is hidden behind the installer window..which is not the case. If I comment the OpenFileDialog dialog =