Tuesday, August 30, 2005

thinstall

Very cool stuff. Wraps an EXE and implements a virtual filesystem and registry, so an app can load DLL's and OCX's (or .NET stuff) from within the EXE.

You end up with a standalone EXE (with no DLL hell) for any app.

Very expensive.

A low-end version of this tool would be hot.

-- Jorge.

1 comment:

Brute Force said...

Wow. That does sound pretty cool. But, doesn't it sort of defeat the purpose of DLLs?