- Messages
- 34,464
- Country

Hi all,
For my new tool Autogen Configuration Merger I'm trying to make an installer. But since it's years ago I made one, I'm a bit struggling. I have used InnoSetup in the past, so I tried that one again, but I can't get it to do everything I want. Since Autogen Configuration Merger is a tool that will be installed by the installer of a scenery, I have some "untypical" requirements:
Else I'm considering to just write the logic I want in C# myself. That might be easier than using an installer in the end
For my new tool Autogen Configuration Merger I'm trying to make an installer. But since it's years ago I made one, I'm a bit struggling. I have used InnoSetup in the past, so I tried that one again, but I can't get it to do everything I want. Since Autogen Configuration Merger is a tool that will be installed by the installer of a scenery, I have some "untypical" requirements:
- Should check if .NET is installed
- Should only install if no newer version is found (for example a newer version might be installed by another scenery, while an older scenery still comes with an older version of the tool), in that case it should not install.
- At the end of the install the tool should be run with some specific command line arguments
- The installer should take some command line arguments, so that the scenery installer calling it can pass through for which FS version it needs to be installed
Else I'm considering to just write the logic I want in C# myself. That might be easier than using an installer in the end





