Search found 3 matches

by dennisberg
Thu Feb 08, 2018 1:37 pm
Forum: Enigma Virtual Box x86/x64
Topic: Run exe that is in virtual box
Replies: 7
Views: 18002

Re: Run exe that is in virtual box

I sent you an email
by dennisberg
Thu Feb 08, 2018 12:45 pm
Forum: Enigma Virtual Box x86/x64
Topic: Run exe that is in virtual box
Replies: 7
Views: 18002

Re: Run exe that is in virtual box

The child application (native c++) is x64. Call this application 'child.exe' This application has some dependencies on dll's and images. Let's call these files 'res' I created empty C# form project, set build target to x64, only make it run Process.Start("child.exe") and released the app (...
by dennisberg
Thu Feb 08, 2018 10:05 am
Forum: Enigma Virtual Box x86/x64
Topic: Run exe that is in virtual box
Replies: 7
Views: 18002

Run exe that is in virtual box

Hi, I'm having a relatively simple problem. I have a c++ compiled exe that I want to run under certain conditions using my c# main app. The c++ exe should not be written to the drive or extracted for the end-user to access. I've tried putting it in a virtual box and checking all checkmarks. However,...