Error: could not locate INF file
#21
Posted 28 October 2009 - 04:57 PM
#22
Posted 28 October 2009 - 06:00 PM
Attached File(s)
-
TXTSETUP.zip (87.24K)
Number of downloads: 1
#23
Posted 28 October 2009 - 06:35 PM
The inf files are copied right after the drive is partitioned. I'm unaware of cmd files that can be run at that point because the OS isn't installed at that point in time.
I think it's probably a better idea to post your hfslip.log file.
#24
Posted 28 October 2009 - 06:44 PM
Attached File(s)
-
HFSLIP.zip (1.27K)
Number of downloads: 1
This post has been edited by mserbin: 28 October 2009 - 06:48 PM
#25
Posted 28 October 2009 - 07:36 PM
#26
Posted 29 October 2009 - 12:42 AM
#27
Posted 29 October 2009 - 03:24 AM
#28
Posted 29 October 2009 - 10:21 AM
Attached File(s)
-
HFSLIP.zip (1.35K)
Number of downloads: 2
#29
Posted 30 October 2009 - 11:17 AM
This post has been edited by mserbin: 30 October 2009 - 11:17 AM
#30
Posted 30 October 2009 - 01:42 PM
Oh, nobody else is having the prob you are having, or at least that's what the people in the beta thread are saying.
This post has been edited by tommyp: 30 October 2009 - 01:52 PM
#31
Posted 30 October 2009 - 02:44 PM
:: Find host OS - based on code posted by Yzöwl on MSFN.org
SET HostOS=Unknown
FOR /F "DELIMS=" %%I IN ('NET CONFIG WORK^|FIND /I " Windows "') DO (
ECHO %%I|FIND "2000">NUL 2>&1&&(SET HostOS=2000&GOTO :HOSD)
ECHO %%I|FIND "2002">NUL 2>&1&&(SET HostOS=XP&GOTO :HOSD)
ECHO %%I|FIND "XP">NUL 2>&1&&(SET HostOS=XP&GOTO :HOSD)
ECHO %%I|FIND "2003">NUL 2>&1&&(SET HostOS=2003&GOTO :HOSD)
ECHO %%I|FIND /I "Vista">NUL 2>&1&&(SET HostOS=Vista&GOTO :HOSD)
)
It is this line of code that detects Windows XP x64
ECHO %%I|FIND "XP">NUL 2>&1&&(SET HostOS=XP&GOTO :HOSD)
When you run NET CONFIG WORK from an XP x86 system it returns Windows 2002
When you run it from an XP x64 system it returns Microsoft Windows XP
Here is the log file showing that my OS detection modification code worked properly. This was run on my Windows XP x64 system, and the host OS now shows XP instead of unrecognized.
Attached File(s)
-
HFSLIP.zip (1.32K)
Number of downloads: 2
This post has been edited by mserbin: 30 October 2009 - 03:18 PM
#32
Posted 30 October 2009 - 03:01 PM
#33
Posted 30 October 2009 - 04:08 PM
Just remove the svcpack.in_. Leave the svcpack.dl_ alone. Also, open txtsetup.sif and look for svcpack.inf. Put as ; [semicolon] before that line. Rerun the script. Remember, these are test cases and you'll need to recopy the source folder once again if this doesn't work out well. IIRC, I've seen a few dell cd's that put some KB (i.e. hotfixes) into the i386 folder. You can probably delete them too, along with the apprioriate entry in txtsetup.sif.
#34
Posted 30 October 2009 - 04:41 PM
Dell defines a custom folder in this line
999 = pchealth\helpctr\batch
And those inf files are being copied there instead of c:\windows\hfslip which is supposed to be referenced by folder number 999 in this line
HFSLP151.INF = 1,,,,,,,999,0,0
Therefore, I will edit this line:
[WinntDirectories]
998 = HFSLIP
Then just update all the inf entries to be like:
HFSLP151.INF = 1,,,,,,,998,0,0
HFSLP152.INF = 1,,,,,,,998,0,0
etc....
I will test this out and let you know if it works. This is finally the answer though for the guy that started this forum a long time ago
This post has been edited by mserbin: 30 October 2009 - 05:13 PM
#35
Posted 30 October 2009 - 05:18 PM
Attached File(s)
-
hfslip_1.7.9_beta_t.zip (55.32K)
Number of downloads: 3
This post has been edited by mserbin: 30 October 2009 - 05:40 PM
#36
Posted 30 October 2009 - 06:20 PM
#37
Posted 30 October 2009 - 06:27 PM
This post has been edited by mserbin: 30 October 2009 - 06:28 PM



Help

Back to top








