Hello,
I have received a request which is very odd :(
The user need an application in which a ready to use executable (.exe) is pre-compiled in the application built in WD.
Now at run time the WD generate app should run the embedded executable by extracting to memory (without having to save it hard disk) and execute it under certain conditions.
Is something like this possible at all in WD?
If yes then please guide me as to how to do it or point me to any documentation that I can refer to?
A few ideas that I have :) :
1. Can we encode the executable to a Base64 file and then at run time decode it in a variable and execute it directly?
2. Can we store it in a database file and extract it to a variable from database and execute it in some manner?
TIA
I have received a request which is very odd :(
The user need an application in which a ready to use executable (.exe) is pre-compiled in the application built in WD.
Now at run time the WD generate app should run the embedded executable by extracting to memory (without having to save it hard disk) and execute it under certain conditions.
Is something like this possible at all in WD?
If yes then please guide me as to how to do it or point me to any documentation that I can refer to?
A few ideas that I have :) :
1. Can we encode the executable to a Base64 file and then at run time decode it in a variable and execute it directly?
2. Can we store it in a database file and extract it to a variable from database and execute it in some manner?
TIA