Page 1 of 1
I used Enigma Virtual Box to virtualize an entire Microsoft.NET installation
Posted: Wed Jan 27, 2021 9:38 am
by jessielesbian
Here's a launcher that emulates the Microsoft.NET framework to all of its child processes. It uses Enigma Virtual Box for file and registry virtualization. It supports Microsoft.NET v3.0, v3.5, and v4.0.30319. I can't pack a Microsoft.NET executable outright since reflection doesn't work when the executable is packed using Enigma Virtual Box and had to create a native launcher.
download version
Re: I used Enigma Virtual Box to virtualize an entire Microsoft.NET installation
Posted: Fri Jan 29, 2021 2:45 pm
by Enigma
Hi, I think it would be useful for forum members if you explain what files you added to package and how did you do that.
Re: I used Enigma Virtual Box to virtualize an entire Microsoft.NET installation
Posted: Sun Jan 23, 2022 4:41 pm
by MH100181
jessielesbian wrote: ↑Wed Jan 27, 2021 9:38 am
Here's a launcher that emulates the Microsoft.NET framework to all of its child processes. It uses Enigma Virtual Box for file and registry virtualization. It supports Microsoft.NET v3.0, v3.5, and v4.0.30319. I can't pack a Microsoft.NET executable outright since reflection doesn't work when the executable is packed using Enigma Virtual Box and had to create a native launcher.
download version
Please re-upload