; ; Installation inf for the GPT Volume Loader Driver ; ; Copyright 2009 Paragon Software Group ; [Version] signature = "$Windows NT$" ;Class = DiskDrive ;ClassGuid = {4D36E967-E325-11CE-BFC1-08002BE10318} ; This value is determined by the Class Provider = "%Paragon%" DriverVer = 11/22/2009,8.0.1.0 CatalogFile = gptmount.cat DriverPackageType = ClassFilter [SourceDisksNames] 1 = "%ClasFilt.MediaDesc%" [SourceDisksFiles] gptmount.sys = 1 [DestinationDirs] GptLoader.Files.Drv = 12 GptLoader.Files.Inf = 17 GptLoader.Files.Pnf = 17 [Manufacturer] %Paragon% = GptLoader, NTx86 [GptLoader.NTx86] %ClasFilt.SvcDesc% = DefaultInstall, 0 [DefaultInstall] DelFiles = GptLoader.Files.Pnf CopyFiles = GptLoader.Files.Drv, GptLoader.Files.Inf AddReg = GptLoader_AddReg [DefaultInstall.Services] AddService = gpt_loader, 0x00000002, GptLoader_Service_Inst [PostSetup] DelFiles = GptLoader.Files.Pnf CopyFiles = GptLoader.Files.Drv, GptLoader.Files.Inf AddReg = GptLoader_AddReg [PostSetup.Services] AddService = gpt_loader, 0x00000002, GptLoader_Service_Inst_NoRestart [DefaultUninstall] DelFiles = GptLoader.Files.Drv, GptLoader.Files.Inf, GptLoader.Files.Pnf DelReg = GptLoader.DelReg [DefaultUninstall.Services] DelService = gpt_loader, 0x00000200 [GptLoader.Files.Drv] gptmount.sys, , , 0x00010000 [GptLoader.Files.Inf] gptmount.inf, , , 0x00010000 [GptLoader.Files.Pnf] gptmount.pnf, , , 0x00010000 [GptLoader_AddReg] HKLM, "System\CurrentControlSet\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}", "UpperFilters", 0x00010008, "gpt_loader" HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Paragon GPT Loader", "DisplayName", 0x00000000, "Paragon GPT Loader Driver v%Version%" HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Paragon GPT Loader", "DisplayVersion", 0x00000000, "%Version%" HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Paragon GPT Loader", "Publisher", 0x00000000, "Paragon Software" HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Paragon GPT Loader", "UninstallString", 0x00000000, "RunDll32.exe SetupAPI.dll,InstallHinfSection DefaultUninstall 130 %17%\gptmount.inf" HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Paragon GPT Loader", "URLInfoAbout", 0x00000000, "http://paragon-software.com" [GptLoader.DelReg] HKLM, "System\CurrentControlSet\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}", "UpperFilters", 0x00018002, "gpt_loader" HKLM, "System\CurrentControlSet\Services\Eventlog\system\gpt_loader" HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Paragon GPT Loader" [GptLoader_Service_Inst] DisplayName = "%ClasFilt.SvcDesc%" ServiceType = 1 StartType = 0 ErrorControl = 0 ServiceBinary = "%12%\gptmount.sys" LoadOrderGroup = "PnP Filter" AddReg = clasfilt_EventLog_AddReg [GptLoader_Service_Inst_NoRestart] DisplayName = "%ClasFilt.SvcDesc%" ServiceType = 1 StartType = 3 ErrorControl = 0 ServiceBinary = "%12%\gptmount.sys" LoadOrderGroup = "PnP Filter" AddReg = clasfilt_EventLog_AddReg, NoRestartPromoting_Tweak [clasfilt_EventLog_AddReg] HKLM, "System\CurrentControlSet\Services\Eventlog\system\gpt_loader", "EventMessageFile", 0x00020000, "%%SystemRoot%%\system32\drivers\gptmount.sys;%%SystemRoot%%\system32\IoLogMsg.dll" HKLM, "System\CurrentControlSet\Services\Eventlog\system\gpt_loader", "TypesSupported", 0x00010001, "7" [NoRestartPromoting_Tweak] HKLM, "SYSTEM\CurrentControlSet\Services\gpt_loader", "Start", 0x00010001, "0" [Strings] Paragon = "Paragon Software Group" Version = "11.0.0.175" ; Change the service description to describe your driver. ClasFilt.SvcDesc = "GUID Partition table support driver" ; Change the media description to describe your media. ClasFilt.MediaDesc = "GUID Partition table Driver Disc"