166
edits
No edit summary |
|||
Line 73: | Line 73: | ||
#** wget | #** wget | ||
#** zip | #** zip | ||
===Install Netscape Wintools=== | |||
# Download [http://ftp.mozilla.org/pub/mozilla.org/mozilla/source/wintools.zip wintools.zip]. | |||
# Uncompress the buildtools directory onto your hard drive. | |||
# Open a command shell and change into buildtools\windows. | |||
# Set MOZ_TOOLS to C:\moztools. | |||
#* set MOZ_TOOLS=C:\moztools | |||
# Run the install scripts. | |||
#* install.bat | |||
===Install VS6=== | |||
# Insert the Visual Studio 6 MSDN DVD into the disc drive. This can be found on MSDN disc 2433. | |||
# Begin the installation process by exploring to D:\English\VISUAL_STUDIO_60\ENT\CD1\ and running setup.exe. | |||
# The system will restart after completing the MS Java Virtual Machine update. | |||
# Log in after the restart and the setup program will be started automatically. | |||
# At the '''Visual Studio 6.0 Enterprise Edition''' screen, ensure ''Custom'' is selected and click '''Next'''. | |||
# At the '''Choose Common Install Folder''' screen, click '''Next'''. | |||
# Follow the prompts to continue installing VS6. | |||
# At the '''Visual Studio 6.0 Enterprise - Custom''' screen, ensure that | |||
#* Microsoft Visual C++ 6.0 is selected | |||
#* The following are deselected: | |||
#** Microsoft Visual Basic 6.0 | |||
#** Microsoft Visual FoxPro 6.0 | |||
#** Microsoft Visual InterDev 6.0 | |||
#** Microsoft Visual SourceSafe 6.0 | |||
# Click '''Cancel''' to return to the main custom listing and click '''Continue''' to continue the installation process. | |||
# At the '''Setup Environment Variables''' screen, ensure ''Register Environment Variables'' is checked and click '''OK'''. |
edits