I know python and I am working on a project where we are using Inno setup. Is there any package builder where I can write the setup-code in python?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use python together with inno. With inno you can collect all the user data which you need, and with python you can do all the other work with this user data. To do that you need to include the python files in your setup. During your setup you need to extract the files and then you can call your python scripts.