Token2 was the Telnet client we were using with our Windows 95 machines. While not updated in some time, it is functional under Windows XP. Since the users were familiar with it, I decided to install it when the machines were upgrade to XP rather than having to train them on PuTTY.
Unattended includes scripts for installing PuTTY. However, the one thing that I needed the install to do was define some default settings so I wouldn't have to manually configure every machine with the server address and various PuTTY options required for it.
Quicktime Installation
In order to use iTunes, Quicktime needs to be manually downloaded e. Once saved in \packages\apple, create the install script \scripts\quicktime.bat:
:: OPTIONAL: Install Quicktime :: need to get it manually :: <http://www.apple.com/quicktime/download/> @echo off
After downloaded Internet Explorer 7 into \packages\ie7, make a script in \scripts\ie7.bat:
:: OPTIONAL: Install Internet Explorer 7
:: Internet Explorer 7 :: URL|ALL|http://download.microsoft.com/download/3/8/8/38889dc1-848c-4bf2-8335-86c573ad86d9/IE7-WindowsXP-x86-enu.exe?download|packages/ie7/IE7-WindowsXP-x86-enu.exe @Echo off