My OCS installation is working fine and I'm also able to deploy software. However, right now I'm looking into ways to distribute software for Windows. How are you guys doing it for standard software (e.g. something like VLC, Firefox, Java, etc.). Not always is there a MSI installer and I want to be able to install such software, too.
I'm experimenting with AutoIT right now, which can click through installers. In theory this works fine, but in practice installers tend to behave differently on different systems and its a major PITA to get this working robustly on all systems.
Do you guys have any suggestions in terms of what packaging solution to use? Can you give me some insights how you are dealing with this?