You are here

Generating multiple Exe with the launcher

1 post / 0 new
gillesg
Offline
Last seen: 17 hours 39 min ago
Joined: 2018-07-23 05:50
Generating multiple Exe with the launcher

Hello,

I do not know if I post at the right place, sorry if not.

I am using portableApps Launcher generatir successfully, but I ran into a difficulty.

I would like to generated 2 Portable App based on the same directory structure.
The difference between the 2 portable Exe is the entry point

[Launch]
;ProgramExecutable=\..\..\@AppName-Dev-Test\AppName.exe
ProgramExecutable=Basedir\Binaries\Win64\App_DX12.exe
ProgramExecutableX=Basedir\Binaries\Win64\App.exe

Is is possible to have such a behavior with the launcher Generator ?

If it is possibel what are the appinfo and laucher.ini like ?

Thank for your time and help

regards