Search found 4 matches

by RChadwick
Sun Aug 30, 2015 9:41 pm
Forum: Enigma Virtual Box x86/x64
Topic: Getting a file from 7Zip
Replies: 1
Views: 10788

Re: Getting a file from 7Zip

Maybe I can do it from the main executable? Could I have 7Zip create it's file in the virtual drive, and then have the main executable copy the zip file to the physical drive? How would I access the virtual space?
by RChadwick
Fri Aug 28, 2015 5:56 pm
Forum: Enigma Virtual Box x86/x64
Topic: Files not running as Admin
Replies: 3
Views: 15409

Re: Files not running as Admin

Thanks for the response! I didn't know that the manifest could be edited after the EXE has been compiled.

So, how do I edit the manifest?
by RChadwick
Thu Aug 27, 2015 9:37 pm
Forum: Enigma Virtual Box x86/x64
Topic: Getting a file from 7Zip
Replies: 1
Views: 10788

Getting a file from 7Zip

I have 7zip added to my Virtual Box project. If I configure 7Zip to write to disk, it leaves the 7Zip executable behind. If I check 'Delete Extracted on Exit', it deletes the Zip file it creates. If I configure 7Zip to never write to disk, I never see the Zip file appear. Is there a way to hide 7Zip...
by RChadwick
Thu Aug 27, 2015 9:16 pm
Forum: Enigma Virtual Box x86/x64
Topic: Files not running as Admin
Replies: 3
Views: 15409

Files not running as Admin

I wrote a program that calls a few other .EXE files. I edited my program's manifest, and it asks to run as Admin when I run it. Also, all the programs it calls runs as admin. However, when I compile everything with Enigma Virtual Box, it seems the other .EXE files are not running as admin. Is there ...