Install several apps with one click?

Associate
Joined
3 Jan 2006
Posts
1,842
Location
South Wales
Is it possible to install say Adobe Reader, Dotnet 1,2,3 & Flash/Java with one click from an XP install?

I have tried using NSIS but it looks confusing.

Anything easier out there?
 
your only option really is an installation package builder like nsis

or a cunning batch or vb script, but by the time you have finished writing it you could have installed the apps
 
find switchless installers for them all on msfn (they do exist)
check ryanvm.net actually think he has made them for all of them



then just list the files in a bat file, and run the bat file
 
Thanks. I think the secret to finding them is using the term "switchless". Next I need to learn how to make them myself.

SFX Maker appears to be the easiest way.
 
Last edited:
Back
Top Bottom