Reputation: 7012
I have an application in python which requires:
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?
Upvotes: 0
Views: 44
Reputation: 1347
This should be easily done with every installer creation tools like InstallShield, Advanced Installer, etc. which have support for installing file and shortcuts, prerequisites packages (your EXE) and setting path variables.
Upvotes: 1