My boxed exe not working well in other pc

Issues related to Enigma Virtual Box
Post Reply
atif3309
Posts: 1
Joined: Sun Nov 27, 2022 11:32 pm

My boxed exe not working well in other pc

Post by atif3309 »

I have a flashing solution of 4g modem .it condition different files
The flashing process start with a CMD batch script
So I try to make a exe using EVB
Example
Myfolder/main.exe (and contain all other files)
If main-boxed.exe in this location where all files are present then it worked well
Example
Myfolder/main_boxed.exe
When I change the location to
Desktop/main_boxed.exe it not working anymore
I tried to do it in simple example for practice
I have a greet.bat file
greet.bat:
@echo off
Hi.txt ( calling a text file )
Then convert it into exe x64bit and protect with engima protector
Then add the greet.exe and hi.txt file in the virtual box %default folder%
And boxed the .exe. it worked well where my hi.txt exist
But when I moved greet_boxed.exe to my desktop its not working anymore
Please help me out from this

Thanks
Atif murtaza
MH100181
Posts: 31
Joined: Sun Apr 24, 2011 10:37 pm

Re: My boxed exe not working well in other pc

Post by MH100181 »

Try changing the relative path to:
Image
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: My boxed exe not working well in other pc

Post by Enigma »

atif3309 wrote: Sun Nov 27, 2022 11:49 pm I have a flashing solution of 4g modem .it condition different files
The flashing process start with a CMD batch script
So I try to make a exe using EVB
Example
Myfolder/main.exe (and contain all other files)
If main-boxed.exe in this location where all files are present then it worked well
Example
Myfolder/main_boxed.exe
When I change the location to
Desktop/main_boxed.exe it not working anymore
I tried to do it in simple example for practice
I have a greet.bat file
greet.bat:
@echo off
Hi.txt ( calling a text file )
Then convert it into exe x64bit and protect with engima protector
Then add the greet.exe and hi.txt file in the virtual box %default folder%
And boxed the .exe. it worked well where my hi.txt exist
But when I moved greet_boxed.exe to my desktop its not working anymore
Please help me out from this

Thanks
Atif murtaza
Hi, in the protector settings in Virtual Box - Options you need to enable options Share Virtual System to Child Processes.

Also, since you are using CMD, you need to convert everything to x64 files. Do not mix x86 and x64 in the same package, it won't work, this is a limitation of virtual box that we plan to fix in future.
Post Reply