Page 1 of 1

.NET Desktop Runtime

Posted: Tue May 28, 2024 6:25 pm
by canchez
Hi, I am trying to create a portable version of IPVanish using Enigma Virtual Box.
The installed program could be packaged without problem, however when I try to run “IPVanish_boxed”, I get an error:

You must install .NET Desktop Runtime to run this application.
Architecture: x64
App host version: 7.0.4

Image

Although the .NET Desktop Runtime is already installed on the system.

I suppose it will be the same for all programs that require the .NET Desktop Runtime.
How can I solve this requirement in the boxed programs?

Re: .NET Desktop Runtime

Posted: Wed May 29, 2024 10:05 am
by Enigma
Hi, since this is a .net application, the most common issue that may happen with it - happens due to file name. Try to rename packed file to match the input one, i.e. remove "_boxed" suffix.

If this still does not work, send us non packed application at support@enigmaprotector.com, we will check it out.

Re: .NET Desktop Runtime

Posted: Wed May 29, 2024 2:43 pm
by canchez
Ah yes haha with just removing the "_boxed" suffix work :lol:
Thanks.