C
C#8mo ago
Yonatan

creating am installer for windows application

It includes other programming languages as well such ad python and call other installers
5 Replies
canton7
canton78mo ago
What's the question?
Yonatan
YonatanOP8mo ago
How can I create an installer that can install multiple applications? Doing one for only c# is quite easy but doing one for more than one application seems to be more of a struggle. Are there any tools that can help me achieve this?
canton7
canton78mo ago
I've done this with Inno Setup, but it requires a bit of scripting in Pascal I think Advanced Installer has some good support for that, but it's non-free
this_is_pain
this_is_pain8mo ago
Pascal what now
canton7
canton78mo ago
https://jrsoftware.org/ishelp/index.php?topic=scriptintro The guy who implemented the scripting, Carlo Kok (I think), happens to like Pascal. He's one of the guys behind RemObjects / Oxygene: https://www.remobjects.com/elements/

Did you find this page helpful?