On 19/05/2021 11:08 pm, Jakov Smith wrote:
> Please I have a set of apps created by inno setup compiler by someone
> how I can or how to create a batch file in order to extract a portable
> version of created app
An application (and its installer) need to be designed to expect
portable installation; you can't force it on it.
You will need to contact the developers of the application in question
and ask them to add a portable mode. It might not even be possible,
depending on how the application currently works.