svcpack.inf goes in the I386 directory as well as svcpack.dll
Here is the original svcpack.inf from a SP2 cd.
Quote
[Version]Signature="$Windows NT$"
[SetupData]
CatalogSubDir="i386\hotfixes"
[ProductCatalogsToInstall]
[SetupHotfixesToRun]
Once you create a self extracting file,
place it under the section like this:
[SetupHotfixesToRun]
selfextract.exe
of course, you need to place the actual file 'selfextract.exe'
into a folder called svcpack which is also in the I386 directory
Hope this helps.
shark
This post has been edited by Shark007: 04 November 2005 - 06:37 PM