PortableApps.com Platform and Suite 1.6 have been released.
Portable Paint.NETSubmitted by garyozzy on January 8, 2006 - 5:58pm
it works, but one catch there must be the .NET 1.1 Framework on the host computer. anyway around this? ( categories: )
|


No
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!
Configuration
Where does it store its configuration settings?
Rob Loach [Website] [Projects]
Config data in
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
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
'...and do the other things, not because they are easy, but because they are hard...' JFK
Mono
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]