Choose:
Choose partitioning scheme:
I tend to divide XP installs into:
Consider making a new install CD integrating a custom winnt.sif answer file, and/or additional drivers. nLite makes this easy, and allows further customization of the system. An alternative to the custom install CD is to only make a winnt.sif file. The Setup Manager makes this easy if you do it for the first time. See the MS Quick Guide to Preinstalling Windows.
Start Windows update.
In between the endless reboots:
Diskmgmt.msc
: Change CD-ROM drive letter (I use X:\) so that new hard disks and/or
partitions get logical drive letters. (If the machine has both a CD/DVD reader and a writer, I use W:\ for the writer).gpedit.msc
: Disable autorun on all drives. (Local Computer Policy -> Administrative
Templates -> System: Turn off Autoplay) net time /setsntp:"ntp12.metas.ch 0.ch.pool.ntp.org
1.ch.pool.ntp.org"
)w32tm /config
/update
lusrmgr.msc
) startupcpl
or msconfig
) Get the bin directory , extract the contents to C:\bin\ or elsewhere, and add it to the path variable. Several scripts in there use Perl, so maybe add Perl.
And possibly add Native Win32 ports of some GNU utilities : wget
http://unxutils.sourceforge.net/UnxUtils.zip
and the Windows Resource Kit tools
(Best file manager. Shareware but fully functional unlimited trial)
wget ftp://mirror.switch.ch/mirror/winsite/winxp/dskutil/tcmd*
http://www.irfanview.com/ (free for personal use only)
http://www.xnview.com/ (free for personal use only)
(The free CD/DVD burning solution. GPL)
http://infrarecorder.sourceforge.net/
http://downloads.sourceforge.net/infrarecorder/
English: wget ftp://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/win32/en-US/Firefox*.exe
or wget ftp://mirror.switch.ch/mirror/mozilla/firefox/releases/latest/win32/en-US/Firefox*.exe
German: wget ftp://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/win32/de/Firefox*.exe
French: wget ftp://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/win32/fr/Firefox*.exe
Install with something like "Firefox Setup 2.0.0.11.exe" /S /D=D:\Mozilla\Firefox
(see Mozilla wiki but there are bugs)
German: wget http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/win32/xpi/de.xpi
(Swiss mirror: wget ftp://mirror.switch.ch/mirror/mozilla/firefox/releases/latest/win32/xpi/de.xpi
)
French: wget http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/win32/xpi/fr.xpi
(Swiss mirror: wget ftp://mirror.switch.ch/mirror/mozilla/firefox/releases/latest/win32/xpi/fr.xpi
)
To install globally: firefox.exe -install-global-extension filename.xpi
wget http://addons.mozilla.org/en-US/firefox/downloads/file/16069/
)Not only for web developers, but also for any user who has web site, these are invaluable:
wget http://downloads.chrispederick.com/work/web-developer/web-developer.xpi
)Also maybe:
(I occasionally update the list of the extensions on my own machine (using InfoLister))
wget ftp://mirror.switch.ch/mirror/mozilla/thunderbird/releases/latest/win32/en-US/Thunderbird*.exe
German: wget http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/latest/win32/xpi/de.xpi
(Swiss mirror: wget ftp://mirror.switch.ch/mirror/mozilla/thunderbird/releases/latest/win32/xpi/de.xpi
)
French: wget http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/latest/win32/xpi/fr.xpi
(Swiss mirror: wget ftp://mirror.switch.ch/mirror/mozilla/thunderbird/releases/latest/win32/xpi/fr.xpi
)
d:\Mozilla\Thunderbird\thunderbird.exe -install-global-extension de.xpi
d:\Mozilla\Thunderbird\thunderbird.exe -install-global-extension fr.xpi
To assign a user-interface language to a profile, set the preference general.useragent.locale to the name of the locale
(Easiest from http://www.mozilla.com/en-US/thunderbird/dictionaries.html but they don't seem to be up to date)
French: wget http://downloads.mozdev.org/dictionaries/spell-fr-FR.xpi
German: wget http://downloads.mozdev.org/dictionaries/spell-de-CH.xpi
Updated dictionaries are available from the "Thunderbird Add-ons: Dictionaries" page, with completely insane file names. As of Jan. 2008, the files are
French: wget -O spell-fr.xpi --no-check-certificate https://addons.mozilla.org/en-US/thunderbird/downloads/file/21646/dictionnaire_myspell_en_fran__ais-1.6-fx+tb+sm.xpi
German (Swiss):
wget -O spell-de-CH.xpi --no-check-certificate https://addons.mozilla.org/en-US/thunderbird/downloads/file/10697/w_atilde_para_rterbuch_quot_deutsch_schweiz_quot_-1.0-fx+zm+tb.xpi
d:\Mozilla\Thunderbird\thunderbird.exe -install-global-extension spell-de-CH.xpi
d:\Mozilla\Thunderbird\thunderbird.exe -install-global-extension spell-fr.xpi
wget ftp://mirror.switch.ch/mirror/mozilla/calendar/sunbird/releases/0.7/win32/en-US/sunbird-0.7.en-US.win32.installer.exe
or
wget ftp://mirror.switch.ch/mirror/mozilla/calendar/sunbird/releases/0.7/win32/en-US/sunbird-0.7.en-US.win32.zip
or
wget ftp://mirror.switch.ch/mirror/mozilla/calendar/lightning/releases/0.7/lightning-0.7.win32.xpi
http://cccp-project.net/download.php?type=cccp
http://www.cccp-project.net/wiki/index.php?title=FAQ
http://www.cccp-project.net/wiki/index.php?title=Installer_Options
(Close browser before install!)
QT Lite or QuickTime Alternative
PDFCreator
Check that multimedia playback (video, flash, etc.) works in browser
(try http://alma.ch/blogs/bahut/2006/09/multimedia-playback-in-browser.html)
Do a backup before the users break everything and/or install viruses...