I have an application in python which requires:
- copy specific folder to ProgramFiles
- run an exe file which installs some dependencies
- set a path variable (or run a command which does that)
- create a shortcut on desktop
I tried installShield but found out that it cannot start another installer on the way. Any Ideas on how to easily create a simple Wizzard installer?