home *** CD-ROM | disk | FTP | other *** search
/ Hráč 1997 December / Hrac_16_1997-12_cd.bin / UTILS / Ie40 / vrml2c.exe / RCDATA / CABINET / v2crem.inf < prev    next >
Windows Setup INFormation  |  1997-08-26  |  2KB  |  113 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. %11%\MSV2CMAR.AX
  91. %11%\MSV2CMVR.AX
  92.  
  93. [VRML2C.BeginPrompt]
  94. Prompt="%CONFIRMATION%"
  95. ButtonType=OK
  96. Title="%TITLE%"
  97.  
  98. [VRML2C.EndPrompt]
  99. Prompt="%DONE%"
  100. ButtonType=OK
  101. Title="%TITLE%"
  102.  
  103. [Strings]
  104. ;NOTE: this MUST match what is in WVDEFS.H
  105. AppName         = "VRML Browser"
  106. UninstName      = "VRMLBrowser"
  107. CONFIRMATION = "This will remove MS VRML 2.0 VIEWER, Continue?"
  108. TITLE = "MS VRML 2.0 Uninstall"
  109. DONE = "MS VRML 2.0 Viewer has been uninstalled"
  110. javadir         = "JAVA"
  111. classdir        = "CLASSES"
  112. imagedir        = "IMAGES"
  113.