deployment

Deployment

The deployment framework is a series of modules which are designed to allow developers to easily stage Drupal data from one site to another.

Token2

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.

Setup per Installshield instructions

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.

http://www.downloadsquad.com/2007/02/01/howto-transfer-your-putty-settings-between-computers/

OCS Inventory NG

scripts/ocsinventoryng.bat

:: OPTIONAL: Install OCS Inventory-NG

:: OCS Inventory-NG
:: URL|ALL|www.dwadson.com/files/unattended/ocsng/OcsAgentSetup.exe?download|packages/ocsng/OcsAgentSetup.exe
@Echo off

todo.pl "%Z%\packages\ocsinventoryng\OcsAgentSetup.exe /S"

Office 2007

Post on the unattended-devel mailing list regarding installation.

MSFN Office forum (unattended fine-tuning tips).

Copy the contents of the Office 2007 install disk into \packages\office2k7.
Make a text file named \packages\office2k7\config.xml with the contents:

iTunes and QuickTime

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

todo.pl "%Z%\packages\apple\QuickTimeInstaller.exe /passive"

iTunes Installation

Internet Explorer 7

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

todo.pl "%Z%\packages\ie7\IE7-WindowsXP-x86-enu.exe /quiet /passive /update-no /no-default"

IntelliPoint

With the Dell Vostro laptops, we also purchased Microsoft Wireless Notebook Optical Mouse 4000's.

First, download the installer for Intellipoint 6.2. Then unzip the .EXE file.

Copy the ipoint folder to the packages directory of your Unattended install.

Syndicate content