Mori_Yuki: Wouldn't this be possible with NSIS or Advanced Installer? Where Advanced means paid for version since the free one doesn't offer the options you would be looking for. Or Visual Studio maybe?
rtcvb32: Well i tried to repack a game, and there were configuration files missing or something. I don't remember, it was just a wash so i didn't push further.
I see. I guess that's what you'd have to create and adapt to the individual project. Software allowing - in a best-case scenario - you would be able to write a generic template, applicable across all projects. I bet many would love to see something like this being released.
OP sure would. ;-) ◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙◙
Here is a solution for OP. Open a command prompt window, Win + R, cmd, Enter. Change to the path to your setup file, Enter setup, press Tab-key to auto-complete it, so it looks like this on your screen: "setup_game_name_1.0_(43163).exe".
Enter "setup_game_name_1.0_(43163).exe" /VERYSILENT and enter. The setup should start, allowing you to select the language, press O.K. as usual and setup will start. You will see no installer window and get no messages like "Installation has finished ... Close | Run. When you see the icon appear on your desktop will you know that installation was successful. Or you could open taskmanager and see when the setup.exe vanishes to know that installation was finished.
There might be other command-line switches that do what you want, have the installer window open, but without showing any ads. See attachement for the others.