Quote from
noyzen on June 9, 2024, 10:13 am
Hi!
I usually compile my apps as runtime, which they need VNPlay.exe.
This way app is faster, or at least starts faster. and antiviruses don't detect my app as trojan (no files inside my .exe). It's also smaller and easier update!
I like it so much. but the problem is that VNPlay.exe must be in same folder as my app, or system folder, or temp.
My app package is portable, and i want VNPlay.exe with all other files to be in "AppFiles" folder.
So there is an .exe and a folder called "AppFiles".
Inside that folder there is another .exe which uses VNPlay also! so i want both parts use 1 VNPlay instead of 2!
my-app-directory/
|-- my app.exe
|-- AppFiles
| |-- VNPlay.exe
| |-- my other app.exe
| |-- config.ini
| |-- other files
| |-- other folders
Is this possible? to put VNPlay.exe in a custom path and tell program where it is?
This structure is so user friendly and easy and pretty :p
Hi!
I usually compile my apps as runtime, which they need VNPlay.exe.
This way app is faster, or at least starts faster. and antiviruses don't detect my app as trojan (no files inside my .exe). It's also smaller and easier update!
I like it so much. but the problem is that VNPlay.exe must be in same folder as my app, or system folder, or temp.
My app package is portable, and i want VNPlay.exe with all other files to be in "AppFiles" folder.
So there is an .exe and a folder called "AppFiles".
Inside that folder there is another .exe which uses VNPlay also! so i want both parts use 1 VNPlay instead of 2!
my-app-directory/
|-- my app.exe
|-- AppFiles
| |-- VNPlay.exe
| |-- my other app.exe
| |-- config.ini
| |-- other files
| |-- other folders
Is this possible? to put VNPlay.exe in a custom path and tell program where it is?
This structure is so user friendly and easy and pretty :p