Jump to content

sp*.cab


ykchanaed

Recommended Posts

When I tried to add SpywareBlaster addon, the resulting SOURCESS folder missed the SpyBlast.cab file!

I looked into the HFSLIP script and I probably figured out the problem.

In Line 3431:

DEL/Q/F SOURCESS\I386\SP*.CAB&MD WORK\SPUP&EXPAND SOURCE\I386\SP%SP%.CAB -F:* WORK\SPUP

I changed it to:

DEL/Q/F SOURCESS\I386\SP?.CAB&MD WORK\SPUP&EXPAND SOURCE\I386\SP%SP%.CAB -F:* WORK\SPUP

And it worked!

Thanks guy!

Link to comment
Share on other sites


I am using this addon actually. I put the addon into the HFAAO folder.

After repeated testing, I found out the addon worked OK by itself.

But afterwards, HFSLIP script deleletes all sp*.cab including the spyblast.cab in the SOURCESS folder.

The other files in the addon remained all right.

Link to comment
Share on other sites

I think you have a modified HF script .The code you post in line 3431 does not have this command.

The full command is in line 3425 where the full code is

IF EXIST SOURCE\I386\SP%SP%.CAB (
DEL/Q/F SOURCESS\I386\SP*.CAB&MD WORK\SPUP&EXPAND SOURCE\I386\SP%SP%.CAB -F:* WORK\SPUP
XCOPY/DEHY WORK\SPUP SOURCESS\I386\DRIVER
ECHO Merged extracted driver packages into one folder
ECHO>WORK\TXTSDATA.TXT DriverCabName=DRIVER.CAB
FINDSTR/VBI "DriverC SP1.CAB SP2.CAB SP3.CAB SP4.CAB SP5.CAB" SOURCESS\I386\TXTSETUP.SIF>TXTSETUP.SIF
MOVE/Y TXTSETUP.SIF SOURCESS\I386
IF EXIST SOURCESS\I386\DOSNET.INF (
FINDSTR/VI "\,SP1.CAB \,SP2.CAB \,SP3.CAB SP4.CAB SP5.CAB" SOURCESS\I386\DOSNET.INF>DOSNET.INF
MOVE/Y DOSNET.INF SOURCESS\I386
)
)

Looking at it, it will only delete if ----> IF EXIST SOURCE\I386\SP%SP%.CAB <-----

I'm using hfslip-1.7.10_beta_J.cmd

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...