; VRMedia ATL installation ; INF file for XVRPlayer.dll [version] signature="$CHICAGO$" AdvancedINF=2.0 ;installation information sections [DefaultInstall] CopyFiles=InstallFilesSection,InstallInfSection RegisterOCXs=RegisterOCXSection [DefaultUninstall] ; cleanup=1 will cause the inf file to be removed cleanup=1 Delfiles=XVRPlayer.dll UnRegisterOCXs=UnRegisterOCXSection [RegisterOCXSection] %11%\VRMedia\XVRPlayer.dll [UnRegisterOCXSection] %11%\VRMedia\XVRPlayer.dll ;files to be copied to the user's machine [InstallFilesSection] XVRPlayer.dll=XVRPlayer.dll [InstallInfSection] XVRPlayer.inf=XVRPlayer.inf ;source location for specified platform version [XVRPlayer.dll] file-win32-x86=thiscab FileVersion=1,0,0,1000 RegisterServer=yes ;source location for specified platform version [XVRPlayer.inf] file-win32-x86=thiscab FileVersion=1,0,0,0 ;destination directory for files in the CopyFiles section [DestinationDirs] InstallFilesSection=11,VRMedia ;new folder in windows system drive (\winnt\system32) InstallInfSection =17 ;Windows\Inf folder