home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / ie4 / vrml2c.exe / RCDATA / CABINET / v2crem.inf < prev    next >
INI File  |  1997-10-31  |  2KB  |  115 lines

  1. ;MSVRML2 C installation
  2. ;Copyright (c) 1997 Microsoft Corporation
  3.  
  4. [version]
  5. signature="$CHICAGO$"
  6. AdvancedINF=2.5
  7.  
  8.  
  9. ;Dest dirs
  10. [DestinationDirs]
  11. ;VRML2.OC.Files=10,OCCACHE
  12. VRML2.Sys.Files=11
  13. VRML2.Help.Files=18
  14. VRML2.Image.Files=18,%imagedir%
  15. VRML2.Remove.Files=17
  16. ;classes
  17. VRML2.Class.Files=10,%javadir%\%classdir%
  18.  
  19. ; installation targets
  20. [Uninstall]
  21. BeginPrompt = VRML2C.BeginPrompt
  22. EndPrompt = VRML2C.EndPrompt
  23. UnRegisterOCXs=RegisterOCXSection
  24. DelReg=VRML2.Uninstall.Reg,VRML2.Settings.Reg
  25. DelFiles=VRML2.Help.Files,VRML2.Class.Files,VRML2.Sys.Files,VRML2.Image.Files
  26. ;VRML2.Remove.Files,
  27.  
  28. [VRML2.Uninstall.Reg]
  29. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\%UninstName%
  30.  
  31.  
  32.  
  33. [VRML2.Sys.Files]
  34. MSV2CJAV.DLL
  35. MSV2CMAR.AX
  36. MSV2CMVR.AX
  37. MSVRML2C.OCX
  38.  
  39. [VRML2.Class.Files]
  40. MSVRML.ZIP
  41.  
  42. [VRML2.Help.Files]
  43. devguide.htm
  44. faq.htm
  45. license.htm
  46. relnotes.htm
  47. tourguid.htm
  48.  
  49. [VRML2.Image.Files]
  50. anchor.gif
  51. a_sensor.gif
  52. c_goto.gif
  53. c_pan.gif
  54. c_roll.gif
  55. c_study.gif
  56. c_turn.gif
  57. c_walk.gif
  58. dir.txt
  59. goto.gif
  60. g_sensor.gif
  61. pan.gif
  62. p_sensor.gif
  63. restore.gif
  64. roll.gif
  65. r_sensor.gif
  66. splash.gif
  67. straight.gif
  68. study.gif
  69. s_sensor.gif
  70. tn_best.gif
  71. tn_good.gif
  72. tn_poor.gif
  73. turn.gif
  74. t_sensor.gif
  75. view.gif
  76. walk.gif
  77. w_sensor.gif
  78. zoomout.gif
  79.  
  80. [VRML2.Remove.Files]
  81. V2CREM.INF
  82.  
  83. [VRML2.Settings.Reg]
  84. HKLM,Software\Microsoft\%AppName%
  85. HKCU,Software\Microsoft\%AppName%
  86.  
  87.  
  88. [RegisterOCXSection]
  89. %11%\MSVRML2C.OCX
  90.  
  91. ; %11%\MSV2CMAR.AX
  92. ; %11%\MSV2CMVR.AX
  93.  
  94.  
  95. [VRML2C.BeginPrompt]
  96. Prompt="%CONFIRMATION%"
  97. ButtonType=OK
  98. Title="%TITLE%"
  99.  
  100. [VRML2C.EndPrompt]
  101. Prompt="%DONE%"
  102. ButtonType=OK
  103. Title="%TITLE%"
  104.  
  105. [Strings]
  106. ;NOTE: this MUST match what is in WVDEFS.H
  107. AppName         = "VRML Browser"
  108. UninstName      = "VRMLBrowser"
  109. CONFIRMATION = "This will remove MS VRML 2.0 VIEWER, Continue?"
  110. TITLE = "MS VRML 2.0 Uninstall"
  111. DONE = "MS VRML 2.0 Viewer has been uninstalled"
  112. javadir         = "JAVA"
  113. classdir        = "CLASSES"
  114. imagedir        = "IMAGES"
  115.