Parseus Posted May 17, 2010 Posted May 17, 2010 @Parseus&M2GDThx for reporting this. btw.. extracted DX9 was detected (and used correctly) but the output (at the beginning) was not correct.New version today...Thanks.I have a seroius problem with HFSLIPFC:IF EXIST SOURCE\WIN51*.* ( SET os=XP) ELSE IF EXIST SOURCE\cdromsp*.tst ( SET os=2K)FOR /l %%i in (1,1,5) DO ( IF EXIST SOURCE\cdromsp%%i.tst ( SET sp= )First code is from HFSLIPFC, second - from my 2K extension. As you can see, both codes are looking for cdromsp*.tst. If that file doesn't exist, it should be only listed as SP0 in my 2K extension, but additionally (due to HFSLIPFC itself) default OS is set to XP!
Mim0 Posted May 17, 2010 Author Posted May 17, 2010 @Parseus&M2GDThx for reporting this. btw.. extracted DX9 was detected (and used correctly) but the output (at the beginning) was not correct.New version today...Thanks. But this inside of the extension for XP, not in the general part of the file-checker!I have a seroius problem with HFSLIPFC:IF EXIST SOURCE\WIN51*.* ( SET os=XP) ELSE IF EXIST SOURCE\cdromsp*.tst ( SET os=2K)FOR /l %%i in (1,1,5) DO ( IF EXIST SOURCE\cdromsp%%i.tst ( SET sp= )First code is from HFSLIPFC, second - from my 2K extension. As you can see, both codes are looking for cdromsp*.tst. If that file doesn't exist, it should be only listed as SP0 in my 2K extension, but additionally (due to HFSLIPFC itself) default OS is set to XP!Can you tell me a file in the root of the W2K-CD which is unique for W2K but independend from the SP ?
Parseus Posted May 17, 2010 Posted May 17, 2010 (edited) Can you tell me a file in the root of the W2K-CD which is unique for W2K but independend from the SP ?CDROM_NT.5 or CDROM_I*.5, where * means properly edition.EDIT: I replaced cdrom*.tst by cdrom*.5 - everything works fine EDIT2: Link for template is not working. Can you fix it? Edited May 17, 2010 by Parseus
Mim0 Posted May 17, 2010 Author Posted May 17, 2010 CDROM_NT.5 or CDROM_I*.5, where * means properly edition.EDIT: I replaced cdrom*.tst by cdrom*.5 - everything works fine THX!!! EDIT2: Link for template is not working. Can you fix it? oh, yes. Link to the old url. I'll fix it!!!
Mim0 Posted May 17, 2010 Author Posted May 17, 2010 (edited) file-checker:2010-05-17- Fixed: Detection of W2K (when no SP included)file-checker extension for XP2010-05-17- Fixed: The information at the beginning regarding extracted DX9 was not correct, It showed that DX9 was not extracted (in HFCABS) even when it was ectracted. But it was only this. The reporting missing/obsolete files were correct.Links to template and W2K-extension also corrected. Thx to Parseus Edited May 17, 2010 by Mim0
My2GirlsDad Posted May 19, 2010 Posted May 19, 2010 file-checker:2010-05-17- Fixed: Detection of W2K (when no SP included)file-checker extension for XP2010-05-17- Fixed: The information at the beginning regarding extracted DX9 was not correct, It showed that DX9 was not extracted (in HFCABS) even when it was ectracted. But it was only this. The reporting missing/obsolete files were correct.Links to template and W2K-extension also corrected. Thx to Parseus Mimo and Parseus,Thank you for the corrections to your file-checker. I can now run it for both 2K and XP without incident.I appreciate all your efforts to make this a great little, but powerful, program.My2GirlsDad
rtchong Posted May 21, 2010 Posted May 21, 2010 Ran 17-05-2010 version of hfslipfc.cmd. Much to my surprise it moved all updates in the \hf; \hfcabs; \HFGUIRUNONCE; \HFSVCPACK_SW1 to \HFSLIPFC.MOV. In the previous version this did not happen. Am I doing something wrong?ronald
Mim0 Posted May 22, 2010 Author Posted May 22, 2010 (edited) Ran 17-05-2010 version of hfslipfc.cmd. Much to my surprise it moved all updates in the \hf; \hfcabs; \HFGUIRUNONCE; \HFSVCPACK_SW1 to \HFSLIPFC.MOV. In the previous version this did not happen. Am I doing something wrong?What does the filechecker has reported at the beginning? Plz copy it from the Command-Window and paste it here... Edited May 22, 2010 by Mim0
rtchong Posted May 24, 2010 Posted May 24, 2010 Ran 17-05-2010 version of hfslipfc.cmd. Much to my surprise it moved all updates in the \hf; \hfcabs; \HFGUIRUNONCE; \HFSVCPACK_SW1 to \HFSLIPFC.MOV. In the previous version this did not happen. Am I doing something wrong?What does the filechecker has reported at the beginning? Plz copy it from the Command-Window and paste it here...This is the response from the Command-window:------------------------------------------File-Checker (v.2010/05/17) for HFSLIPSee following site for further details:http://mimo.zxq.net------------------------------------------Update-check...No new version available.Update-check...No new version available.HFSLIPFC will report missing, obsolete andunknown updates for Windows.Start this from your HFSLIP-folder.configuration-file: hfslipfc.iniextension-file: hfslipfc-XP.cmd (v.2010/05/17)----- Operation-System specific settings -----Operating-System included in SOURCE: Windows XP SP3Language: ENU (EN-US)Selected components: Internet Explorer = 8 Windows Media Player = 9 Remote Desktop Client = 7Integrate additional MSXML: yes (MSXML4)DirectX 9 already extracted in HFCABS: noUpdate-Sites: WU MU---------- HFSLIPFC-specific settings ----------Folders to check: HF\*.*;HFGUIRUNONCE\*.*;HFCABS\*.*;HFSVCPACK_SW1\*.*Update-lists: hfslipfc.cmd;hfslipfc.iniList missing security advisories: yesList not found high-priority updates: yesList not found optional updates: yesList not found hotfixes: yesWrite hints for specific updates: yesCreate log-file: yes (hfslipfc.log)------------------------------------------ (:-) 2010 Mimo------------------------------------------Press any key to continue . . .It appears that some information is missing?Thanks, Ronald.
Mim0 Posted May 25, 2010 Author Posted May 25, 2010 This is the problem:...Update-lists: hfslipfc.cmd;hfslipfc.ini...it must be:Update-lists: hfslipfc-xp.cmd;hfslipfc.iniI cannot reproduce it. While searching in the code I found a little bug (regarding the IGNORE-list in the INI in combination with splitting the fc into a main-script and an extension) but regarding your prob I connot find something.Do you define the 'fileset' in the ini?
Mim0 Posted May 25, 2010 Author Posted May 25, 2010 file-checker2010-05-25- Fixed: Ignore-mechanism used still hfslipfc.cmd instead of the fc-extension.fc-extension for XP:2010-05-25- Added: KB982632 (IE8 Compatibility View List May 2010, replaces KB980302)- Added: KB981793 (Cumulative Time Zone Update May 2010, replaces KB979306)- Removed: KB980302 (IE8 Compatibility View List Mar 2010)- Removed: KB979306 (Cumulative Time Zone Update Feb 2010)
rtchong Posted May 26, 2010 Posted May 26, 2010 This is the problem:...Update-lists: hfslipfc.cmd;hfslipfc.ini...it must be:Update-lists: hfslipfc-xp.cmd;hfslipfc.iniI cannot reproduce it. While searching in the code I found a little bug (regarding the IGNORE-list in the INI in combination with splitting the fc into a main-script and an extension) but regarding your prob I connot find something.Do you define the 'fileset' in the ini?No I did not but will do now by changing the hflsipfc.cmd to hfslipfc-xp.cmd.
rtchong Posted May 26, 2010 Posted May 26, 2010 file-checker2010-05-25- Fixed: Ignore-mechanism used still hfslipfc.cmd instead of the fc-extension.fc-extension for XP:2010-05-25- Added: KB982632 (IE8 Compatibility View List May 2010, replaces KB980302)- Added: KB981793 (Cumulative Time Zone Update May 2010, replaces KB979306)- Removed: KB980302 (IE8 Compatibility View List Mar 2010)- Removed: KB979306 (Cumulative Time Zone Update Feb 2010)Do I have to add these lines to hfslipfc-xp.cmd? Copy and paste? Or did you post an update?
My2GirlsDad Posted May 27, 2010 Posted May 27, 2010 Mimo,New Roots Certificate Update for XP May 2010.version: 24.0.2195.0size: 336,280Please update your file-checker.M2GD
jvidal Posted May 27, 2010 Posted May 27, 2010 yep, we need an update, hfslipc is complaining about it! (i have the latest version of rootsupd.exe)
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