From 6b1c74b716187c96159eded0ec2acef1afed2716 Mon Sep 17 00:00:00 2001 From: Wei Mao Date: Wed, 16 Aug 2017 13:20:04 -0700 Subject: Remove any reference to tostrcls.dll from INF file The sample class installer itself has been removed long time back. --- general/toaster/toastpkg/inf/toastpkg.inf | 6 ------ general/toaster/toastpkg/toastcd/amd64/tostrcls.dll | Bin 16384 -> 0 bytes general/toaster/toastpkg/toastcd/i386/tostrcls.dll | Bin 15872 -> 0 bytes general/toaster/toastpkg/toastcd/toastpkg.inf | 6 ------ 4 files changed, 12 deletions(-) delete mode 100644 general/toaster/toastpkg/toastcd/amd64/tostrcls.dll delete mode 100644 general/toaster/toastpkg/toastcd/i386/tostrcls.dll diff --git a/general/toaster/toastpkg/inf/toastpkg.inf b/general/toaster/toastpkg/inf/toastpkg.inf index f1edae86..04ac6103 100644 --- a/general/toaster/toastpkg/inf/toastpkg.inf +++ b/general/toaster/toastpkg/inf/toastpkg.inf @@ -32,7 +32,6 @@ CatalogFile.NTAMD64 = tstamd64.cat [DestinationDirs] DefaultDestDir = 12 CoInstaller_CopyFiles = 11 -ToasterClassInstallerCopyFiles = 11 ; ================= Class section ===================== @@ -43,12 +42,8 @@ CopyFiles=ToasterClassInstallerCopyFiles [ToasterClassReg] HKR,,,0,%ClassName% HKR,,Icon,,100 -HKR,,Installer32,,"tostrcls.dll,ToasterClassInstaller" HKR,,DeviceCharacteristics,0x10001,0x100 ; Use same security checks on relative opens -[ToasterClassInstallerCopyFiles] -tostrcls.dll - ;***************************************** ; Toaster Device Install Section ;***************************************** @@ -120,7 +115,6 @@ OriginalInfSourcePath = %1% [SourceDisksFiles] toaster.sys = 1,, tostrco2.dll = 1,, -tostrcls.dll = 1,, [Strings] SPSVCINST_ASSOCSERVICE= 0x00000002 diff --git a/general/toaster/toastpkg/toastcd/amd64/tostrcls.dll b/general/toaster/toastpkg/toastcd/amd64/tostrcls.dll deleted file mode 100644 index 80fe0dc0..00000000 Binary files a/general/toaster/toastpkg/toastcd/amd64/tostrcls.dll and /dev/null differ diff --git a/general/toaster/toastpkg/toastcd/i386/tostrcls.dll b/general/toaster/toastpkg/toastcd/i386/tostrcls.dll deleted file mode 100644 index 7ac337f8..00000000 Binary files a/general/toaster/toastpkg/toastcd/i386/tostrcls.dll and /dev/null differ diff --git a/general/toaster/toastpkg/toastcd/toastpkg.inf b/general/toaster/toastpkg/toastcd/toastpkg.inf index f1edae86..04ac6103 100644 --- a/general/toaster/toastpkg/toastcd/toastpkg.inf +++ b/general/toaster/toastpkg/toastcd/toastpkg.inf @@ -32,7 +32,6 @@ CatalogFile.NTAMD64 = tstamd64.cat [DestinationDirs] DefaultDestDir = 12 CoInstaller_CopyFiles = 11 -ToasterClassInstallerCopyFiles = 11 ; ================= Class section ===================== @@ -43,12 +42,8 @@ CopyFiles=ToasterClassInstallerCopyFiles [ToasterClassReg] HKR,,,0,%ClassName% HKR,,Icon,,100 -HKR,,Installer32,,"tostrcls.dll,ToasterClassInstaller" HKR,,DeviceCharacteristics,0x10001,0x100 ; Use same security checks on relative opens -[ToasterClassInstallerCopyFiles] -tostrcls.dll - ;***************************************** ; Toaster Device Install Section ;***************************************** @@ -120,7 +115,6 @@ OriginalInfSourcePath = %1% [SourceDisksFiles] toaster.sys = 1,, tostrco2.dll = 1,, -tostrcls.dll = 1,, [Strings] SPSVCINST_ASSOCSERVICE= 0x00000002 -- cgit v1.3.1