Note: Not 100% sure this is in the right forum. I'm working with C# in a Windows Form, not really .Net.

But, I am working on a project that involves the Web Browser Control in a Windows Form where Javascript is being used inside the html pages. Specifically, alerts and "window.print()". When I test the app with Debugging (both Debug and Release) the alerts and printing works fine. When I package it up into an installer neither alerts nor printing works.

My question is, what are the differences between an app running in Debugging and the same one ran from an installation?