diff options
| author | Wei Mao <[email protected]> | 2017-08-16 13:20:04 -0700 |
|---|---|---|
| committer | Wei Mao <[email protected]> | 2017-08-16 13:20:04 -0700 |
| commit | 6b1c74b716187c96159eded0ec2acef1afed2716 (patch) | |
| tree | 8befab1bf600d909c0920ec67f6de23b62c99d44 | |
| parent | 787392aac5a097188b5ff925df98ebe85850d284 (diff) | |
Remove any reference to tostrcls.dll from INF file
The sample class installer itself has been removed long time back.
| -rw-r--r-- | general/toaster/toastpkg/inf/toastpkg.inf | 6 | ||||
| -rw-r--r-- | general/toaster/toastpkg/toastcd/amd64/tostrcls.dll | bin | 16384 -> 0 bytes | |||
| -rw-r--r-- | general/toaster/toastpkg/toastcd/i386/tostrcls.dll | bin | 15872 -> 0 bytes | |||
| -rw-r--r-- | general/toaster/toastpkg/toastcd/toastpkg.inf | 6 |
4 files changed, 0 insertions, 12 deletions
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 Binary files differdeleted file mode 100644 index 80fe0dc0..00000000 --- a/general/toaster/toastpkg/toastcd/amd64/tostrcls.dll +++ /dev/null diff --git a/general/toaster/toastpkg/toastcd/i386/tostrcls.dll b/general/toaster/toastpkg/toastcd/i386/tostrcls.dll Binary files differdeleted file mode 100644 index 7ac337f8..00000000 --- a/general/toaster/toastpkg/toastcd/i386/tostrcls.dll +++ /dev/null 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 |
