I have a solution with a main project and a WiX project that creates an installer for the main WPF project. When I build all and run the exe produced by the main project, everything works fine. But when I run the msi produced by the WiX project and then run the installed exe, there is a problem:
Whenever the code would enter a particular method, the application hangs indefinitely. It gets to the line just before the method, but does not get to the first line of the method itself. I noticed that the WiX-installed exe is 161 KB smaller than the VS-built exe. Could that be part of the issue? ------------------------------------------------------------------------------ Slashdot TV. Videos for Nerds. Stuff that Matters. http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

