Automating install of others SDK, tools with NSIS?
I'm doing an installer for our Game Engine and tools to be used internally.
The trick is that it requires a huge amount of windows components and programs to work for the developers. This I would like to automate.
Does anyone know how to do this with NSIS?
Examples are:
- Visual Studio 2005 including SP1 (Developers)
- the latest version of DirectX 9.0c SDK
- NUnit
- the Xbox360 SDK
- the .NET 3.0 runtime. WinFX (this step is not needed if you run Vista)
The problem with these application is that most do not have a way to do automatic or silent installtions. You have to click everything in the menues. One idea would be to collect all the files and registry changes that their installers do and then dump all these files and changes in my installation.
Any help would be much appreciated.
/Andreas