Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.73 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.73 KB

Molebox License: GPL v3

Molebox Virtualization Solution.
The first public version released in 2004. Commercial support discontinued in 2014.

MoleBox lets you convert your application into an all-sufficient stand-alone executable, containing everything needed: components, media assets, registry entries. Moleboxed environment is private, which means that all packaged elements are available to your application only.

Build Requirements

  1. Visual Studio 2010
  2. Python 2.7 installed/linked into c:\Python27

How to Build Molebox

git clone https://github.com/sudachen/Molebox.git
cd Molebox
git clone https://github.com/sudachen/xternal.git
makeall.cmd 

User Manual