home *** CD-ROM | disk | FTP | other *** search
/ Software One-Stop 3 / BOOTCDROM.iso / windows / system / upgrd.inf < prev    next >
Encoding:
INI File  |  1995-03-27  |  10.6 KB  |  182 lines

  1.  
  2. ; This section is processed by both the DOS and WINDOWS portions of setup
  3. ; for temporarily renaming profile strings during setup. THE RENAME
  4. ; OPERATION WILL ONLY TAKE PLACE IF THE ORIGINAL PROFILE STRING EXISTS AND HAS
  5. ; A RIGHT HAND SIDE STRING.
  6. ;
  7. ; .ini file,  section name, temporary profile name, Original profile name.
  8. ;
  9. [ini.upd.patches]
  10.   system.ini, Boot,    "olddrivers"    ,"drivers"
  11.   win.ini   , Desktop, "oldwallpaper"  ,"wallpaper"
  12.   system.ini, Boot,    "oldtaskman"    ,"taskman.exe"
  13.   system.ini, Boot,    "oldshell"      ,"shell"
  14.  
  15. [ini.upd.31]
  16. ;
  17. ; WARNING: This section only works on win.ini or system.ini !!
  18. ;
  19. ; .ini file,  section,  old line to be replaced,  new line,  rename operater.
  20. ;
  21. ; If the "old line to be replaced" field is empty, setup will assume that
  22. ; the new line is to be added. The rename operater tells setup to retain the RHS
  23. ; of the profile. This is used as a renaming mechanism during upgrades.
  24. ; Nb : Simple string substitution is implemented :
  25. ;     ?P means any valid MS-DOS path
  26. ;
  27.   system.ini, Boot,                               ,   "taskman.exe="
  28.   system.ini, mci,     "waveaudio="               ,   "WaveAudio=mciwave.drv"
  29.   system.ini, mci,     "sequencer="               ,   "Sequencer=mciseq.drv"
  30.   system.ini, mci,     "cdaudio="                 ,   "CDAudio=mcicda.drv"
  31.   system.ini, drivers,                            ,   "timer=timer.drv"
  32.   system.ini, drivers,         "midimapper="      ,   "midimapper=midimap.drv"
  33.   system.ini, drivers, "midi=adlib.drv"           ,   "midi=msadlib.drv"          ,rename
  34.   system.ini, drivers, "midi1=adlib.drv"          ,   "midi1=msadlib.drv"         ,rename
  35.   system.ini, drivers, "midi2=adlib.drv"          ,   "midi2=msadlib.drv"         ,rename
  36.   system.ini, drivers, "midi3=adlib.drv"          ,   "midi3=msadlib.drv"         ,rename
  37.   system.ini, drivers, "midi4=adlib.drv"          ,   "midi4=msadlib.drv"         ,rename
  38.   system.ini, 386Enh,       "keyboard=?Pbpvkd.386",
  39.   system.ini, 386Enh,          "keyboard="        ,   "keyboard=*vkd"             ,noclobber
  40.   system.ini, 386Enh,          "device=vpicda.386",   "device=*vpicd"
  41.   system.ini, 386Enh,          "device=*vhd"      ,   "device=*blockdev"
  42.   system.ini, 386Enh,          "device=*vpd"      ,
  43.   system.ini, 386Enh,          "device=vdmad.386" ,   "device=*vdmad"
  44.   system.ini, 386Enh,          "device=vdmadx.386",   "device=*vdmad"
  45.   system.ini, 386Enh,                             ,   "device=*pagefile"
  46.   system.ini, 386Enh,       "device=?Pvtdapi.386" ,   "device=vtdapi.386"
  47.   system.ini, 386Enh,       "display=*vddcherc"   ,   "display=vddcherc.386"       ,rename
  48.   system.ini, 386Enh,       "display=*vddcvga"    ,   "display=*vddvga"            ,rename
  49.   system.ini, NonWindowsApp,"localtsrs="          ,   "localtsrs=dosedit,ced"  ,noclobber
  50.   win.ini   , Sounds,  "SystemDefault="           ,   "SystemDefault=ding.wav, ─¼╚╧║⌠╜╨"      ,noclobber
  51.   win.ini   , Sounds,  "SystemExclamation="       ,   "SystemExclamation=chord.wav, ╛»╕µ"     ,noclobber
  52.   win.ini   , Sounds,  "SystemStart="             ,   "SystemStart=tada.wav, ╞⌠╢» Windows"    ,noclobber
  53.   win.ini   , Sounds,  "SystemExit="              ,   "SystemExit=chimes.wav, ═╦│÷ Windows"   ,noclobber
  54.   win.ini   , Sounds,  "SystemHand="              ,   "SystemHand=chord.wav, ╤╧╓╪┤φ╬≤"        ,noclobber
  55.   win.ini   , Sounds,  "SystemQuestion="          ,   "SystemQuestion=chord.wav, ╤»╬╩"        ,noclobber
  56.   win.ini   , Sounds,  "SystemAsterisk="          ,   "SystemAsterisk=chord.wav, ╨╟║┼"        ,noclobber
  57.   win.ini   , "mci extensions",                   ,   "wav=waveaudio"
  58.   win.ini   , "mci extensions",                   ,   "mid=sequencer"
  59.   win.ini   , "mci extensions",                   ,   "rmi=sequencer"
  60.   win.ini   , FontSubstitutes,                    ,   "Helv=MS Sans Serif"
  61.   win.ini   , FontSubstitutes,                    ,   "Tms Rmn=MS Serif"
  62.   win.ini   , FontSubstitutes, "Courier=Courier New" ,
  63.   win.ini   , FontSubstitutes,                    ,   "Times=Times New Roman"
  64.   win.ini   , FontSubstitutes,                    ,   "Helvetica=Arial"
  65.   win.ini   , "Microsoft Word 2.0", "HPDSKJET="   ,   "HPDSKJET=+1"             ,noclobber
  66.   win.ini   , windows,                            ,   "DefaultDBCSFont=SimSun.FOT"
  67.   win.ini   , "Associated CharSet", "CHINESEBIG5(88)=", "CHINESEBIG5(88)=yes"
  68.   win.ini   , "Associated CharSet", "OEM(FF)=",         "OEM(FF)=yes"
  69.   win.ini   , "Associated CharSet", "SYMBOL(02)=",      "SYMBOL(02)=no"
  70.   win.ini   , "Associated CharSet", "ANSI(00)=",        "ANSI(00)=yes"
  71.   win.ini   , "Associated DefaultFonts", "FontPackageDecorative=", "FontPackageDecorative=╦╬╠σ"
  72.   win.ini   , "Associated DefaultFonts", "FontPackageScript=", "FontPackageScript=╦╬╠σ"
  73.   win.ini   , "Associated DefaultFonts", "FontPackageModern=", "FontPackageModern=╦╬╠σ"
  74.   win.ini   , "Associated DefaultFonts", "FontPackageSwiss=", "FontPackageSwiss=╦╬╠σ"
  75.   win.ini   , "Associated DefaultFonts", "FontPackageRoman=", "FontPackageRoman=╦╬╠σ"
  76.   win.ini   , "Associated DefaultFonts", "FontPackageDontCare=", "FontPackageDontCare=╦╬╠σ"
  77.   win.ini   , "Associated Fonts"
  78.   win.ini   , "PreCache", "PreCacheCharacters=", "PreCacheCharacters=╧╡═│┤φ╬≤╚í╧√╓╪╩╘"
  79.   win.ini   , Desktop, "GroupPreCacheChars=", "GroupPreCacheChars=╓≈╫Θ╞⌠╢»╕╜╝■╙ª╙├│╠╨≥╙╬╧╖"
  80.   win.ini   , Desktop, "PreCacheCharacters=", "PreCacheCharacters=╬─╝■╣▄└φ╞≈íó┐╪╓╞├µ░σíó┤≥╙ííó╝⌠╠∙░σíó╖╜╩╜╔Φ╓├íó▒α╝¡íó╢┴╬╥íó╘∞╫╓íó╩Θ╨┤╞≈íó╡≈╔½░σíó╓╒╢╦╖┬╒µ│╠╨≥íó╝╟╩┬▒╛íó╝╟┬╝╞≈íó┐¿╞¼║╨íó╚╒└·íó╝╞╦π╞≈íó╩▒╓╙íó╢╘╧≤░ⁿ╫░│╠╨≥íó╫╓╖√╙│╔Σ▒φíó├╜╠σ▓Ñ╖┼╗·íó┬╝╥⌠╗·íó╜╙┴·íó╔¿└╫"
  81.   win.ini   , "DBCSFonts", "PreCacheCharacters=", "PreCacheCharacters="╬─╝■íó╨┬╛╔íó┤≥┐¬íó╥╞╢»íó╕┤╓╞íó╔╛│²╠╪╨╘íó╘╦╨╨íó═╦│÷╧╡═│íó╩╣╙├╚╬╤í╧εíó╫╘╢»┼┼┴╨╫ε╨í╗»íó▒ú┤µ╔Φ╢¿╓╡íó┤░┐┌▓ó┴╨╧╘╩╛íó╝╢┴¬╓≈╫Θíó╞⌠╢»╕╜╝■íó╙╬╧╖íó░∩╓·╟≤╓·╦╡├≈íó╦╤╦≈▓Θ╒╥íó│╠╨≥╣▄└φ╘▒íó╗╣╘¡íó╣╪▒╒íó┤≤╨ííó╧┬╥╗╕÷íó╟╨╗╗íó╚╧┐╔╚╖╢¿"
  82.   win.ini   , "DBCSFonts", "AssociatedSystemFont=", "AssociatedSystemFont=TT,SimSun.FOT "
  83.   win.ini   , "DBCSFonts", "SystemFont=", "SystemFont="
  84.   win.ini   , "Bitmap for SIMSUN.FOT", , "14=SIMSUN13.FON"
  85.   win.ini   , "Bitmap for SIMSUN.FOT", , "13=SIMSUN13.FON"
  86.   ;
  87.   ; Remove these Win 3.0 font entries from win.ini because they have either
  88.   ; been replaced or removed for Win 3.1
  89.   ;
  90.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (CGA res)="
  91.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (EGA res)="
  92.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (60 dpi)="
  93.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (120 dpi)="
  94.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (VGA res)="
  95.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (8514/a res)="
  96.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (CGA res)="
  97.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (EGA res)="
  98.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (60 dpi)="
  99.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (120 dpi)="
  100.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (VGA res)="
  101.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (8514/a res)="
  102.   ;
  103.   ; Remove these font entries if they exist because these .ini entries
  104.   ; are obsolete. We use "TrueType" rather than "Scalable"
  105.   ;
  106.   win.ini, Fonts, "Arial (Scalable)="
  107.   win.ini, Fonts, "Arial Bold (Scalable)="
  108.   win.ini, Fonts, "Arial Bold Italic (Scalable)="
  109.   win.ini, Fonts, "Arial Italic (Scalable)="
  110.   win.ini, Fonts, "Courier (Scalable)="
  111.   win.ini, Fonts, "Courier Bold (Scalable)="
  112.   win.ini, Fonts, "Courier Italic (Scalable)="
  113.   win.ini, Fonts, "Courier Bold Italic (Scalable)="
  114.   win.ini, Fonts, "Courier (TrueType)"
  115.   win.ini, Fonts, "Courier Bold (TrueType)"
  116.   win.ini, Fonts, "Courier Bold Italic (TrueType)"
  117.   win.ini, Fonts, "Courier Italic (TrueType)"
  118.   win.ini, Fonts, "Times New Roman (Scalable)="
  119.   win.ini, Fonts, "Times New Roman Bold (Scalable)="
  120.   win.ini, Fonts, "Times New Roman Bold Italic (Scalable)="
  121.   win.ini, Fonts, "Times New Roman Italic (Scalable)="
  122.   win.ini, Fonts, "Symbol PS (Scalable)="
  123.   win.ini, Fonts, "Symbol (Scalable)="
  124.   ;
  125.   ; Remove these font entries if they exist because these .ini entries
  126.   ; are obsolete. We use "Plotter" rather than "All res" Also, 8 point was
  127.   ; added to the EGA res courier so we remove the old "Courier 10,12,15" font.
  128.   ;
  129.   win.ini, Fonts, "Roman (All res)="
  130.   win.ini, Fonts, "Script (All res)="
  131.   win.ini, Fonts, "Modern (All res)="
  132.   win.ini, Fonts, "Courier 10,12,15 (EGA res)="
  133.   ;
  134.   ; The following lines will cause the MS-DOS half of setup to effectivly
  135.   ; rename the [Fonts] section in win.ini. Setup does this by adding the
  136.   ; [wt4gpi8s56bz] string to the [Fonts] section and then deleting the
  137.   ; [Fonts] section string. Later, in the windows half of setup, it will
  138.   ; rename [wt4gpi8s56bz] back to [Fonts]. Do not change these names!
  139.   ;
  140.   win.ini, Fonts,              , "[wt4gpi8s56bz]"
  141.   win.ini, Fonts,   "[Fonts]"  ,
  142.  
  143.   ; The following line makes USER skip persistent net connections
  144.   ; USER immediately deletes the entry so it is a onetime thing.
  145.   win.ini, windows,, "SetupWin=1"
  146.  
  147.   ; The following lines fix problems with APPS
  148.   win.ini, Compatibility,"NOTSHELL=", "NOTSHELL=0x0001"
  149.   win.ini, Compatibility,"WPWINFIL=", "WPWINFIL=0x0006"
  150.   win.ini, Compatibility,"CCMAIL=", "CCMAIL=0x0008"
  151.   win.ini, Compatibility,"AMIPRO=", "AMIPRO=0x0010"
  152.   win.ini, Compatibility,"REM=", "REM=0x8022"
  153.   win.ini, Compatibility,"PIXIE=", "PIXIE=0x0040"
  154.   win.ini, Compatibility,"CP=", "CP=0x0040"
  155.   win.ini, Compatibility,"JW=", "JW=0x42080"
  156.   win.ini, Compatibility,"TME=", "TME=0x0100"
  157.   win.ini, Compatibility,"VB=", "VB=0x0200"
  158.   win.ini, Compatibility,"WIN2WRS=", "WIN2WRS=0x1210"
  159.   win.ini, Compatibility,"PACKRAT=", "PACKRAT=0x0800"
  160.   win.ini, Compatibility,"VISION=", "VISION=0x0040"
  161.   win.ini, Compatibility,"MCOURIER=", "MCOURIER=0x0800"
  162.   win.ini, Compatibility,"_BNOTES=", "_BNOTES=0x24000"
  163.   win.ini, Compatibility,"MILESV3=", "MILESV3=0x1000"
  164.   win.ini, Compatibility,"PM4=", "PM4=0x2000"
  165.   win.ini, Compatibility,"DESIGNER=", "DESIGNER=0x2000"
  166.   win.ini, Compatibility,"PLANNER=", "PLANNER=0x2000"
  167.   win.ini, Compatibility,"DRAW=", "DRAW=0x2000"
  168.   win.ini, Compatibility,"WINSIM=", "WINSIM=0x2000"
  169.   win.ini, Compatibility,"CHARISMA=", "CHARISMA=0x2000"
  170.   win.ini, Compatibility,"PR2=", "PR2=0x2000"
  171.   win.ini, Compatibility,"PLUS=", "PLUS=0x1000"
  172.   win.ini, Compatibility,"ED=", "ED=0x00010000"
  173.   win.ini, Compatibility,"PP=",
  174.   win.ini, Compatibility,"APORIA=", "APORIA=0x0100"
  175.   win.ini, Compatibility,"EXCEL=", "EXCEL=0x1000"
  176.   win.ini, Compatibility,"GUIDE=", "GUIDE=0x1000"
  177.   win.ini, Compatibility,"NETSET2=", "NETSET2=0x0100"
  178.   win.ini, Compatibility,"W4GL=", "W4GL=0x4000"
  179.   win.ini, Compatibility,"W4GLR=","W4GLR=0x4000"
  180.   win.ini, Compatibility,"TURBOTAX=","TURBOTAX=0x00080000"
  181.  
  182.