MSFN Forum: HFSLIP - Test releases - MSFN Forum

Jump to content



  • 119 Pages +
  • « First
  • 97
  • 98
  • 99
  • 100
  • 101
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

HFSLIP - Test releases Support ended. Rate Topic: ***** 1 Votes

#1961 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 07 June 2008 - 09:05 PM

You shouldn't be using the plugin. It's out of date.


#1962 User is offline   XibaD 

  • Member
  • PipPip
  • Group: Members
  • Posts: 141
  • Joined: 07-August 06

Posted 08 June 2008 - 12:54 PM

View PostTomcat76, on Jun 8 2008, 05:05 AM, said:

You shouldn't be using the plugin. It's out of date.


Any plans to make a compatible addon? Or should I remove it and install manually via web page?

#1963 User is offline   L-F 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 13-August 07

Posted 11 June 2008 - 06:49 AM

http://users.telenet.../_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

#1964 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 11 June 2008 - 08:14 AM

Sorry; I forgot to add it. It's there now.

Why the log?

#1965 User is offline   k45734 

  • Group: Members
  • Posts: 2
  • Joined: 23-February 07

  Posted 09 July 2008 - 11:46 AM

No slipstream KB951748,KB951978 ?????

This post has been edited by k45734: 09 July 2008 - 12:54 PM


#1966 User is offline   lubinski 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 11-February 08

Posted 11 September 2008 - 02:34 PM

I got the sp3 integrated in to work fine but IE7 or WMP11 install correctly. I followed all the instructions any help?

#1967 User is offline   Martin H 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 802
  • Joined: 24-November 06
  • OS:none specified

Posted 11 September 2008 - 06:20 PM

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

#1968 User is offline   leass_lp 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 22-July 08

Posted 29 September 2008 - 06:30 AM

When hfslip-2.0.0pa_80630a.cmd tries to get my language...

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:

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:

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 :hello: jajaja)
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

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: 29 September 2008 - 06:52 AM


#1969 User is offline   tommyp 

  • MSFN Addict
  • Group: Developers
  • Posts: 1,664
  • Joined: 09-January 04
  • OS:none specified
  • Country: Country Flag

Posted 12 November 2008 - 06:19 PM

New beta release. See first thread. Don't get antsy guys, I don't do this full time!

#1970 User is offline   Martin H 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 802
  • Joined: 24-November 06
  • OS:none specified

Posted 12 November 2008 - 06:32 PM

Thank you so much, mate! :thumbup

I will test now and report back...

Again, many thanks for your efforts, TP!!!

CU, Martin.

#1971 User is offline   Martin H 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 802
  • Joined: 24-November 06
  • OS:none specified

Posted 12 November 2008 - 09:34 PM

@TP

HFSLIP v1.7.9 beta and latest FDV fileset(set8e) works perfectly together now :thumbup

Again, thank you so much, mate!!!

CU, Martin.

#1972 User is offline   jvidal 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 510
  • Joined: 14-November 05

Posted 14 November 2008 - 09:38 AM

thanks!

#1973 User is offline   Kiki Burgh 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,425
  • Joined: 06-January 06

Posted 20 November 2008 - 11:20 PM

thanks TP! ;)

#1974 User is offline   tommyp 

  • MSFN Addict
  • Group: Developers
  • Posts: 1,664
  • Joined: 09-January 04
  • OS:none specified
  • Country: Country Flag

Posted 13 December 2008 - 12:38 PM

New beta released to fix some WMP hotfix issues. Hope it works!

#1975 User is offline   tommyp 

  • MSFN Addict
  • Group: Developers
  • Posts: 1,664
  • Joined: 09-January 04
  • OS:none specified
  • Country: Country Flag

Posted 25 December 2008 - 05:25 PM

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.

#1976 User is offline   Brabant 

  • Junior
  • Pip
  • Group: Members
  • Posts: 94
  • Joined: 05-August 08
  • OS:2000
  • Country: Country Flag

Posted 31 December 2008 - 01:12 PM

Used the new cmd with set 8f. Thanks tommyp!

#1977 User is offline   Acheron 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 915
  • Joined: 28-June 04

Posted 01 January 2009 - 08:46 AM

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.

#1978 User is offline   tommyp 

  • MSFN Addict
  • Group: Developers
  • Posts: 1,664
  • Joined: 09-January 04
  • OS:none specified
  • Country: Country Flag

Posted 01 January 2009 - 09:55 AM

Do you have the same problem when not including XPSP2EXT?

#1979 User is offline   Acheron 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 915
  • Joined: 28-June 04

Posted 01 January 2009 - 02:16 PM

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.

#1980 User is offline   fenyo 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 04-November 05

Posted 06 January 2009 - 12:20 PM

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)

Share this topic:


  • 119 Pages +
  • « First
  • 97
  • 98
  • 99
  • 100
  • 101
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy