it works, but one catch
there must be the .NET 1.1 Framework on the host computer.
anyway around this?
New: Run-Command (Dec 2, 2024), Platform 29.5.3 (Jun 27, 2024)
1,100+ portable packages, 1.1 billion downloads
No Ads Nov/Dec!, Please donate today
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]