You are here

Portable Paint.NET

6 posts / 0 new
Last post
garyozzy
Offline
Last seen: 17 years 5 months ago
Joined: 2006-01-01 15:25
Portable Paint.NET

it works, but one catch

there must be the .NET 1.1 Framework on the host computer.

anyway around this?

John T. Haller
John T. Haller's picture
Offline
Last seen: 4 hours 22 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
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!

Rob Loach
Rob Loach's picture
Offline
Last seen: 15 years 7 months ago
Developer
Joined: 2005-12-09 17:29
Configuration

Where does it store its configuration settings?

Rob Loach [Website] [Projects]

Alucard
Offline
Last seen: 9 years 10 months ago
Joined: 2005-12-09 11:29
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]

Steve Lamerton
Steve Lamerton's picture
Offline
Last seen: 10 years 6 months ago
Developer
Joined: 2005-12-10 15:22
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 Smile

Rob Loach
Rob Loach's picture
Offline
Last seen: 15 years 7 months ago
Developer
Joined: 2005-12-09 17:29
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]

Topic locked