badri raj Posted January 25, 2010 Posted January 25, 2010 Hi While we were testing a deployment of Paint.Net we ran into this error. There is normally no GUI when we deploy applications through SMS/SCCM. System.InvalidOperationException {"Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application."} If there are any solutions/work arounds to this it would be much appreciated. Thanks, Badri Quote
Rick Brewster Posted January 25, 2010 Posted January 25, 2010 Paint.NET always shows a GUI when installing with /auto. That's by design, and it's no surprise you're running into problems when trying to run it in a session that prohibits UI. Maybe you want to use MSI-based deployment instead. There are instructions for that in the online help as well. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html
badri raj Posted January 27, 2010 Author Posted January 27, 2010 Hi, I tried the createmsi option, however the x64 msi that got created does not install. It says the package is actually 32bit and cant be installed in a 64bit platform. However the 32bit msi it created deployed prefectly. I did the createmsi on a 64bit machine, if that makes a difference? Thanks again Badri Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.