confused on the "Allow running of virtual executable files"
Posted: Mon Mar 19, 2012 4:24 am
My understanding of the feature is this.
I can pack 2 Executable files together. I got that but. When I clicked the packed file are both EXE's suppose to run at the sametime. Or can .EXE1 unload and Load EXE2 or vice versa?
What I did was make 2 Basic EXE's in C#. Protect them using the "Allow running of virtual executable files" Feature. I had a button in EXE1 that would Load EXE2 if it was in the same folder. I assume when I pressed the button to load EXE2 its would. It did not, just EXE1 Loaded. And when I Pressed the button to load EXE2 it Crashed. Maybe because it did not see the file?
Am I correct in thinking this is how this suppose to work? I wanted to use It as a sort of plugin system where I could bind 3 or So Exe's and Load and Unload them at will. Is this Possible with this feature?
I can pack 2 Executable files together. I got that but. When I clicked the packed file are both EXE's suppose to run at the sametime. Or can .EXE1 unload and Load EXE2 or vice versa?
What I did was make 2 Basic EXE's in C#. Protect them using the "Allow running of virtual executable files" Feature. I had a button in EXE1 that would Load EXE2 if it was in the same folder. I assume when I pressed the button to load EXE2 its would. It did not, just EXE1 Loaded. And when I Pressed the button to load EXE2 it Crashed. Maybe because it did not see the file?
Am I correct in thinking this is how this suppose to work? I wanted to use It as a sort of plugin system where I could bind 3 or So Exe's and Load and Unload them at will. Is this Possible with this feature?