Prior to the Publisher 2002 prompt it briefly comes up with "Windows Installer. Preparing to install".
If its of any help, the setup package I created with Package & Deployment Wizard and includes the following:
[Bootstrap]
SetupTitle=Install
SetupText=Copying Files, please stand by.
CabFile=FSD1TOPS.CAB
Spawn=Setup1.exe
Uninstal=st6unst.exe
TmpDir=msftqws.pdw
Cabs=1
[Bootstrap Files]
File1=@VB6STKIT.DLL,$(WinSysPathSysFile),,,7/14/00 11:00:00 PM,101888,6.0.84.50
File2=@COMCAT.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,5/30/98 11:00:00 PM,22288,4.71.1460.1
File3=@STDOLE2.TLB,$(WinSysPathSysFile),$(TLBRegister),,6/2/99 11:00:00 PM,17920,2.40.4275.1
File4=@ASYCFILT.DLL,$(WinSysPathSysFile),,,3/7/99 11:00:00 PM,147728,2.40.4275.1
File5=@OLEPRO32.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,3/7/99 11:00:00 PM,164112,5.0.4275.1
File6=@OLEAUT32.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,4/11/00 11:00:00 PM,598288,2.40.4275.1
[Setup]
Title=TOPS2 Client Setup Jan06
DefaultDir=$(ProgramFiles)\FSD1TOPS
AppExe=FSD1TOPS.exe
AppToUninstall=FSD1TOPS.exe
[Setup1 Files]
File1=@MDAC_TYP.EXE,$(AppPath),,$(Shared),9/29/03 9:44:09 AM,5556616,25.0.4403.12
File2=@msflxgrd.ocx,$(WinSysPath),$(DLLSelfRegister),$(Shared),3/9/04 3:45:40 PM,260880,6.1.97.82
File3=@tabctl32.ocx,$(WinSysPath),$(DLLSelfRegister),$(Shared),3/9/04 3:45:38 PM,224016,6.1.97.82
File4=@MSSTDFMT.DLL,$(WinSysPath),$(DLLSelfRegister),$(Shared),7/14/00 11:00:00 PM,118784,6.0.88.4
File5=@MSHFLXGD.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),5/21/00 11:00:00 PM,438976,6.0.88.4
File6=@COMDLG32.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),3/8/04 10:00:00 PM,152848,6.1.97.82
File7=@MSCOMCTL.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),3/8/04 10:00:00 PM,1081616,6.1.97.82
File8=@whtTextBoxControl.ocx,$(WinSysPath),$(DLLSelfRegister),$(Shared),9/7/05 10:16:49 AM,49152,1.2.0.0
File9=@DateRangeForm.dll,$(WinSysPath),$(DLLSelfRegister),$(Shared),9/7/05 3:02:02 PM,32768,1.1.0.0
The latter 2 (whtTextBoxControl.ocx and DateRangeForm.dll) are my own.
Many thanks in advance