home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy3.cab / vrml2c.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-10-20  |  3.4 KB  |  143 lines

  1. ;Microsoft VRML 2.0 Viewer  installation
  2. ;Copyright (c) 1997 Microsoft Corporation
  3.  
  4. [version]
  5. Signature  = "$CHICAGO$"
  6. SetupClass = BASE
  7. LayoutFile = layout.inf, layout1.inf
  8.  
  9. [DestinationDirs]
  10. Register_VRML.Copy = 17
  11. VRML2.Sys.Files    = 11
  12. VRML2.Help.Files   = 18
  13. VRML2.Image.Files  = 18,%imagedir%
  14. VRML2.Class.Files  = 10,%javadir%\%classdir%
  15.  
  16. [BaseWinOptions]
  17. Register_VRML
  18.  
  19. [Register_VRML]
  20. AddReg    = Register_VRML.AddReg
  21. CopyFiles = Register_VRML.Copy
  22.  
  23. [Register_VRML.Copy]
  24. vrml2c.inf
  25.  
  26. [Register_VRML.AddReg]
  27. ;Registers optional component so it shows up in Maint Mode Setup, set initial status to uninstalled:
  28. HKLM,%KEY_OPTIONAL%,"MSVRML2",,"MSVRML2"
  29. HKLM,%KEY_OPTIONAL%\MSVRML2,INF,,"vrml2c.inf"
  30. HKLM,%KEY_OPTIONAL%\MSVRML2,Section,,"MSVRML2"
  31. HKLM,%KEY_OPTIONAL%\MSVRML2,Installed,,"0"
  32.  
  33. [Optional Components]
  34. MSVRML2
  35.  
  36. [MSVRML2]
  37. OptionDesc    = %MSVRML_DESC%
  38. Tip           = %MSVRML_TIP%
  39. Parent        = InternetTop
  40. InstallType   = 14  ; Typical, Custom, Portable.
  41. IconIndex     = 35
  42. CopyFiles     = VRML2.Help.Files,VRML2.Sys.Files,VRML2.Class.Files,VRML2.Image.Files
  43. AddReg        = VRML2.Settings.Reg, vrml.PostSetupCommand, vrml.RegisterOCX, vrml.oc.addreg
  44. Uninstall     = MSVRML_remove
  45.  
  46. [MSVRML_remove]
  47. ;;;;;;;;;;;;;;;;;;;
  48. ;;; Put cleanup/uninstall stuff here
  49. ;;;;;;;;;;;;;;;;;;;
  50. AddReg   = vrml.oc.remove.addreg
  51. DelReg   = VRML2.Settings.Reg
  52. DelFiles = VRML2.Help.Files,VRML2.Class.Files,VRML2.Sys.Files,VRML2.Image.Files
  53.  
  54.  
  55.  
  56. [vrml.oc.addreg]
  57. HKLM,%KEY_OPTIONAL%\MSVRML2,Installed,,"1"
  58.  
  59. [vrml.oc.remove.addreg]
  60. HKLM,%KEY_OPTIONAL%\MSVRML2,Installed,,"0"
  61.  
  62. [vrml.PostSetupCommand]
  63. ;;;;;;;;;;;;;;;;;;;
  64. ;;; Put Runonce command-line below
  65. ;;;;;;;;;;;;;;;;;;;
  66. HKLM,%KEY_RUNONCE%,vrml_postsetup,,"rundll32 msjava.dll,RegisterJavaClass com.ms.msvrml2c.VrmlDriver {9C1E7C09-B26C-11d0-A0D1-006097206CC6}"
  67.  
  68.  
  69.  
  70. [VRML2.Sys.Files]
  71. MSVRML2C.OCX
  72. MSV2CJAV.DLL
  73. MSV2CMAR.AX
  74. MSV2CMVR.AX
  75.  
  76. [VRML2.Help.Files]
  77. devguide.htm
  78. faq.htm
  79. license.htm
  80. relnotes.htm
  81. tourguid.htm
  82.  
  83. [VRML2.Image.Files]
  84. anchor.gif
  85. a_sensor.gif
  86. c_goto.gif
  87. c_pan.gif
  88. c_roll.gif
  89. c_study.gif
  90. c_turn.gif
  91. c_walk.gif
  92. goto.gif
  93. g_sensor.gif
  94. pan.gif
  95. p_sensor.gif
  96. restore.gif
  97. roll.gif
  98. r_sensor.gif
  99. splash.gif
  100. straight.gif
  101. study.gif
  102. s_sensor.gif
  103. tn_best.gif
  104. tn_good.gif
  105. tn_poor.gif
  106. turn.gif
  107. t_sensor.gif
  108. view.gif
  109. walk.gif
  110. w_sensor.gif
  111. zoomout.gif
  112.  
  113. [VRML2.Class.Files]
  114. MSVRML.ZIP
  115.  
  116. [VRML2.Settings.Reg]
  117. HKLM,Software\Microsoft\%AppName%\ActiveX\Main
  118. ;Help dir
  119. HKLM,Software\Microsoft\%AppName%\ActiveX\Main,"Help Directory",,%18%
  120. HKCU,Software\Microsoft\%AppName%\ActiveX\Main
  121.  
  122.  
  123. [vrml.RegisterOCX]
  124. HKLM,%KEY_RUNONCE%,"register_msvrml2c_ocx",0,"%11%\regsvr32.exe /s %11%\MSVRML2C.OCX"
  125. HKLM,%KEY_RUNONCE%,"register_mmar_ax",0,"%11%\regsvr32.exe /s %11%\MSV2CMAR.AX"
  126. HKLM,%KEY_RUNONCE%,"register_mmvr_ax",0,"%11%\regsvr32.exe /s %11%\MSV2CMVR.AX"
  127.  
  128.  
  129. [Strings]
  130. KEY_RUNONCE     = "Software\Microsoft\Windows\CurrentVersion\RunOnce"
  131. KEY_OPTIONAL    = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
  132. ;NOTE: this MUST match what is in WVDEFS.H
  133. AppName         = "VRML Browser"
  134. UninstName      = "VRMLBrowser"
  135. javadir         = "JAVA"
  136. classdir        = "CLASSES"
  137. imagedir        = "IMAGES"
  138. ;;;;;;;;;;;;;;;;;;;
  139. ;;; Change these descriptions to something good
  140. ;;;;;;;;;;;;;;;;;;;
  141. MSVRML_DESC     = "Microsoft VRML 2.0 Viewer"
  142. MSVRML_TIP      = "Installs Microsoft VRML 2.0 Viewer"
  143.