VB6 with service pack6 and Windows XP Pro
Using VB6 Instalation wizzard to create instalation package.
The following files are in my package directory
Setup.exe Program.cab and SETUP.LST

when running the software setup.exe the following message occurs:

The file 'C:\Documenrs and settings\raycomp\local settings\temp\msftqws.pdw\$(DLLselfRegisterEx)' could not be registered because it was not found.

Strange thing is that it happens only with one of my projects

the following is an extract of the SETUP.LST
[Bootstrap]
SetupTitle=Install
SetupText=Copying Files, please stand by.
CabFile=RC_HazMat.CAB
Spawn=Setup1.exe
Uninstal=st6unst.exe
TmpDir=msftqws.pdw
Cabs=1

[Bootstrap Files]
[email protected],$(WinSysPathSysFile),$(DLLSelfRegister),,5/31/98 12:00:00 AM,22288,4.71.1460.1
[email protected],$(WinSysPathSysFile),,,3/26/99 12:00:00 AM,101888,6.0.84.50
[email protected],$(WinSysPathSysFile),$(TLBRegister),,6/3/99 12:00:00 AM,17920,2.40.4275.1
[email protected],$(WinSysPathSysFile),,,3/8/99 12:00:00 AM,147728,2.40.4275.1
[email protected],$(WinSysPathSysFile),$(DLLSelfRegister),,3/8/99 12:00:00 AM,164112,5.0.4275.1
[email protected],$(WinSysPathSysFile),$(DLLSelfRegister),,4/12/00 12:00:00 AM,598288,2.40.4275.1
[email protected],$(WinSysPathSysFile),$(DLLSelfRegister),,2/23/04 12:00:00 AM,1386496,6.0.97.82

FOLLOWED by the rest of the files