I would like to run one installer for three programs, i.e. Folder is created under the name KAM Package, and there are three separate folders with three separate programs and their files. They must also be separately in the start menu.
-
And I would like a pony. Luckily, you can get what you want by authoring an installer. I, on the other hand, will sadly never get a pony. Kidding aside, yes you can do this, but what is your question? What you describe is possible, but no one is going to tell you how when there are much better resources elsewhere. – May 25 '18 at 15:49
-
You need to clarify. You can use InnoSetup, or you can tag as Windows Installer, but you cannot use both tags because InnoSetup is not a Windows Installer setup. Decide which tool suits your needs for a setup, and that would be any available install tool. Then ask specific questions. – PhilDW May 25 '18 at 18:07
-
I was talking about the .iss code for Inno Setup. I do not know anything about .iss, so I am asking for the code. – qamarq May 26 '18 at 18:39
-
`*.iss` files can be (at least) `Installshield silent response files` as well as `Inno setup project files`. What is the situation, did you find an `*.iss` project file that you need to deal with? – Stein Åsmul May 28 '18 at 15:22
-
No. I want to do it in the inno-setup – qamarq May 29 '18 at 13:31
1 Answers
Welcome to Stackoverflow: Please try to elaborate your questions and make them as specific as possible so we don't end up writing stuff that doesn't help or answer anything of what you really intended to ask about (happens more often than we'd like).
Deployment Tools: As others have said, please choose a deployment tool first. I'll just link to a previous answer to see if it helps you: How to create windows installer (links to Windows Installer tools and legacy setup tools - please do have a look).
Free MSI Tools: And there are free tools you can use to inspect compiled MSI files: Orca, InstEd or SuperOrca (towards bottom). These are not full-fledged tools to create MSI files, but they work great as viewers and for small hotfixes and changes, etc...
Some Links:

- 39,960
- 25
- 91
- 164