Jump to content

File Not Found


Squeeto

Recommended Posts

Anyway to get more info on this?

Sorry, my kid was helping me send this. It may have gone out twice. :blushing:

Sorry, my kid was helping me send this. It may have gone out twice.
Just bringing this to the top.
HFSLIP deletes "junk" files, and sometimes hotfixes are given special treatment. In these cases it's possible that no additional files are left to be copied over after a hotfix has been processed completely. So it's normal. I can only get rid of the "0 files copied" message by disabling all copy output, but I think most people would prefer to see the names of the binaries that are processed.

Nothing to worry about then for my message?

post-81494-1151013152_thumb.jpg

WU.TXT

Link to comment
Share on other sites


Is this a new problem? If so, I suspect it's because HFSLIP now has Windows setup checking your C: drive too for the existence of I386\SVCPACK. This was added because someone wanted to run the installation off the C: drive.

As a test, you can open HFSLIP.CMD in SOURCESS\I386\SVCPACK and remove the C from the list of letters.

Change this:

(C D E F G H I J K L M N O P Q R S T U V W X Y Z)

to this:

(D E F G H I J K L M N O P Q R S T U V W X Y Z)

Link to comment
Share on other sites

I saw this file recently too (before the C was added to that cmd file). I was kind of convinced it was due to my virus scanner removing my cmdow.exe file when running hfslip to get my new sourcess. Perhaps I am wrong?

Link to comment
Share on other sites

it might be worth noting though which specific part of the installation this happened ...
Within seconds of the command box opening. During Final - Registering Components? (after Start Menu installation)
Is this a new problem?

Since HFSLIP_605xx.cmd, I think.

I change HFSLIP.CMD and see what it reports.

Link to comment
Share on other sites

@ECHO OFF
IF EXIST %SYSTEMROOT%\SYSTEM32\CMDOW.EXE cmdow @ /HID
Title HFSLIP
FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\I386\SVCPACK SET HFSLIP=%%i:\I386
FOR /F %%I IN ('DIR /B %SYSTEMROOT%\*.TMP') DO (
ATTRIB -R %SYSTEMROOT%\%%I
DEL /F /Q %SYSTEMROOT%\%%I
)
rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 %HFSLIP%\SVCPACK\tweaks.inf
rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 %HFSLIP%\SVCPACK\XPicons.inf
rundll32.exe iernonce.dll,RunOnceExProcess
SET PREP=%~dp0
CD /D %HFSLIP%
EXIT

I didn't make the change to C D E F... It was like this as found. (HFSLIP_60528)

Link to comment
Share on other sites

Ok, it may be my font addition. Thought this worked though?

I have a font addition for bbLean which I added to HFEXPERT - WIN - Fonts (I will try that with FONTS next).

And tweaks.inf holds a line-

HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","BBLean",,"BBEAN.FON"

This how it should be done?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...