Advertisement
Guest User

Untitled

a guest
Jul 21st, 2022
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.86 KB | None | 0 0
  1. ;======================================================================
  2. ;
  3. ; Copyright (c) ASUSTek Computer Inc. (2018)
  4. ;
  5. ; Module Name:
  6. ; asussci2.inf
  7. ;
  8. ; Abstract:
  9. ; INF file for installing ASUS System Control Interface v3
  10. ;
  11. ; Installation Notes:
  12. ;
  13. ;======================================================================
  14. [Version]
  15. Signature = "$Windows NT$"
  16. Class = System
  17. ClassGUID = {4D36E97D-E325-11CE-BFC1-08002BE10318}
  18. Provider = "ASUSTeK COMPUTER INC."
  19. DriverVer = 01/08/2022,3.1.0.0
  20. CatalogFile.ntamd64 = asussci2.cat
  21.  
  22.  
  23. [Manufacturer]
  24. %MfgName% = ASUP, ntamd64
  25.  
  26. [ASUP.ntamd64]
  27. %DeviceDesc1% = NO_DRV64, ACPI\ASUS2018
  28.  
  29. [NO_DRV64]
  30. Include = machine.inf
  31. Needs = NO_DRV
  32. CopyFiles = PackageCopySoftwareManager ;Software Manager service
  33. CopyFiles = PackageCopySoftwareManagerLicense ;Software Manager service
  34. CopyFiles = PackageCopyOptimization ;Optimization service
  35. CopyFiles = PackageCopyDiagnosis ;System Diagnosis service
  36. CopyFiles = PackageCopyAnalysis ;Analysis service
  37. CopyFiles = PackageCopyAnalysisLicense ;Analysis service
  38. CopyFiles = PackageCopyAsusLinkRemote ;AsusLinkRemote service
  39. CopyFiles = PackageCopyAsusLinkRemoteLicense ;AsusLinkRemote service
  40. CopyFiles = PackageCopyLinkNear ;Link Near service
  41. CopyFiles = PackageCopyAppService ;App service
  42. CopyFiles = PackageCopySwitch ;Switch service
  43.  
  44. [NO_DRV64.Services]
  45. Include = machine.inf
  46. Needs = NO_DRV.Services
  47. AddService = ATKWMIACPIIO, , Optimization_Drv_ServiceInstall ;Optimization driver
  48. AddService = ASUSOptimization, 0x00000800, Optimization_Srv_ServiceInstall ;Optimization service
  49. AddService = ASUSSystemDiagnosis, 0x00000800, SystemDiagnosisServiceInstall ;System Diagnosis service
  50. AddService = ASUSSystemAnalysis, 0x00000800, Analysis_ServiceInstall ;Analysis service
  51. AddService = ASUSLinkRemote, 0x00000800, AsusLinkRemote_ServiceInstall ;AsusLinkRemote service
  52. AddService = ASUSLinkNear, 0x00000800, LinkNear_ServiceInstall ;Link Near service
  53. AddService = ASUSSoftwareManager, 0x00000800, SoftwareManager_Usersrv_ServiceInstall ;Software Manager service
  54. AddService = AsusAppService, 0x00000800, AppService_ServiceInstall ;App service
  55. AddService = ASUSSwitch, 0x00000800, Switch_Srv_ServiceInstall ;Switch service
  56.  
  57. [DestinationDirs]
  58. DefaultDestDir = 13
  59. PackageCopySoftwareManager = 13,%SoftwareManagerFolder% ;Software Manager service
  60. PackageCopySoftwareManagerLicense = 13,%AsusSoftwareManagerLicenseFolder% ;Software Manager service
  61. PackageCopyOptimization = 13,%OptimizationFolder% ;Optimization service
  62. PackageCopyDiagnosis = 13,%SystemDiagnosisFolder% ;System Diagnosis Service
  63. PackageCopyAnalysis = 13,%AnalysisFolder% ;Analysis service
  64. PackageCopyAnalysisLicense = 13,%AnalysisLicenseFolder% ;Analysis service
  65. PackageCopyAsusLinkRemote = 13,%AsusLinkRemoteFolder% ;AsusLinkRemote service
  66. PackageCopyAsusLinkRemoteLicense = 13,%AsusLinkRemoteLicenseFolder% ;AsusLinkRemote service
  67. PackageCopyLinkNear = 13,%LinkNearFolder% ;Link Near service
  68. PackageCopyAppService = 13,%AppServiceFolder% ;App service
  69. PackageCopySwitch = 13,%SwitchFolder% ;Switch service
  70.  
  71. ; ==============================================================
  72. ; Software Manager service
  73. ; ==============================================================
  74. [PackageCopySoftwareManager]
  75. AsusLiveUpdate.dll
  76. AsusLiveUpdate.ini
  77. AsusSetup.exe
  78. AsusSetupEx.exe
  79. AsusSoftwareManager.exe
  80. AsusToolkit.exe
  81. AsusBSHelper.dll
  82. bsitf.dll
  83. AsusBSItf.sys
  84. AsusBusinessIntelligenceCollection.dll
  85. AsusBusinessIntelligenceTransfer.dll
  86. AsusBusinessIntelligenceCPlusLib.dll
  87. AsusSoftwareManagerAgent.exe
  88. AsusAD.Common.dll
  89. AsusAD.Core.dll
  90. AsusADServiceAgent.dll
  91. protobuf-net.dll
  92. AsusUpdateChecker.exe
  93. ABMchecker.exe
  94. BIUniversalCPlusLib.dll
  95.  
  96. [PackageCopySoftwareManagerLicense]
  97. LICENSE_libzip.txt
  98. LICENSE_libzippp.txt
  99. LICENSE_SWMGR_RapidJSON.txt
  100.  
  101. [SoftwareManager_Usersrv_ServiceInstall]
  102. DisplayName = "ASUS Software Manager"
  103. ServiceType = 0x00000010 ; SERVICE_WIN32_SHARE_PROCESS
  104. StartType = 2 ; SERVICE_DEMAND_START, SERVICE_AUTO_START ==> 2
  105. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  106. ServiceBinary = %13%\%SoftwareManagerFolder%\AsusSoftwareManager.exe
  107.  
  108.  
  109. ; ==============================================================
  110. ; Optimization service
  111. ; ==============================================================
  112. [PackageCopyOptimization]
  113. AsusHotkey.exe
  114. AsusOptimizationStartupTask.exe
  115. AsusOptimization.exe
  116. AsusOSD.exe
  117. AsusWmiAcpi.sys
  118. AsusSplendid.exe
  119. AsusSplendid.dll
  120. AsusTru2Life.dll
  121. ASUS Optimization 36D18D69AFC3.xml
  122. AsusWiFiSmartConnect.exe
  123. AsusWiFiRangeboost.exe
  124. AsusTaskFirst.exe
  125.  
  126. [Optimization_Drv_ServiceInstall]
  127. DisplayName = "ATKWMIACPI Driver"
  128. ServiceBinary = %13%\%OptimizationFolder%\AsusWmiAcpi.sys
  129. ServiceType = 1
  130. StartType = 1
  131. ErrorControl = 1
  132.  
  133. [Optimization_Srv_ServiceInstall]
  134. DisplayName = "ASUS Optimization"
  135. ServiceBinary = %13%\%OptimizationFolder%\AsusOptimization.exe
  136. ServiceType = 16
  137. StartType = 2
  138. ErrorControl = 1
  139. LoadOrderGroup = ShellSvcGroup
  140.  
  141. [PackageCopyDiagnosis]
  142. AsusSystemDiagnosis.exe
  143.  
  144. [SystemDiagnosisServiceInstall]
  145. DisplayName = "ASUS System Diagnosis"
  146. ServiceType = 0x00000010 ; SERVICE_WIN32_SHARE_PROCESS
  147. StartType = 2 ; SERVICE_DEMAND_START, SERVICE_AUTO_START ==> 2
  148. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  149. ServiceBinary = %13%\%SystemDiagnosisFolder%\AsusSystemDiagnosis.exe
  150.  
  151.  
  152. ; ==============================================================
  153. ; Analysis service
  154. ; ==============================================================
  155. [PackageCopyAnalysis]
  156. AsusSystemAnalysis.exe
  157. AsusWinIO64.dll
  158. AsusSAIO.sys
  159. AsusVerifyJWT.exe
  160. Microsoft.IdentityModel.JsonWebTokens.dll
  161. Microsoft.IdentityModel.Logging.dll
  162. Microsoft.IdentityModel.Tokens.dll
  163. System.IdentityModel.Tokens.Jwt.dll
  164. Newtonsoft_Json.dll
  165.  
  166. [PackageCopyAnalysisLicense]
  167. LICENSE_nlohmann-json.txt
  168.  
  169. [Analysis_ServiceInstall]
  170. DisplayName = "ASUS System Analysis"
  171. ServiceBinary = %13%\%AnalysisFolder%\AsusSystemAnalysis.exe
  172. ServiceType = 16
  173. StartType = 2
  174. ErrorControl = 1
  175.  
  176.  
  177. ; ==============================================================
  178. ; AsusLinkRemote service
  179. ; ==============================================================
  180. [PackageCopyAsusLinkRemote]
  181. AsusLinkRemote.exe
  182. AsusLinkRemoteAgent.exe
  183. AsusLinkRemoteAgent.exe.config
  184. AsusLinkRemoteConfig.exe
  185. AsusLinkRealtekWiFiConf.exe
  186. AsusLinkRealtekEthConf.exe
  187. AsusLinkIntelWiFiConf.exe
  188. AsusLinkQualcommWiFiConf.exe
  189. AsusLinkRemoteCmdManager.dll
  190. AsusLinkRemoteCmdManager.dll.config
  191. athr_swoi_wifi.dll
  192. Autofac.dll
  193. Autofac.Extensions.DependencyInjection.dll
  194. AutofacSerilogIntegration.dll
  195. AsusLinkIntelWiFiHelper.dll
  196. LumiSoft.Net.dll
  197. Microsoft.AspNet.SignalR.Client.dll
  198. Microsoft.Extensions.DependencyInjection.Abstractions.dll
  199. Microsoft.WindowsAPICodePack.dll
  200. Microsoft.WindowsAPICodePack.Shell.dll
  201. Microsoft.WindowsAPICodePack.ShellExtensions.dll
  202. Newtonsoft.Json.dll
  203. protobuf-net_2.4.0.dll
  204. RealWoWDLL.dll
  205. RealWoWDLL-eth.dll
  206. Serilog.dll
  207. Serilog.Enrichers.Context.dll
  208. Serilog.Enrichers.HttpContextData.dll
  209. Serilog.Formatting.Compact.dll
  210. Serilog.Settings.AppSettings.dll
  211. Serilog.Sinks.Console.dll
  212. Serilog.Sinks.File.dll
  213. Serilog.Sinks.LogTrace.dll
  214. Serilog.Sinks.PeriodicBatching.dll
  215. Serilog.Sinks.RollingFile.dll
  216. Serilog.Sinks.Seq.dll
  217. Serilog.Sinks.Trace.dll
  218. System.IO.Compression.dll
  219. System.Net.Http.dll
  220. System.Net.Http.Extensions.dll
  221. System.Net.WebSockets.dll
  222. System.Runtime.WindowsRuntime.dll
  223. Thinktecture.Relay.OnPremiseConnector.dll
  224. Topshelf.dll
  225. Topshelf.Serilog.dll
  226. Udt.dll
  227. UdtWrapper.dll
  228. AsusLinkRemoteAgentInterface.dll
  229. System.Net.Http.Formatting.dll
  230. System.Web.Http.dll
  231. System.Web.Http.SelfHost.dll
  232.  
  233. [PackageCopyAsusLinkRemoteLicense]
  234. LICENSE_LumiSoft.Net.txt
  235. LICENSE_Serilog.txt
  236. LICENSE_Thinktecture.Relay.txt
  237. LICENSE_UdtProtocol.txt
  238. LICENSE_protobuf.txt
  239. LICENSE_RapidJSON.txt
  240.  
  241. [AsusLinkRemote_ServiceInstall]
  242. DisplayName = "ASUS Link Remote"
  243. ServiceType = 0x00000010 ; SERVICE_WIN32_SHARE_PROCESS
  244. StartType = 2 ; SERVICE_DEMAND_START, SERVICE_AUTO_START ==> 2
  245. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  246. ServiceBinary = %13%\%AsusLinkRemoteFolder%\AsusLinkRemote.exe
  247.  
  248. ; ==============================================================
  249. ; Link Near service
  250. ; ==============================================================
  251. [PackageCopyLinkNear]
  252. AsusLinkNear.exe
  253. AsusLinkWP2P.exe
  254. AsusLinkBLE.dll
  255. B2A1AFEC-DB2A-4892-B696-08C06A058F96
  256. F018D91B-F05E-4BFD-B391-6F6759AC852E
  257.  
  258. [LinkNear_ServiceInstall]
  259. DisplayName = "ASUS Link Near"
  260. ServiceBinary = %13%\%LinkNearFolder%\AsusLinkNear.exe
  261. ServiceType = 16
  262. StartType = 2
  263. ErrorControl = 1
  264.  
  265. ; ==============================================================
  266. ; App service
  267. ; ==============================================================
  268. [PackageCopyAppService]
  269. AsusAppService.exe
  270. BusinessIntelligenceCPlusLib2.dll
  271.  
  272. [AppService_ServiceInstall]
  273. DisplayName = "ASUS App Service"
  274. ServiceType = 0x00000010 ; SERVICE_WIN32_SHARE_PROCESS
  275. StartType = 2 ; SERVICE_DEMAND_START, SERVICE_AUTO_START ==> 2
  276. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  277. ServiceBinary = %13%\%AppServiceFolder%\AsusAppService.exe
  278.  
  279. ; ==============================================================
  280. ; Switch service
  281. ; ==============================================================
  282. [PackageCopySwitch]
  283. AsusSwitch.exe
  284. AsusSwitchAgent.exe
  285. AsusSwitchExe.exe
  286. AsusSwitchHelper.exe
  287. AsusSwitchNet.exe
  288. AsusSwitchNetMDNS.exe
  289.  
  290. [Switch_Srv_ServiceInstall]
  291. DisplayName = "ASUS Switch"
  292. ServiceBinary = %13%\%SwitchFolder%\AsusSwitch.exe
  293. ServiceType = 16
  294. StartType = 2
  295. ErrorControl = 1
  296.  
  297. [SourceDisksFiles]
  298. ; ================== Analysis service, diskid = 3 ===========================
  299. AsusSystemAnalysis.exe = 3
  300. AsusWinIO64.dll = 3
  301. AsusSAIO.sys = 3
  302. AsusVerifyJWT.exe = 3
  303. Microsoft.IdentityModel.JsonWebTokens.dll = 3
  304. Microsoft.IdentityModel.Logging.dll = 3
  305. Microsoft.IdentityModel.Tokens.dll = 3
  306. System.IdentityModel.Tokens.Jwt.dll = 3
  307. Newtonsoft_Json.dll = 3
  308. LICENSE_nlohmann-json.txt = 11
  309. ; ================== System Diagnosis service, diskid = 4 ===========================
  310. AsusSystemDiagnosis.exe = 4
  311. ; ================== Optimization service, diskid = 5 ===========================
  312. AsusHotkey.exe = 5
  313. AsusOptimizationStartupTask.exe = 5
  314. AsusOptimization.exe = 5
  315. AsusOSD.exe = 5
  316. AsusWmiAcpi.sys = 5
  317. AsusSplendid.exe = 5
  318. AsusSplendid.dll = 5
  319. AsusTru2Life.dll = 5
  320. ASUS Optimization 36D18D69AFC3.xml = 5
  321. AsusWiFiSmartConnect.exe = 5
  322. AsusWiFiRangeboost.exe = 5
  323. AsusTaskFirst.exe = 5
  324.  
  325. ; ================== Software Manager service, diskid = 6 ===========================
  326. AsusLiveUpdate.dll = 6
  327. AsusLiveUpdate.ini = 6
  328. AsusSetup.exe = 6
  329. AsusSetupEx.exe = 6
  330. AsusSoftwareManager.exe = 6
  331. AsusToolkit.exe = 6
  332. AsusBSHelper.dll = 6
  333. bsitf.dll = 6
  334. AsusBSItf.sys = 6
  335. AsusBusinessIntelligenceCollection.dll = 6
  336. AsusBusinessIntelligenceTransfer.dll = 6
  337. AsusBusinessIntelligenceCPlusLib.dll = 6
  338. AsusSoftwareManagerAgent.exe = 6
  339. AsusAD.Common.dll = 6
  340. AsusAD.Core.dll = 6
  341. AsusADServiceAgent.dll = 6
  342. protobuf-net.dll = 6
  343. AsusUpdateChecker.exe = 6
  344. ABMchecker.exe = 6
  345. BIUniversalCPlusLib.dll = 6
  346. LICENSE_libzip.txt = 10
  347. LICENSE_libzippp.txt = 10
  348. LICENSE_SWMGR_RapidJSON.txt = 10
  349.  
  350.  
  351. ; ================== AsusLinkRemote service, diskid = 7 ===========================
  352. AsusLinkRemote.exe = 7
  353. AsusLinkRemoteAgent.exe = 7
  354. AsusLinkRemoteAgent.exe.config = 7
  355. AsusLinkRemoteConfig.exe = 7
  356. AsusLinkRealtekWiFiConf.exe = 7
  357. AsusLinkRealtekEthConf.exe = 7
  358. AsusLinkQualcommWiFiConf.exe = 7
  359. AsusLinkIntelWiFiConf.exe = 7
  360. AsusLinkRemoteCmdManager.dll = 7
  361. AsusLinkRemoteCmdManager.dll.config = 7
  362. athr_swoi_wifi.dll = 7
  363. Autofac.dll = 7
  364. Autofac.Extensions.DependencyInjection.dll = 7
  365. AutofacSerilogIntegration.dll = 7
  366. AsusLinkIntelWiFiHelper.dll = 7
  367. LumiSoft.Net.dll = 7
  368. Microsoft.AspNet.SignalR.Client.dll = 7
  369. Microsoft.Extensions.DependencyInjection.Abstractions.dll = 7
  370. Microsoft.WindowsAPICodePack.dll = 7
  371. Microsoft.WindowsAPICodePack.Shell.dll = 7
  372. Microsoft.WindowsAPICodePack.ShellExtensions.dll = 7
  373. Newtonsoft.Json.dll = 7
  374. protobuf-net_2.4.0.dll = 7
  375. RealWoWDLL.dll = 7
  376. RealWoWDLL-eth.dll = 7
  377. Serilog.dll = 7
  378. Serilog.Enrichers.Context.dll = 7
  379. Serilog.Enrichers.HttpContextData.dll = 7
  380. Serilog.Formatting.Compact.dll = 7
  381. Serilog.Settings.AppSettings.dll = 7
  382. Serilog.Sinks.Console.dll = 7
  383. Serilog.Sinks.File.dll = 7
  384. Serilog.Sinks.LogTrace.dll = 7
  385. Serilog.Sinks.PeriodicBatching.dll = 7
  386. Serilog.Sinks.RollingFile.dll = 7
  387. Serilog.Sinks.Seq.dll = 7
  388. Serilog.Sinks.Trace.dll = 7
  389. System.IO.Compression.dll = 7
  390. System.Net.Http.dll = 7
  391. System.Net.Http.Extensions.dll = 7
  392. System.Net.WebSockets.dll = 7
  393. System.Runtime.WindowsRuntime.dll = 7
  394. Thinktecture.Relay.OnPremiseConnector.dll = 7
  395. Topshelf.dll = 7
  396. Topshelf.Serilog.dll = 7
  397. Udt.dll = 7
  398. UdtWrapper.dll = 7
  399. AsusLinkRemoteAgentInterface.dll = 7
  400. System.Net.Http.Formatting.dll = 7
  401. System.Web.Http.dll = 7
  402. System.Web.Http.SelfHost.dll = 7
  403. LICENSE_LumiSoft.Net.txt = 8
  404. LICENSE_Serilog.txt = 8
  405. LICENSE_Thinktecture.Relay.txt = 8
  406. LICENSE_UdtProtocol.txt = 8
  407. LICENSE_protobuf.txt = 8
  408. LICENSE_RapidJSON.txt = 8
  409.  
  410. ; ================== Link Near service, diskid = 9 ===========================
  411. AsusLinkNear.exe = 9
  412. AsusLinkWP2P.exe = 9
  413. AsusLinkBLE.dll = 9
  414. B2A1AFEC-DB2A-4892-B696-08C06A058F96 = 9
  415. F018D91B-F05E-4BFD-B391-6F6759AC852E = 9
  416.  
  417. ; ================== App service, diskid = 12 ===========================
  418. AsusAppService.exe = 12
  419. BusinessIntelligenceCPlusLib2.dll = 12
  420.  
  421. ; ================== Switch service, diskid = 13 ===========================
  422. AsusSwitch.exe = 13
  423. AsusSwitchAgent.exe = 13
  424. AsusSwitchExe.exe = 13
  425. AsusSwitchHelper.exe = 13
  426. AsusSwitchNet.exe = 13
  427. AsusSwitchNetMDNS.exe = 13
  428.  
  429. [SourceDisksNames]
  430. 1 = %MfgName%,,,
  431. 3 = %MfgName%,,,\%AnalysisFolder% ;Analysis service, diskid = 3
  432. 4 = %MfgName%,,,\%SystemDiagnosisFolder% ;System Diagnosis Service, diskid = 4
  433. 5 = %MfgName%,,,\%OptimizationFolder% ;Optimization service, diskid = 5
  434. 6 = %MfgName%,,,\%SoftwareManagerFolder% ;Software Manager service, diskid = 6
  435. 7 = %MfgName%,,,\%AsusLinkRemoteFolder% ;AsusLinkRemote service, diskid = 7
  436. 8 = %MfgName%,,,\%AsusLinkRemoteLicenseFolder% ;AsusLinkRemote license, diskid = 8
  437. 9 = %MfgName%,,,\%LinkNearFolder% ;Link Near service, diskid = 9
  438. 10 = %MfgName%,,,\%AsusSoftwareManagerLicenseFolder% ;AsusSoftwareManager license, diskid = 10
  439. 11 = %MfgName%,,,\%AnalysisLicenseFolder% ;Analysis service License, diskid = 11
  440. 12 = %MfgName%,,,\%AppServiceFolder% ;Analysis service License, diskid = 12
  441. 13 = %MfgName%,,,\%SwitchFolder% ;Switch service, diskid = 13
  442.  
  443. [Strings]
  444. MfgName = "ASUS"
  445. DeviceDesc1 = "ASUS System Control Interface v3"
  446. SoftwareManagerFolder = "ASUSSoftwareManager"
  447. OptimizationFolder = "ASUSOptimization"
  448. SystemDiagnosisFolder = "ASUSSystemDiagnosis"
  449. AnalysisFolder = "ASUSSystemAnalysis"
  450. AnalysisLicenseFolder = "ASUSSystemAnalysisLicense"
  451. AsusLinkRemoteFolder = "ASUSLinkRemote"
  452. AsusLinkRemoteLicenseFolder = "ASUSLinkRemoteLicense"
  453. AsusSoftwareManagerLicenseFolder = "AsusSoftwareManagerLicense"
  454. LinkNearFolder = "ASUSLinkNear"
  455. AppServiceFolder = "AsusAppService"
  456. SwitchFolder = "ASUSSwitch"
  457.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement