Page 1 of 1

My boxed exe not working well in other pc

Posted: Sun Nov 27, 2022 11:49 pm
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

Re: My boxed exe not working well in other pc

Posted: Mon Nov 28, 2022 9:45 pm
by MH100181
Try changing the relative path to:
Image

Re: My boxed exe not working well in other pc

Posted: Fri Dec 16, 2022 6:46 am
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.