home *** CD-ROM | disk | FTP | other *** search
- ;Microsoft VRML 2.0 Viewer installation
- ;Copyright (c) 1997 Microsoft Corporation
-
- [version]
- Signature = "$CHICAGO$"
- SetupClass = BASE
- LayoutFile = layout.inf, layout1.inf
-
- [DestinationDirs]
- Register_VRML.Copy = 17
- VRML2.Sys.Files = 11
- VRML2.Help.Files = 18
- VRML2.Image.Files = 18,%imagedir%
- VRML2.Class.Files = 10,%javadir%\%classdir%
-
- [BaseWinOptions]
- Register_VRML
-
- [Register_VRML]
- AddReg = Register_VRML.AddReg
- CopyFiles = Register_VRML.Copy
-
- [Register_VRML.Copy]
- vrml2c.inf
-
- [Register_VRML.AddReg]
- ;Registers optional component so it shows up in Maint Mode Setup, set initial status to uninstalled:
- HKLM,%KEY_OPTIONAL%,"MSVRML2",,"MSVRML2"
- HKLM,%KEY_OPTIONAL%\MSVRML2,INF,,"vrml2c.inf"
- HKLM,%KEY_OPTIONAL%\MSVRML2,Section,,"MSVRML2"
- HKLM,%KEY_OPTIONAL%\MSVRML2,Installed,,"0"
-
- [Optional Components]
- MSVRML2
-
- [MSVRML2]
- OptionDesc = %MSVRML_DESC%
- Tip = %MSVRML_TIP%
- Parent = InternetTop
- InstallType = 14 ; Typical, Custom, Portable.
- IconIndex = 35
- CopyFiles = VRML2.Help.Files,VRML2.Sys.Files,VRML2.Class.Files,VRML2.Image.Files
- AddReg = VRML2.Settings.Reg, vrml.PostSetupCommand, vrml.RegisterOCX, vrml.oc.addreg
- Uninstall = MSVRML_remove
-
- [MSVRML_remove]
- ;;;;;;;;;;;;;;;;;;;
- ;;; Put cleanup/uninstall stuff here
- ;;;;;;;;;;;;;;;;;;;
- AddReg = vrml.oc.remove.addreg
- DelReg = VRML2.Settings.Reg
- DelFiles = VRML2.Help.Files,VRML2.Class.Files,VRML2.Sys.Files,VRML2.Image.Files
-
-
-
- [vrml.oc.addreg]
- HKLM,%KEY_OPTIONAL%\MSVRML2,Installed,,"1"
-
- [vrml.oc.remove.addreg]
- HKLM,%KEY_OPTIONAL%\MSVRML2,Installed,,"0"
-
- [vrml.PostSetupCommand]
- ;;;;;;;;;;;;;;;;;;;
- ;;; Put Runonce command-line below
- ;;;;;;;;;;;;;;;;;;;
- HKLM,%KEY_RUNONCE%,vrml_postsetup,,"rundll32 msjava.dll,RegisterJavaClass com.ms.msvrml2c.VrmlDriver {9C1E7C09-B26C-11d0-A0D1-006097206CC6}"
-
-
-
- [VRML2.Sys.Files]
- MSVRML2C.OCX
- MSV2CJAV.DLL
- MSV2CMAR.AX
- MSV2CMVR.AX
-
- [VRML2.Help.Files]
- devguide.htm
- faq.htm
- license.htm
- relnotes.htm
- tourguid.htm
-
- [VRML2.Image.Files]
- anchor.gif
- a_sensor.gif
- c_goto.gif
- c_pan.gif
- c_roll.gif
- c_study.gif
- c_turn.gif
- c_walk.gif
- goto.gif
- g_sensor.gif
- pan.gif
- p_sensor.gif
- restore.gif
- roll.gif
- r_sensor.gif
- splash.gif
- straight.gif
- study.gif
- s_sensor.gif
- tn_best.gif
- tn_good.gif
- tn_poor.gif
- turn.gif
- t_sensor.gif
- view.gif
- walk.gif
- w_sensor.gif
- zoomout.gif
-
- [VRML2.Class.Files]
- MSVRML.ZIP
-
- [VRML2.Settings.Reg]
- HKLM,Software\Microsoft\%AppName%\ActiveX\Main
- ;Help dir
- HKLM,Software\Microsoft\%AppName%\ActiveX\Main,"Help Directory",,%18%
- HKCU,Software\Microsoft\%AppName%\ActiveX\Main
-
-
- [vrml.RegisterOCX]
- HKLM,%KEY_RUNONCE%,"register_msvrml2c_ocx",0,"%11%\regsvr32.exe /s %11%\MSVRML2C.OCX"
- HKLM,%KEY_RUNONCE%,"register_mmar_ax",0,"%11%\regsvr32.exe /s %11%\MSV2CMAR.AX"
- HKLM,%KEY_RUNONCE%,"register_mmvr_ax",0,"%11%\regsvr32.exe /s %11%\MSV2CMVR.AX"
-
-
- [Strings]
- KEY_RUNONCE = "Software\Microsoft\Windows\CurrentVersion\RunOnce"
- KEY_OPTIONAL = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
- ;NOTE: this MUST match what is in WVDEFS.H
- AppName = "VRML Browser"
- UninstName = "VRMLBrowser"
- javadir = "JAVA"
- classdir = "CLASSES"
- imagedir = "IMAGES"
- ;;;;;;;;;;;;;;;;;;;
- ;;; Change these descriptions to something good
- ;;;;;;;;;;;;;;;;;;;
- MSVRML_DESC = "Microsoft VRML 2.0 Viewer"
- MSVRML_TIP = "Installs Microsoft VRML 2.0 Viewer"
-