I have a python app and right now am creating the installation exe using Inno-setup. And now I want after the user installs all the files using that installation exe. I want it to make a zip file with all previous files and folders that have been installed, And store this .zip file at AppData/local for example.
So how can I achieve that?