ykchanaed Posted October 29, 2010 Posted October 29, 2010 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\SPUPI changed it to: DEL/Q/F SOURCESS\I386\SP?.CAB&MD WORK\SPUP&EXPAND SOURCE\I386\SP%SP%.CAB -F:* WORK\SPUPAnd it worked!Thanks guy!
Geej Posted October 30, 2010 Posted October 30, 2010 I never have to modify HFscript if using this addon, made by ricktendo64 Cheers
ykchanaed Posted October 30, 2010 Author Posted October 30, 2010 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.
Geej Posted October 31, 2010 Posted October 31, 2010 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 isIF 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now