I want to create a MSI file, which simply copies a directory into the "Program Files" directory and creates an icon in the start menu.
Nothing more. No questions to the user, no dependencies, no registry entries, etc. Just copy the directory and set the icon.
And if we deploy a new version of our program, then the MSI should just copy the new one over the old one. No "uninstalling" procedure.
Which tool to use for this task?