Suppose I want to put a zip file in the installation path after installation. But this zip file is not available to me, so it has to be created in the build process. And a folder must be added to another folder and the zip file must be created from it. For example I have:
- C:Folder1
- C:Folder2
And zip file must be:
- C:Folder1/Folder2
With all the files in respective folder.
I have unfortunately very little experience with Inno-Setup and this particular problem with the folder in another folder pack without changing the source path but a zip file in .exe to do I find nowhere.