Although I've never tried, you can use Mono to run .NET applications ("mono someapp.exe"). The good thing about this is that it doesn't need to be restarted on installation (unlike .NET). It also can be used on Mac and Linux.
Please help support us by making a donation so we can keep bringing you awesome free software. We accept credit card, wire transfer, PayPal, cryptocurrency, and more.
If it's a .NET app, it needs the .NET runtime. I kinda doubt just dropping the necessary DLLs with it would work either.
Sometimes, the impossible can become possible, if you're awesome!
Where does it store its configuration settings?
Rob Loach [Website] [Projects]
Config data in registry:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Paint.NET]
[HKEY_LOCAL_MACHINE\SOFTWARE\Paint.NET]
[HKEY_USERS\S-1-5.......\Software\Paint.NET]
No I've tried it's IMPOSSIBLE to make a .NET app portable without the runtime. There is just no way of copying the DLL's.
note - I messing up a PC trying
Although I've never tried, you can use Mono to run .NET applications ("mono someapp.exe"). The good thing about this is that it doesn't need to be restarted on installation (unlike .NET). It also can be used on Mac and Linux.
Rob Loach [Website] [Projects]