[Version] Signature = "$Windows NT$" Class = LegacyDriver ;This is determined by the work this filter driver does ClassGuid = {8ecc055d-047f-11d1-a537-0000f8753ed1} Provider = %AVST% CatalogFile = aswnet.cat DriverVer=10/03/2012,1.0.599.13212 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Uninstall ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;All OS [DefaultUninstall] DelFiles = aswnet.DriverFiles [DefaultUninstall.Services] DelService = aswnet,0x200 ; SPSVCINST_STOPSERVICE DelReg = aswNet.Registry ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Install ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; not support [DefaultInstall.NTx86] CopyFiles = FilesWin7 [DefaultInstall.NTx86.Services] AddService = aswnet,,aswnet.Service [DefaultInstall.NTamd64] CopyFiles = FilesWin764 [DefaultInstall.NTamd64.Services] AddService = aswnet,,aswnet.Service ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;Windows 7 [aswnet.NTx86] CopyFiles = FilesWin7 [FilesWin7] aswnet.sys,\x86\aswnet.sys,,2 [aswnet.NTx86.Services] AddService = aswnet,,aswnet.Service ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;Windows 7 x64 [aswnet.NTamd64] CopyFiles = FilesWin764 [FilesWin764] aswnet.sys,\x64\aswnet.sys,,2 [aswnet.NTamd64.Services] AddService = aswnet,,aswnet.Service ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Copy locations ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [DestinationDirs] DefaultDestDir = 12 ; Copy to \System32 aswnet.DriverFiles = 12 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Source Files Location ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [aswnet.DriverFiles] aswnet.sys,,,0x00000040 ; COPYFLG_OVERWRITE_OLDER_ONLY [SourceDisksNames] 1 = %ServiceDesc%,,, [SourceDisksFiles] ; filename_on_source = diskID[, [subdir][, size]] aswnet.inf = 1, "" aswnet.sys = 1, \x86 aswnet.sys = 1, \x64 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Services installation ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [aswnet.Service] DisplayName = %ServiceName% Description = %ServiceDesc% ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_DEMAND_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\aswnet.sys AddReg = aswNet.Registry ; ; Registry Modifications ; [aswNet.Registry] HKR,"Configuration","StreamOnly",0x00010001,1 HKR,"Configuration","UdpStreamFilter",0x00010001,0 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Strings ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [Strings] ;Localizable Strings AVST = "Avast" ServiceName = "aswnet" ServiceDesc = "Avast Network Core Driver" ;Non Localizable Strings SERVICE_BOOT_START = 0x0 SERVICE_SYSTEM_START = 0x1 SERVICE_AUTO_START = 0x2 SERVICE_DEMAND_START = 0x3 SERVICE_DISABLED = 0x4 SERVICE_KERNEL_DRIVER = 0x1 SERVICE_ERROR_IGNORE = 0x0 SERVICE_ERROR_NORMAL = 0x1 SERVICE_ERROR_SEVERE = 0x2 SERVICE_ERROR_CRITICAL = 0x3 REG_EXPAND_SZ = 0x00020000 REG_DWORD = 0x00010001