[version] signature="$CHICAGO$" ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Install sections, these are the options ; for building the installation file lists ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [DefaultInstall] ; we are leave this blank so that a right mouse click ; install does do anything ; we are chosing to do this because we want our install to ; give the user a choice of where to install to ; For drivers or other installations where the files must go ; to a predetermined location (like windows\system) this section ; can be used [ProductInstall] CopyFiles=Product.copy.files, Virgemtv.copy.files, Virgemtv.copy2.files AddReg=Product.Add.Reg UpdateInis=Product.links ;;;;;;;;;; ; Uninstall [DefaultUninstall] ; be sure to remove everything DelFiles=Product.del.files, Virgemtv.del.files, Virgemtv.del2.files DelReg=Product.Del.Reg UpdateInis=del.links [MyProgramUninstall] ; be sure to remove everything DelFiles=Product.copy.files, Virgemtv.del.files, Virgemtv.del2.files DelReg=Product.Del.Reg UpdateInis=del.links ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Registry sections, used by different install ; sections above ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [Product.Add.Reg] ; ; Product Registry entries here ; For compatibility you must specify 0,1,2,3 for the fourth ; parameter if you want to specify a value ; HKLM,SOFTWARE\Compro\CProduct,"Version",0,"5.0" ; ; for add/remove programs applet ; HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\CProduct,"DisplayName",0,"S3-Virge MTV Utility Version 5.0" HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\CProduct,"UninstallString",0,"Rundll32.exe setupapi.dll,InstallHinfSection DefaultUninstall 132 "%65600%"\cpro_enu.inf" ;;;;;;;;; ; ; registry delete works by pruning the tree, ; so if you have interdependent values, put thems in subkeys and ; not in values of the main key since when you prune all the values are lost ; [Product.Del.Reg] ; ;Registry entries here ; HKLM,SOFTWARE\Compro\CProduct,"Version",, HKCU,SOFTWARE\Compro\CProduct,,, ; ; for add/remove programs applet ; HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\CProduct,"DisplayName",, HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\CProduct,"UninstallString",, HKCU,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\CProduct,,, ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Disk lay out information, used by the CopyFiles lists ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; This is the source disk identifiers the number at the ; beginning maps to the SourceDisksFiles first parameter [SourceDisksNames] 1="The Product Source Disk Name, 1.0","",1 ;;;;;;;;;;;;;;;;;; ; SourceDisksFiles - ; filename_on_source = diskid,subdir,size,checksum,spare,spare ; [SourceDisksFiles] cpro_enu.inf = 1,,,,, comp_enu.ini = 1,,,,, drvinfo.dl_ = 1,,,,, monictl.ex_ = 1,,,,, pmu.ex_ = 1,,,,, spyglass.ex_ = 1,,,,, ; tvctl.ex_ = 1,,,,, ;tvctl.ms_ = 1,,,,, ; cfgmgr32.dll = 1,,,,, setupapi.dll = 1,,,,, k2vcap.dr_ = 1,,,,, k2vctl.dl_ = 1,,,,, rfmk2v.dl_ = 1,,,,, ; ;k2vctl.ini = 1,,,,, rfmk2v.in_ = 1,,,,, ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Targetdirectories predefined for [DestinationDirs] section ; parameter number one ; 00 = null, use only the second parameter for a path ; 11 = windows system directory ; ... ; [DestinationDirs] ; ; a default if a particular copyfiles section ; ; DefaultDestDir=LDID[,subdir] ; not used in this sample Product.del.files=01 ; 01 is the source directory Virgemtv.copy.files=11 Virgemtv.del.files=11 Virgemtv.copy2.files=10 Virgemtv.del2.files=10 ; ; Run time defined strings, these are set with ; SetupSetDirectoryId once this inf is openned ; Product.copy.files=65600 ; 65600 is a random choice for a dirid ; note this must be set by a calling ; application and must be > 65536 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; These are the CopyFiles lists, here is where the files ; for each component are defined ; Note the last param (parm 4) is the CopyFlag for that ; File, for example 8 means copy on restart--see the doc for more ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [Product.copy.files] cpro_enu.inf drvinfo.dll, drvinfo.dl_ monictl.exe, monictl.ex_ pmu.exe, pmu.ex_ spyglass.exe, spyglass.ex_ tvctl.exe, tvctl.ex_ ;tvctl.msg, tvctl.ms_ [Virgemtv.copy.files] cfgmgr32.dll setupapi.dll k2vcap.drv, k2vcap.dr_ k2vctl.dll, k2vctl.dl_ rfmk2v.dll, rfmk2v.dl_ [Virgemtv.copy2.files] compmsg.ini, comp_enu.ini ;k2vctl.ini rfmk2v.ini, rfmk2v.in_ [Product.del.files] cpro_enu.inf drvinfo.dll monictl.exe pmu.exe spyglass.exe tvctl.exe tvctl.msg [Virgemtv.del.files] k2vcap.drv k2vctl.dll rfmk2v.dll [Virgemtv.del2.files] compmsg.ini k2vctl.ini rfmk2v.ini tv.msg ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; INI sections, used to create and delete icons ; other uses are possible ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [Product.links] ;create folders setup.ini, progman.groups,,"ProductGroup=S3-Virge MTV Utility" ; create links ; second param must match above and the linked to file must really exist setup.ini, ProductGroup,,"%MONITOR_DESC%,%65600%\Monictl.exe,,," setup.ini, ProductGroup,,"%DPMS_DESC%,%65600%\Pmu.exe,,," setup.ini, ProductGroup,,"%ZOOM_DESC%,%65600%\Spyglass.exe,,," setup.ini, ProductGroup,,"%TV_DESC%,%65600%\Tvctl.exe,,," ;Add desktop icons here ; system.ini, drivers,, msvideo=k2vcap.drv system.ini, RemoteCtl,, DIR=%65600% [del.links] ;remove folders setup.ini, progman.groups,,"ProductGroup=S3-Virge MTV Utility" ; remove links ; second param must match above and last param is EXACT description name setup.ini, ProductGroup,,"%MONITOR_DESC%" setup.ini, ProductGroup,,"%DPMS_DESC%" setup.ini, ProductGroup,,"%ZOOM_DESC%" setup.ini, ProductGroup,,"%TV_DESC%" ;remove desktop icons here ; system.ini, drivers,, msvideo=k2vcap.drv system.ini, RemoteCtl,, DIR=%65600% [del.links.old] setup.ini, progman.groups,,"MyProductFolderOld=%DESC_OLD%" ;setup.ini, MyProductFolderOld,, """%README_DESC%""" ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Strings replace variable in percents above ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [Strings] INST_MODE = "S3MTV" FIXEDPATH = "UNLOCK" ;LOCK UNLOCK PATHSTR = "Destination Directory" ERROR = "The Destination path is invalid." INSTALL = "Install" EXIT = "Exit" Message1=This is a "S3-VIRGE MTV" display card.Please Read "README.TXT" for detailed information. Message2=The Program will install driver and utilitys for you. ;The Program install utilitys in c:\virge-tv directory. Message3=Choose "OK" to install or choose "CANCEL" to quit. MONITOR_DESC = "MONITOR CALIBRATION" ZOOM_DESC = "ZOOM LENS" TV_DESC = "TV" DT_MESSAGES = "S3-Virge MTV Utility" DT_DESKTOP = "Desktop" DESC_OLD = "Old Product" ; removes old links DPMS_DESC = "DPMS" PROG1 = "Common\Xing\V312\Xmsetup.exe" PROG2 = "Common\DDraw\S3\setup.exe" PROG3 = "Virgemtv\win95\drvset.exe" DESTPATH = "C:\virge-tv" FILE = "Tv_*.ms_" COPYFILE = "Tv.msg" NTSC = "Common\tvtable\mtv\ntsc\" NTSC.T = "Common\tvtable\mtv\ntsc.t\" NTSC-J = "Common\tvtable\mtv\ntsc-j\" PAL-BG = "Common\tvtable\mtv\pal-bg\" PAL-BG.T = "Common\tvtable\mtv\pal-bg.t\" PAL-DK = "Common\tvtable\mtv\pal-dk\" PAL-DK.T = "Common\tvtable\mtv\pal-dk.t\" PAL-I = "Common\tvtable\mtv\pal-i\" PAL-I.T = "Common\tvtable\mtv\pal-i.t\" SECAM = "Common\tvtable\mtv\secam\" SECAM-BG = "Common\tvtable\mtv\secam-bg\" SECAM-BG.T = "Common\tvtable\mtv\secam-bg.t\" SECAM-DK = "Common\tvtable\mtv\secam-dk\" SECAM-DK.T = "Common\tvtable\mtv\secam-dk.t\"Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.