home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 11 / CDROM11.iso / internet / vchat / vchat.exe / COMPASS.EXE / compass.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-02-02  |  3.0 KB  |  122 lines

  1. ; COMPASS.INF
  2. ;
  3. ; This is a Setup information file  
  4. ; to install the Compass Microsoft V-Chat world
  5. ;
  6. ; Copyright (c) 1993-1997 Microsoft Corporation
  7. ;
  8.  
  9. [Version]
  10. Signature   = "$CHICAGO$"
  11. Provider    = %MSFT%
  12. AdvancedINF = 2.5,"You need a new version of advpack.dll"
  13.  
  14. [DefaultInstall]
  15. CopyFiles         = WorldDataFiles, WorldImagesFiles, WorldSoundsFiles, WorldAvatarFiles
  16. CustomDestination = InstallDestination
  17. AddReg            = AddRegSection
  18.  
  19. [AddRegSection]
  20. ;register world version
  21. HKLM,"SOFTWARE\Microsoft\%VChatName%\%WorldName%","Version",,"%Version%"
  22. HKLM,"SOFTWARE\Microsoft\%VChatName%\%WorldName%","File Name",,"%ExeName%"
  23. HKLM,"SOFTWARE\Microsoft\%VChatName%\%WorldName%","Full World Name",,"%FullWorldName%"
  24.  
  25. [InstallDestination]
  26. 49000 = VChatFilesDir,7
  27.  
  28. [VChatFilesDir]
  29. HKLM,"SOFTWARE\Microsoft\%VChatName%","InstallDir","%NoVChatError%",""
  30.  
  31. [BeginPrompt]
  32. Title = %DlgTitle%
  33.  
  34. [DestinationDirs]
  35. WorldDataFiles    = 49000,%WorldDataDir%
  36. WorldImagesFiles  = 49000,%WorldImagesDir%
  37. WorldSoundsFiles  = 49000,%WorldSoundsDir%
  38. WorldAvatarFiles  = 49000,%WorldAvatarDir%
  39.  
  40. [WorldDataFiles]
  41. ; these files get copied to the 'V-Chat\Worlds\<world>\DATA' subdirectory
  42. ABOUT.TXT
  43. HOTLINKS.TXT
  44. WORLD.PAL
  45. WORLD.TXT
  46. WORLD.WDB
  47.  
  48. [WorldImagesFiles]
  49. ; these files get copied to the 'V-Chat\Worlds\<world>\IMAGES' subdirectory
  50. COMPASS.GIF
  51. GRAD_B.GIF
  52. GRAD_M.GIF
  53. MIRO1.GIF
  54. MIRO3.GIF
  55. MIRO5.GIF
  56. BILBRD.GIF
  57. BIRD.GIF
  58. CARVING.GIF
  59. FISH.GIF
  60. GRAD_F.GIF
  61. GRAD_P.GIF
  62. MIRO2.GIF
  63. MIRO4.GIF
  64. MIRO_S~1.GIF
  65.  
  66. [WorldSoundsFiles]
  67. ; these files get copied to the 'V-Chat\Worlds\<world>\SOUNDS' subdirectory
  68. COLLIDE.WAV
  69. ENTER.WAV
  70. EXIT.WAV
  71. SONG.WAV
  72. SONG2.WAV
  73.  
  74. [WorldAvatarFiles]
  75. ; these files get copied to the 'V-Chat\Worlds\<world>\AVATARS' subdirectory
  76.  
  77. [SourceDisksNames]
  78. 1 = %DiskName%,,1
  79.  
  80. [SourceDisksFiles]
  81. ;list all files here and which source disk they reside on
  82. ABOUT.TXT      = 1
  83. HOTLINKS.TXT   = 1
  84. WORLD.PAL      = 1
  85. WORLD.TXT      = 1
  86. WORLD.WDB      = 1
  87. COMPASS.GIF    = 1
  88. GRAD_B.GIF     = 1
  89. GRAD_M.GIF     = 1
  90. MIRO1.GIF      = 1
  91. MIRO3.GIF      = 1
  92. MIRO5.GIF      = 1
  93. BILBRD.GIF     = 1
  94. BIRD.GIF       = 1
  95. CARVING.GIF    = 1
  96. FISH.GIF       = 1
  97. GRAD_F.GIF     = 1
  98. GRAD_P.GIF     = 1
  99. MIRO2.GIF      = 1
  100. MIRO4.GIF      = 1
  101. MIRO_S~1.GIF   = 1
  102. COLLIDE.WAV    = 1
  103. ENTER.WAV      = 1
  104. EXIT.WAV       = 1
  105. SONG.WAV       = 1
  106. SONG2.WAV      = 1
  107.  
  108. [Strings]
  109. WorldName         = "Compass"
  110. FullWorldName     = "Compass"
  111. Version           = "1.1"
  112. VChatName         = "Microsoft V-Chat 1.1"
  113. ExeName           = "VChat11.exe"
  114. DlgTitle          = "Microsoft V-Chat Compass Setup"
  115. WorldDataDir      = "Worlds\Compass\Data"
  116. WorldImagesDir    = "Worlds\Compass\Images"
  117. WorldSoundsDir    = "Worlds\Compass\Sounds"
  118. WorldAvatarDir    = "Worlds\Compass\Avatars"
  119. DiskName          = "Microsoft's Compass Installation Disk"
  120. NoVChatError      = "Microsoft V-Chat 1.1 must be installed before installing this environment."
  121. MSFT              = "Microsoft Corporation"
  122.