Changes Made to Configuration Files by C/C++ 7.0 Setup
  
PSS ID Number: Q104671
Article last modified on 01-24-1995
 
7.00
 
MS-DOS
 

---------------------------------------------------------------------
The information in this article applies to:
 
 - Microsoft C/C++ for MS-DOS, version 7.0
---------------------------------------------------------------------
 
SUMMARY
=======
 
The Setup program defaults to modifying three system configuration
files, AUTOEXEC.BAT, CONFIG.SYS, and SYSTEM.INI.
 
MORE INFORMATION
================
 
The Setup program alters these files only after prompting for
confirmation that changes can be made. If you do not want these
changes made, files containing the proposed changes are placed in the
\C700\INIT directory in the files, AUTOEXEC.C70, CONFIG.C70, and
SYSTEM.C70.
 
The following changes assume installation under C:\C700. If the
non-Windows Setup program CSETUP.EXE is used, no changes are made to
the SYSTEM.INI file.
 
AUTOEXEC.BAT
------------
 
The PATH environment variable has C:\C700\BIN added at the beginning.
The following environment variables are added:
 
   Set LIB=C:\C700\LIB;C:\C700\MFC\LIB
   Set INCLUDE=C:\C700\INCLUDE;C:\C700\MFC\INCLUDE
   Set HELPFILES=C:\C700\HELP\*.HLP
   Set INIT=C:\C700\INIT
   Set TMP=C:\C700
 
SMARTDrive is added, if it isn't already installed:
 
   C:\C700\BIN\SMARTDRV.EXE
 
CONFIG.SYS
----------
 
The following SMARTDrive line is added, if not already there:
 
   DEVICE = C:\C700\BIN\SMARTDRV.EXE /double_buffer
 
Also, the DOS= line is modified or added to:
 
   DOS=HIGH,UMB
 
SYSTEM.INI
----------
 
The following four lines are added to the beginning of the [386Enh]
section:
 
   device=*vmcpd
   device=C:\C700\BIN\vpfd.386
   device=C:\C700\BIN\cvw1.386
   device=C:\C700\BIN\vmb.386
 
The Setup program also adds a "Microsoft C/C++ 7.0" program group,
as well as icons for the following items:
 
   C:\C700\BIN\cv.exe                   - MS-DOS CodeView
   C:\C700\BIN\pwb.pif                  - Programmer's WorkBench
   C:\C700\BIN\cvw.exe                  - CodeView for Windows
   C:\C700\BIN\wxsrvr.exe               - WX Server
   C:\C700\BIN\qh.exe Advisor           - C/C++ 7.0 Reference
   notepad.exe C:\C700\answers.txt      - "Answers" text file
   notepad.exe C:\C700\details.txt      - "Details" text file
   notepad.exe C:\C700\readme.txt       - "Readme" text file
 
Additional reference words: kbinf 7.00
KBCategory: kbsetup
KBSubcategory: c7setup
 
=============================================================================
 
Copyright Microsoft Corporation 1995.
