home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 April / PCWorld_2004-04_cd.bin / software / temacd / remotany / RemotelyAnywhere.msi / RAMIRR.INF < prev    next >
Windows Setup INFormation  |  2003-02-21  |  3KB  |  132 lines

  1. ; ramirr.inf
  2. ;
  3. ; Installation inf for the RemotelyAnywhere Mirror 
  4. ; Graphics Adapter.
  5. ;
  6. ; Copyright (c) 2001-2003 3am Laboratories PL
  7. ;
  8.  
  9. [Version]
  10. Signature="$CHICAGO$"
  11. Provider=%3amLabs%
  12. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  13. Class=Display
  14. DriverVer=10/4/2002,4.80.315
  15.  
  16. [DestinationDirs]
  17. DefaultDestDir   = 11
  18. ramirr.Miniport  = 12  ; drivers
  19. ramirr.Display   = 11  ; system32
  20.  
  21. ;
  22. ; Driver information
  23. ;
  24.  
  25. [Manufacturer]
  26. %3amLabs%   = Ramirr.Mfg
  27.  
  28. [Ramirr.Mfg]
  29. %Ramirr% = ramirr, RemotelyAnywhere_Mirror_Driver
  30.  
  31. ;
  32. ; General installation section
  33. ;
  34.  
  35. [ramirr]
  36. CopyFiles=ramirr.Miniport, ramirr.Display
  37.  
  38. ;
  39. ; File sections
  40. ;
  41.  
  42. [ramirr.Miniport]
  43. ramirr.sys
  44.  
  45. [ramirr.Display]
  46. ramirr.dll
  47.  
  48.  
  49. ;
  50. ; Service Installation
  51. ;
  52.  
  53. [ramirr.Services]
  54. AddService = ramirr, 0x00000002, ramirr_Service_Inst, ramirr_EventLog_Inst
  55.  
  56. [ramirr_Service_Inst]
  57.  
  58. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  59. StartType      = 1                  ; SERVICE_SYSTEM_START
  60. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  61. LoadOrderGroup = Video
  62. ServiceBinary  = %12%\ramirr.sys
  63.  
  64. [ramirr_EventLog_Inst]
  65. AddReg = ramirr_EventLog_AddReg
  66.  
  67. [ramirr_EventLog_AddReg]
  68. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\ramirr.sys"
  69. HKR,,TypesSupported,0x00010001,7
  70.  
  71.  
  72. ;
  73. ; Software Installation
  74. ;
  75.  
  76. [ramirr.SoftwareSettings]
  77. AddReg = ramirr_SoftwareDeviceSettings
  78.  
  79. [ramirr_SoftwareDeviceSettings]
  80. HKR,, MirrorDriver,                %REG_DWORD%,    1
  81. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, ramirr
  82. HKR,, VgaCompatible,               %REG_DWORD%,    0
  83. HKR,, Attach.ToDesktop,            %REG_DWORD%,    0
  84. HKR,, Attached.ToDesktop,          %REG_DWORD%,    1
  85.  
  86. [ramirr.OpenGLSoftwareSettings]
  87. AddReg = ramirr_OpenGLSoftwareSettings
  88.  
  89. [ramirr_OpenGLSoftwareSettings]
  90.  
  91. ;
  92. ; Not currently used:
  93. ;
  94.  
  95. [ramirr.GeneralConfigData]
  96. MaximumNumberOfDevices = 1
  97. KeepExistingDriverEnabled = 1
  98.  
  99. ;
  100. ; Source file information
  101. ;
  102.  
  103. [SourceDisksNames.x86]
  104. 1 = %DiskId%,,,""
  105.  
  106. [SourceDisksFiles]
  107. ramirr.sys  = 1
  108. ramirr.dll = 1
  109.  
  110. [Strings]
  111.  
  112. ;
  113. ; Non-Localizable Strings
  114. ;
  115.  
  116. REG_SZ         = 0x00000000
  117. REG_MULTI_SZ   = 0x00010000
  118. REG_EXPAND_SZ  = 0x00020000
  119. REG_BINARY     = 0x00000001
  120. REG_DWORD      = 0x00010001
  121. SERVICEROOT    = "System\CurrentControlSet\Services"
  122.  
  123. ;
  124. ; Localizable Strings
  125. ;
  126.  
  127. DiskId       = "RemotelyAnywhere Mirror Installation DISK (VIDEO)"
  128. GraphAdap    = "Graphics Adapter"
  129. 3amlabs      = "3am Laboratories PL"
  130. Ramirr       = "RemotelyAnywhere Mirror Driver"
  131.  
  132.