![]() ![]() |
Jun 7 2008, 09:05 PM Post
#1961 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
You shouldn't be using the plugin. It's out of date.
|
| | |
Jun 8 2008, 12:54 PM Post
#1962 | |
| Member ![]() ![]() Group: Members Posts: 141 Joined: 7-August 06 Member No.: 106897 | |
| | |
Jun 11 2008, 06:49 AM Post
#1963 | |
| Newbie Group: Members Posts: 15 Joined: 13-August 07 Member No.: 150632 OS: XP Pro x86 | http://users.telenet.be/tc76/winup/_winxpsp3.html No slipstream KB898461 ??? ====================================================================== Host OS - Windows XP HFSLIP Version - 1.7.8beta, build 80611a OS in SOURCESS - Windows XP Professional SP3 Chinese (Taiwan) ====================================================================== Files in your HF folder: directx_jun2008_redist.exe rootsupd.exe windows-kb890830-v1.42.exe WindowsUpdateAgent30-x86.exe WindowsXP-KB905474-CHT-x86.exe WindowsXP-KB941569-x86-CHT.exe WindowsXP-KB950759-x86-CHT.exe WindowsXP-KB950760-x86-CHT.exe WindowsXP-KB950762-x86-CHT.exe WindowsXP-KB951376-x86-CHT.exe WindowsXP-KB951698-x86-CHT.exe wmp11-windowsxp-x86-zh-tw.exe Files in your HFCABS folder: IEAWSDC.CAB LegitCheckControl.cab MuCatalogWebControl.cab OGAControl.cab OPUC4.CAB SWFLASH.CAB wbemoc.cab Files in your HFGUIRUNONCE folder: Files in your HFSVCPACK folder: Files in your HFSVCPACK_SW1 folder: Files in your HFSVCPACK_SW2 folder: Files in your HFTOOLS folder: HFSLIP_PRE_TZ4.CAB HFSLIP_PRE_TZ4.CMD modifyPE.exe |
| | |
Jun 11 2008, 08:14 AM Post
#1964 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
Sorry; I forgot to add it. It's there now. Why the log? |
| | |
Jul 9 2008, 11:46 AM Post
#1965 | |
| Group: Members Posts: 2 Joined: 23-February 07 Member No.: 128077 |
No slipstream KB951748,KB951978 ?????
This post has been edited by k45734: Jul 9 2008, 12:54 PM |
| | |
Sep 11 2008, 02:34 PM Post
#1966 | |
| Junior ![]() Group: Members Posts: 52 Joined: 11-February 08 From: Wisconsin Member No.: 176470 OS: none |
I got the sp3 integrated in to work fine but IE7 or WMP11 install correctly. I followed all the instructions any help?
|
| | |
Sep 11 2008, 06:20 PM Post
#1967 | |
| Senior Member ![]() ![]() ![]() ![]() Group: Members Posts: 660 Joined: 24-November 06 Member No.: 116438 OS: XP Pro x86 |
Your post doesn't make any sence... Please rephrase it, while giving some more detailes about your issue and also attach or post your hfslip.log file(in codebox tags, please)... |
| | |
Sep 29 2008, 06:30 AM Post
#1968 | |
| Newbie Group: Members Posts: 16 Joined: 22-July 08 From: La Plata, Buenos Aires, Argentina, lo maaaaaaaasss, no te cambio por nada (I would never change Argentina for anything) Member No.: 202113 OS: XP Pro x86 |
When hfslip-2.0.0pa_80630a.cmd tries to get my language... CODE REM ======================GET LANG======================================================== :GETLANG FOR /F "TOKENS=2 DELIMS=2." %%I IN ('DIR/B/O-S SOURCE\I386\MFC42*.DL*') DO ( IF /I NOT "%%I"=="U" IF /I NOT "%%I"=="DL_" IF /I NOT "%%I"=="DLL" SET LNG=%%I ) It works fine (I tested copying this code to a separate batch and echoing the result variables) The problem comes when it wants to choose the language. I understand that you can't know the name of every file in every language of the XP source disk. Here's my buggy part of the code: CODE IF /I "%LNG%"=="ESN" SET LCIDD=3082&SET Localization=Spanish&SET LNG=ESN&SET LG=ES&SET LG3=c0a It tries to compare "ESP" with "ESN", it obviously won't coincide so it executes this part: CODE IF NOT DEFINED LG ( ECHO.&ECHO HFSLIP was unable to determine the language of your source OS. As a result, ECHO several updates such as the Windows Update Agent ^(all OS's^) and the hotfix ECHO for .NET Framework 1.1 ^(Server 2003^) cannot be slipstreamed properly.&PAUSE ) Maybe you can correct it if it is wrong or maybe I'm doing something wrong, don't know. The file you're looking for is MFC42ESP.DL_, it must be really difficult to make such a great program for every language. Congratulations. And thank you really much for the program and the support. I really appreciate it. Note: Sorry if this isn't supposed to be placed here. I'm new (9 posts Is there anyone with a spanish source out there who can check if I'm the only one having this issue? Note2: I've seen a new issue, don't know what effect it will have :S CODE 368 archivos copiados Merged extracted driver packages into one folder Adding updated driver files from hotfixes bthport.sys Finishing up setup information files "HIVEHEAD" no se reconoce como un comando interno o externo, programa o archivo por lotes ejecutable. Creating updated DRIVER.CAB and driver information file Microsoft (R) Cabinet Maker - Version 5.1.2600.2180 Copyright (c) Microsoft Corporation. All rights reserved.. 373,531,372 bytes in 4,784 files 16.44% - cq12fcic.dll (899 of 4,784) ¿"HIVEHEAD" no se reconoce como un comando interno o externo, programa o archivo por lotes ejecutable.? it tries to execute something called hivehead, i've seen the code and it seems to be a variable setting to 1 but I don't know how to fix this or what consecuences it will have. This post has been edited by leass_lp: Sep 29 2008, 06:52 AM |
| | |
Nov 12 2008, 06:19 PM Post
#1969 | |
| MSFN Expert Group: Software Developers Posts: 1467 Joined: 9-January 04 Member No.: 12184 OS: none |
New beta release. See first thread. Don't get antsy guys, I don't do this full time!
|
| | |
Nov 12 2008, 06:32 PM Post
#1970 | |
| Senior Member ![]() ![]() ![]() ![]() Group: Members Posts: 660 Joined: 24-November 06 Member No.: 116438 OS: XP Pro x86 |
Thank you so much, mate! I will test now and report back... Again, many thanks for your efforts, TP!!! CU, Martin. |
| | |
Nov 12 2008, 09:34 PM Post
#1971 | |
| Senior Member ![]() ![]() ![]() ![]() Group: Members Posts: 660 Joined: 24-November 06 Member No.: 116438 OS: XP Pro x86 |
@TP HFSLIP v1.7.9 beta and latest FDV fileset(set8e) works perfectly together now Again, thank you so much, mate!!! CU, Martin. |
| | |
Nov 14 2008, 09:38 AM Post
#1972 | |
| Member ![]() ![]() Group: Members Posts: 266 Joined: 14-November 05 From: Santiago, Chile Member No.: 79734 OS: XP Pro x86 |
thanks!
|
| | |
Nov 20 2008, 11:20 PM Post
#1973 | |
| MSFN Expert ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1182 Joined: 6-January 06 From: Manila, Philippines Member No.: 84520 OS: XP Pro x86 |
thanks TP! |
| | |
Dec 13 2008, 12:38 PM Post
#1974 | |
| MSFN Expert Group: Software Developers Posts: 1467 Joined: 9-January 04 Member No.: 12184 OS: none |
New beta released to fix some WMP hotfix issues. Hope it works!
|
| | |
Dec 25 2008, 05:25 PM Post
#1975 | |
| MSFN Expert Group: Software Developers Posts: 1467 Joined: 9-January 04 Member No.: 12184 OS: none |
Another beta to fix the WMP hotfixes. Let's make this the new final soon guys. Please report back and please use the stickied windows update hotfix lists.
|
| | |
Dec 31 2008, 01:12 PM Post
#1976 | |
| Junior ![]() Group: Members Posts: 61 Joined: 5-August 08 Member No.: 203993 OS: none |
Used the new cmd with set 8f. Thanks tommyp!
|
| | |
Jan 1 2009, 08:46 AM Post
#1977 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 879 Joined: 28-June 04 From: Eerbeek Member No.: 23554 OS: XP Pro x86 |
I have an issue with changing the dpi settings under Windows XP SP3 using HFSLIP 1.7.9 C. It may have to do because of adding the XPSP2EXT obsolete source file list but it may also caused by one of the recent updates. The font files are on the cd though.
|
| | |
Jan 1 2009, 09:55 AM Post
#1978 | |
| MSFN Expert Group: Software Developers Posts: 1467 Joined: 9-January 04 Member No.: 12184 OS: none |
Do you have the same problem when not including XPSP2EXT?
|
| | |
Jan 1 2009, 02:16 PM Post
#1979 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 879 Joined: 28-June 04 From: Eerbeek Member No.: 23554 OS: XP Pro x86 |
It might have something to do with corrupt nVidia drivers. I have reinstalled the system and changing the DPI caused less trouble. Sorry for the inconvenience.
|
| | |
Jan 6 2009, 12:20 PM Post
#1980 | |
| Newbie Group: Members Posts: 26 Joined: 4-November 05 Member No.: 78710 |
Hi. Could someone please tell me if the current version(Beta Dec 23, 2008) can slipstream Windows Installer 4.5 v3 (4.5.6001.22159) Redistributable – KB942288 or not? (and which directory i have to copy into) |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 22nd November 2009 - 01:17 PM |