home *** CD-ROM | disk | FTP | other *** search
/ Chip Special: HTML & Java / Chip-Special_1997-01_HTML-a-Java.bin / comichat / cchatpac.exe / ArtPack1.INF < prev    next >
Encoding:
Windows Setup INFormation  |  1996-11-19  |  2.8 KB  |  120 lines

  1. ; ArtPack1.INF
  2. ;
  3. ; This is the Setup information file to install 
  4. ; Microsoft Comic Chat ArtPack1.
  5. ;
  6. ; Copyright (c) 1993-1996 Microsoft Corporation
  7. ;
  8.  
  9. [Version]
  10. Signature="$CHICAGO$"
  11. Provider=%MSFT%
  12. AdvancedINF=2.5, "You need a newer version of Advpack.dll."  
  13.  
  14. [DefaultInstall]
  15. CopyFiles      = InfFiles, ArtFiles
  16. AddReg         = CChatReg95
  17. OptionDesc     = %CChatDesc%
  18. Tip            = %CChatTop%
  19. Parent         = AccessTop
  20. InstallType    = 10
  21. IconIndex      = 39  ;Windows Logo mini-icon for dialogs
  22. Uninstall      = CChatUninstall
  23. CustomDestination = MyCustomDestination
  24.  
  25. [DefaultInstall.NT]
  26. CopyFiles      = InfFiles, ArtFiles
  27. AddReg         = CChatReg95
  28. OptionDesc     = %CChatDesc%
  29. Tip            = %CChatTop%
  30. Parent         = AccessTop
  31. InstallType    = 10
  32. IconIndex      = 39  ;Windows Logo mini-icon for dialogs
  33. Uninstall      = CChatUninstall
  34. CustomDestination = MyCustomDestination
  35.  
  36.  
  37. [CChatUninstall]
  38. DelFiles       = InfFiles, ArtFiles
  39. DelReg         = CChatDelReg
  40. CustomDestination = MyCustomDestinationUninstall
  41.  
  42. [MyCustomDestination]
  43. 49000,49005=DestA,5
  44. 49010,49015=DestB,7
  45. ;49020=DestC,17
  46.  
  47. [MyCustomDestinationUninstall]
  48. 49000,49005=DestA,5
  49. 49010,49015=DestB,5
  50.  
  51. [DestA]
  52. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion,ProgramFilesDir,'%PromptA%',"%24%\%Program_Files%"
  53.  
  54. [DestB]
  55. HKLM,SOFTWARE\Microsoft\Microsoft Comic Chat,BaseDir,'%PromptB%',"%49005%\%CChatDir%"
  56. "","","","You are missing the software required for Microsoft Comic Chat Art Pack 1 Install!",""
  57.  
  58. [DestinationDirs]
  59. InfFiles        = 17    
  60. ArtFiles         = 49010,%ArtDir%
  61.  
  62. [InfFiles]
  63. ArtPack1.INF
  64.  
  65. [ArtFiles]
  66. BOLO.AVB
  67. CRO.AVB
  68. DENISE.AVB
  69. KEVIN.AVB
  70. LYNNEA.AVB
  71. MAYNARD.AVB
  72. REBECCA.AVB
  73. SAGE.AVB
  74. SCOTTY.AVB
  75.  
  76. DEN.BMP
  77. VOLCANO.BMP
  78.  
  79. [SourceDisksNames]
  80. 1 = %DiskName%,ArtPack1.CAB,0
  81.  
  82. [SourceDisksFiles]
  83. ArtPack1.INF = 1
  84.  
  85. BOLO.AVB = 1
  86. CRO.AVB = 1
  87. DENISE.AVB = 1
  88. KEVIN.AVB = 1
  89. LYNNEA.AVB = 1
  90. MAYNARD.AVB = 1
  91. REBECCA.AVB = 1
  92. SAGE.AVB = 1
  93. SCOTTY.AVB = 1
  94.  
  95. DEN.BMP = 1
  96. VOLCANO.BMP = 1
  97.  
  98. [CChatReg95]
  99. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ComicChatArtPack1,"DisplayName",,"%CChatDesc%"
  100. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ComicChatArtPack1,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %InfName%, CChatUninstall"
  101.  
  102. [CChatDelReg]
  103. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ComicChatArtPack1
  104.  
  105. [Strings]
  106. CChatDesc        = "Microsoft Comic Chat Art Pack 1"
  107. CChatTop        = "Microsoft Comic Chat Art Pack 1"
  108. CChatDir        = "Comic Chat"
  109. Program_Files        = "Program Files"             
  110. DiskName        = "Microsoft Comic Chat Art Pack 1 Installation Disk"
  111. DefaultLocation        = "%24%\Program Files\CChat"
  112.  
  113. ArtDir            = "ComicArt"
  114. ;Remember to change in SourceFiles and InfFiles also
  115. InfName            = "ArtPack1.INF"
  116.  
  117. PromptA="Choose your Program Files directory."
  118. PromptB="Choose your Comic Chat directory."
  119.  
  120.