Archive: Automating install of others SDK, tools with NSIS?


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


I dont think the companies would allow you to do something like that...


Its only for internal use so should not be any legal problems here.
I have found out how to do it mostly. I didnt know about the /? command before so know I find all the different settings for running managed or silent installations.

My biggest trick right now is to figure out how to silently mount an iso image and install that one.
/Andreas