Jump to content

HFSLIP - Test releases


Tomcat76

Recommended Posts

Just as I thought.

I will do some tests in my VM to see if I can somehow duplicate the problem when slipstreaming IE7. I could come up with a few test releases but that's taking things too far; I don't like to work in the dark.

Can you tell me if everything is fine if you set IE7GUILOGON=1 in HFANSWER.INI? It's not so important, but it would help knowing whether it's the same problem or not.

Thanks for the help :)

just tried using IE7GUILOGON=1 in my HFANSWER.INI with the same set of hotfix and hfslip.cmd

I cannot see the IE7 in my system at all

it is still the old IE6

Link to comment
Share on other sites


That wizard shows "DirectX Runtime Optional Components" so I suspect it's installing the Managed DirectX stuff which HFSLIP doesn't support. See if you get an extra folder named "DirectX for Managed Code" (the name can be slightly different) in your %WINDIR%\Microsoft.NET folder after installation has completed.

Yes...10 extra folders.

1.0.2902.0 - 1.0.2911.0

Link to comment
Share on other sites

just tried using IE7GUILOGON=1 in my HFANSWER.INI with the same set of hotfix and hfslip.cmd

I cannot see the IE7 in my system at all

it is still the old IE6

When IE7 is installed at first GUI logon, you need to reboot manually afterwards before you can use IE. Did you reboot?
Link to comment
Share on other sites

just tried using IE7GUILOGON=1 in my HFANSWER.INI with the same set of hotfix and hfslip.cmd

I cannot see the IE7 in my system at all

it is still the old IE6

When IE7 is installed at first GUI logon, you need to reboot manually afterwards before you can use IE. Did you reboot?

I was testing it again using the rc4, with the IE7GUILOGON=1

After I manually reboot the system, the IE is still the old IE6.. nothing has been installed.

Link to comment
Share on other sites

I was testing it again using the rc4, with the IE7GUILOGON=1

After I manually reboot the system, the IE is still the old IE6.. nothing has been installed.

If you got no error messages during Windows setup, that can only mean Windows is still reporting itself as being "in setup". Does the HFSLIP folder still exist in the WINDOWS folder?
Link to comment
Share on other sites

I was testing it again using the rc4, with the IE7GUILOGON=1

After I manually reboot the system, the IE is still the old IE6.. nothing has been installed.

If you got no error messages during Windows setup, that can only mean Windows is still reporting itself as being "in setup". Does the HFSLIP folder still exist in the WINDOWS folder?

there is no error messages during windows setup

The HFSLIP folder still exists in the WINDOWS folder

and it contains the following files

[.]			 [..]			authroots.sst   delroots.sst	dotnet35.exe
HFSLP151.INF HFSLP152.INF HFSLP153.INF HFSLP154.INF HFSLP155.INF
HFSLP156.INF HFSLP157.INF HFSLP200.INF HFSLP201.INF HFSLP202.INF
HFSLP203.INF HFSLP204.INF HFSLP205.INF HFSLP206.INF HFSLP207.INF
HFSLP208.INF HFSLP209.INF HFSLP210.INF HFSLP211.INF HFSLP212.INF
HFSLP213.INF HFSLP214.INF HFSLP215.INF HFSLP216.INF HFSLP217.INF
HFSLP218.INF HFSLP219.INF HFSLP220.INF HFSLP221.INF HFSLP222.INF
HFSLP223.INF HFSLP224.INF HFSLP225.INF HFSLP226.INF HFSLP227.INF
HFSLP228.INF HFSLP229.INF HFSLP230.INF HFSLP231.INF HFSLP232.INF
HFSLP233.INF HFSLP234.INF HFSLP235.INF HFSLP236.INF HFSLP237.INF
HFSLP238.INF HFSLP239.INF HFSLP240.INF HFSLP241.INF HFSLP242.INF
HFSLP243.INF HFSLP244.INF HFSLP245.INF HFSLP246.INF HFSLP247.INF
HFSLP248.INF HFSLP249.INF HFSLP250.INF HFSLP251.INF HFSLP252.INF
HFSLP253.INF HFSLP254.INF HFSLP255.INF HFSLP256.INF HFSLP257.INF
HFSLP258.INF HFSLP259.INF HFSLP260.INF HFSLP261.INF HFSLP262.INF
HFSLP263.INF HFSLP264.INF HFSLP265.INF HFSLP266.INF HFSLP267.INF
HFSLP268.INF HFSLP269.INF HFSLP270.INF HFSLP271.INF HFSLP272.INF
HFSLP273.INF HFSLP274.INF HFSLP275.INF HFSLP276.INF HFSLP277.INF
HFSLP278.INF HFSLP279.INF HFSLP280.INF HFSLP281.INF HFSLP282.INF
HFSLP283.INF HFSLP284.INF HFSLP285.INF HFSLP286.INF HFSLP287.INF
HFSLP288.INF HFSLP289.INF HFSLP290.INF HFSLPGUI.CMD HFSLPGUI.INF
IE7_INST.EXE roots.sst updroots.exe updroots.sst

Link to comment
Share on other sites

Open the registry and navigate to HKEY_LOCAL_MACHINE\SYSTEM\Setup. See that the data for SystemSetupInProgress is 0 and not 1. If it's 1, change it to 0 and reboot.

it's a 0

and it's what in the hfslip file

@ECHO OFF
CMDOW @ /HID
CD %SYSTEMROOT%\HFSLIP
SET SSIP=Y
%SYSTEMROOT%\REGEDIT /S/E SSIP1.TXT "HKEY_LOCAL_MACHINE\SYSTEM\Setup"
TYPE SSIP1.TXT>SSIP2.TXT
FOR /F %%I IN ('FINDSTR/IR "SystemSetupInProgress.=dword:00000000" SSIP2.TXT') DO SET SSIP=N
IF "%SSIP%"=="Y" (
rundll32.exe advpack.dll,LaunchINFSection %SYSTEMROOT%\HFSLIP\HFSLPGUI.INF,HFSLIPGUI_Run
EXIT
)
START/WAIT dotnet35.exe
START/WAIT IE7_INST.EXE
rundll32.exe advpack.dll,LaunchINFSection %WINDIR%\HFSLIP\HFSLPGUI.INF,HFSLIPGUI_Rem
EXIT

Edited by ctpooon
Link to comment
Share on other sites

Is .NET 3.5 installed? If so, remove the executable from the HFSLIP folder and reboot. It may be that it's interfering.

Also, check in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce that you still have an entry named HFSLIPGUI.

Link to comment
Share on other sites

Is .NET 3.5 installed? If so, remove the executable from the HFSLIP folder and reboot. It may be that it's interfering.

Also, check in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce that you still have an entry named HFSLIPGUI.

nothing in the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce

the .NET 3.5 still haven't been installed.

Link to comment
Share on other sites

Well *something* removed it, and it sure wasn't HFSLPGUI.CMD otherwise the HFSLIP folder would no longer exist.

I'm completely in the dark now. The only thing I can suggest is that you remove XPize as well as everything in HFSVCPACK/HFSVCPACK_SW1/HFSVCPACK_SW2/HFGUIRUNONCE.

Link to comment
Share on other sites

Well *something* removed it, and it sure wasn't HFSLPGUI.CMD otherwise the HFSLIP folder would no longer exist.

I'm completely in the dark now. The only thing I can suggest is that you remove XPize as well as everything in HFSVCPACK/HFSVCPACK_SW1/HFSVCPACK_SW2/HFGUIRUNONCE.

tried again with rc5

after removed xpsize and everything in hfsvcpack, hfsvcpack_sw1, hfsvcpack_sw2 and hfguirunonce, I still got the same result.

HKEY_LOCAL_MACHINE\SYSTEM\Setup\SystemSetupInProgress is 0

nothing in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce

here is HFSLPGUI.CMD

@ECHO OFF
CMDOW @ /HID
CD %SYSTEMROOT%\HFSLIP
SET SSIP=Y
%SYSTEMROOT%\REGEDIT /S/E SSIP1.TXT "HKEY_LOCAL_MACHINE\SYSTEM\Setup"
TYPE SSIP1.TXT>SSIP2.TXT
FOR /F %%I IN ('FINDSTR/IR "SystemSetupInProgress.=dword:00000000" SSIP2.TXT') DO SET SSIP=N
IF "%SSIP%"=="Y" (
rundll32.exe advpack.dll,LaunchINFSection %SYSTEMROOT%\HFSLIP\HFSLPGUI.INF,HFSLIPGUI_Run
EXIT
)
START/WAIT IE7_INST.EXE
rundll32.exe advpack.dll,LaunchINFSection %WINDIR%\HFSLIP\HFSLPGUI.INF,HFSLIPGUI_Rem
EXIT

and these are the files sitting in the windows/hfslip folder.

[.]			 [..]			authroots.sst   delroots.sst	HFSLP151.INF
HFSLP152.INF HFSLP153.INF HFSLP154.INF HFSLP155.INF HFSLP156.INF
HFSLP157.INF HFSLP200.INF HFSLP201.INF HFSLP202.INF HFSLP203.INF
HFSLP204.INF HFSLP205.INF HFSLP206.INF HFSLP207.INF HFSLP208.INF
HFSLP209.INF HFSLP210.INF HFSLP211.INF HFSLP212.INF HFSLP213.INF
HFSLP214.INF HFSLP215.INF HFSLP216.INF HFSLP217.INF HFSLP218.INF
HFSLP219.INF HFSLP220.INF HFSLP221.INF HFSLP222.INF HFSLP223.INF
HFSLP224.INF HFSLP225.INF HFSLP226.INF HFSLP227.INF HFSLP228.INF
HFSLP229.INF HFSLP230.INF HFSLP231.INF HFSLP232.INF HFSLP233.INF
HFSLP234.INF HFSLP235.INF HFSLP236.INF HFSLP237.INF HFSLP238.INF
HFSLP239.INF HFSLP240.INF HFSLP241.INF HFSLP242.INF HFSLP243.INF
HFSLP244.INF HFSLP245.INF HFSLP246.INF HFSLP247.INF HFSLP248.INF
HFSLP249.INF HFSLP250.INF HFSLP251.INF HFSLP252.INF HFSLP253.INF
HFSLP254.INF HFSLP255.INF HFSLP256.INF HFSLP257.INF HFSLP258.INF
HFSLP259.INF HFSLP260.INF HFSLP261.INF HFSLP262.INF HFSLP263.INF
HFSLP264.INF HFSLP265.INF HFSLP266.INF HFSLP267.INF HFSLP268.INF
HFSLP269.INF HFSLP270.INF HFSLP271.INF HFSLP272.INF HFSLP273.INF
HFSLP274.INF HFSLP275.INF HFSLP276.INF HFSLP277.INF HFSLP278.INF
HFSLP279.INF HFSLP280.INF HFSLP281.INF HFSLP282.INF HFSLP283.INF
HFSLP284.INF HFSLP285.INF HFSLP286.INF HFSLP287.INF HFSLP288.INF
HFSLP289.INF HFSLP290.INF HFSLPGUI.CMD HFSLPGUI.INF IE7_INST.EXE
roots.sst updroots.exe updroots.sst

here is what in SOURCESS\I386\HFSLPGUI.INF

[Version]
Signature="$WINDOWS NT$"
[HFSLIPGUI_Rem]
AddReg=AddReg.Rem
[HFSLIPGUI_Run]
AddReg=AddReg.Run
[AddReg.Rem]
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce",HFSLIPGUI,0x20000,"CMD /C RD/Q/S %WINDIR%\HFSLIP"
[AddReg.Run]
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce",HFSLIPGUI,0x20000,"CMD /C CMDOW @ /HID&START/WAIT %SYSTEMROOT%\HFSLIP\HFSLPGUI.CMD"

also attached txtsetup.sif

HFSLIP.zip

TXTSETUP.zip

Edited by ctpooon
Link to comment
Share on other sites

A few things...

First off, just double-click HFSLPGUI.CMD. This should get IE7 installed. After the reboot, see if you have the problem with ieframe.dll. This is only to test ieframe.dll.

For your next runs, you can already make a few preparations...

Remove CMDOW.EXE from the HFTOOLS folder and replace it with cWnd.exe (download link is in the first post). CMDOW can be blocked by certain anti-virus programs and this could be part of the problem.

Also remove these:

WindowsXP-KB925876-x86-ENU.exe

WindowsXP-KB931261-x86-ENU.exe

WindowsXP-KB931784-x86-ENU.exe

And replace them with these:

WINDOWSXP-KB925876-X86-CHT.EXE

WindowsXP-KB931261-x86-CHT.exe

WindowsXP-KB931784-x86-CHT.exe

If you run HFSLIP again, please use version 1.7.1rc6.

Link to comment
Share on other sites

A few things...

First off, just double-click HFSLPGUI.CMD. This should get IE7 installed. After the reboot, see if you have the problem with ieframe.dll. This is only to test ieframe.dll.

For your next runs, you can already make a few preparations...

Remove CMDOW.EXE from the HFTOOLS folder and replace it with cWnd.exe (download link is in the first post). CMDOW can be blocked by certain anti-virus programs and this could be part of the problem.

Also remove these:

WindowsXP-KB925876-x86-ENU.exe

WindowsXP-KB931261-x86-ENU.exe

WindowsXP-KB931784-x86-ENU.exe

And replace them with these:

WINDOWSXP-KB925876-X86-CHT.EXE

WindowsXP-KB931261-x86-CHT.exe

WindowsXP-KB931784-x86-CHT.exe

If you run HFSLIP again, please use version 1.7.1rc6.

tried to double click the hfslpgui.cmd, the ie7 now is working, no more ieframe.dll error.

tried again using cWnd.exe instead of CMDOW and replaced the eng hotfix with the chinese one using rc6

still the same, hfslpgui.cmd still haven't been run

the and windows/hfslip is still there.

Edited by ctpooon
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...