home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 February / PCWFEB02.iso / CONFIG.INI < prev    next >
INI File  |  1999-07-14  |  3KB  |  93 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2.  
  3. ; System Requirements section contains flags for items
  4. ; that should be checked before product is installed
  5.  
  6. [SystemRequirements]
  7. CDROM=1
  8. CPU=1
  9. Memory=1
  10. Midi=1
  11. Mouse=1
  12. Video=1
  13. Wave=1
  14. WinVer=1
  15.  
  16. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  17.  
  18. ; Icons section contains extra icons to install to start menu or desktop
  19. ;
  20. ; Uses comma separated list with following entries:
  21. ;  item name (%s will be substituted with product name)
  22. ;  directory for icon target (from root of install directory)
  23. ;  target executable
  24. ;  arguments for target command
  25. ;  icon to use (file must be in directory for icon target)
  26. ;  startmenu/desktop flag (0 = start menu, 1 = desktop)
  27.  
  28. [Icons]
  29. Count=1
  30. 1=Compton's Report Starter,,REPORTST.EXE,,,0
  31. ;2=FREE Fonts!,MSREG,MSRUN32.EXE,LaunchRegistration,,0
  32. ;3=Install America Online - FREE Trial!,MSREG,MSRUN32.EXE,LaunchAOL,AOL.ICO,1
  33. ;4=Install Cyber Patrol - FREE Trial!,MSREG,MSRUN32.EXE,LaunchCyberPatrol,CPATROL.ICO,1
  34.  
  35. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  36.  
  37. ; ChangeINI section contains a list of other sections which contain
  38. ; INI changes based on setup type
  39. ;
  40. ; Changes should have comma separated lists with the following entries:
  41. ;  INI file to change
  42. ;  INI section name to change
  43. ;  INI entry name to change
  44. ;  new value for INI entry
  45.  
  46. [ChangeINI]
  47. Typical=SetupTypeTypical,DefaultChanges
  48. Complete=SetupTypeComplete,DefaultChanges
  49.  
  50. [SetupTypeTypical]
  51. Count=0
  52.  
  53. [SetupTypeComplete]
  54. Count=1
  55. 1=CNM.INI,Directories,NMS,ed:\NMS\
  56.  
  57. [DefaultChanges]
  58. Count=3
  59. 1=CNM.INI,Install,FootPrint,%s
  60. 2=CNM.INI,Install,Date,%s
  61. 3=PREFS.INI,Install,Date,%s
  62.  
  63. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  64.  
  65. ; FileTypes section contains file types that should be registered
  66. ;
  67. ; Uses comma separated list with following entries:
  68. ;  file extension
  69. ;  file type abbreviation
  70. ;  file type full name
  71. ;  icon index to use for file type
  72.  
  73. [FileTypes]
  74. Count=2
  75. 1=.bmk,CnmBookmark,CNM Bookmark Collection,0
  76. 2=.shw,CnmShwMkrScrpt,CNM ShowMaker Script,1
  77.  
  78. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  79.  
  80. ; Additional Installs to run upon completion
  81. ;
  82. ; Uses comma separated list with following entries:
  83. ;  item name
  84. ;  directory on CD-ROM for install executable
  85. ;  target install executable
  86. ;  platform ('ALL' for all platforms, 'WIN95' for Windows 95 only, 'WIN98' for Windows 98 only )
  87.  
  88. [AdditionalInstall]
  89. Count=0
  90. ;1=Indeo⌐ video 5 codec,INDEO5,IV5SETUP.EXE,ALL
  91.  
  92. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  93.