MSFN Forum: HFSLIP - Test releases - MSFN Forum

Jump to content



  • 119 Pages +
  • « First
  • 14
  • 15
  • 16
  • 17
  • 18
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

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

#301 User is offline   dziubek 

  • Friend of HFSLIP
  • PipPip
  • Group: Members
  • Posts: 194
  • Joined: 26-November 04
  • OS:XP Pro x86

Posted 15 April 2006 - 08:09 AM

View PostTomcat76, on Apr 15 2006, 02:48 PM, said:

New final is coming up. I just need to do one more test.



Can you add information as a conclusion the work HFSLIP to the file HFSLIP.LOG (statistics)?

Such information appears during the work HFSLIP:

10,906,496 bytes in 18 files
Total files:			 18
Bytes before:	10,906,496
Bytes after:	  3,914,106
After/Before:			35.89% compression
Time:					27.56 seconds ( 0 hr  0 min 27.56 sec)
Throughput:			 386.43 Kb/second
Microsoft (R) Cabinet Maker - Version 5.1.2600.2180
Copyright (c) Microsoft Corporation. All rights reserved..

(I see this before starting XPIZE)

The good way would be this to checking efficiency driver compression :)

dziubek

This post has been edited by dziubek: 15 April 2006 - 08:12 AM



#302 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 15 April 2006 - 08:10 AM

What exactly is causing dziubek's problems with WU?

Everything is perfect on my end for XP. Just tested yesterday. Microsoft Update does not complain at all. :)

Edit: @dziubek, although I think that adding that information to HFSLIP.LOG is a great idea, know that the information is generated by the MAKECAB module. Tomcat would have to do something like this:
MAKECAB /F SP.DDF>>HFSLIP.LOG
although I think it would be more complicated than that.

This post has been edited by Super-Magician: 15 April 2006 - 08:16 AM


#303 User is offline   dziubek 

  • Friend of HFSLIP
  • PipPip
  • Group: Members
  • Posts: 194
  • Joined: 26-November 04
  • OS:XP Pro x86

Posted 15 April 2006 - 08:14 AM

View PostSuper-Magician, on Apr 15 2006, 03:10 PM, said:

What exactly is causing dziubek's problems with WU?

Everything is perfect on my end for XP. Just tested yesterday. Microsoft Update does not complain at all. :)


I test HFSLIP _ 60415d.CMD. If he still not works WU. I will try very exactly to describe mine problem
Thanks for the interest.

This post has been edited by dziubek: 15 April 2006 - 08:18 AM


#304 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 15 April 2006 - 08:16 AM

dziubek, read my edited post.

#305 User is offline   dziubek 

  • Friend of HFSLIP
  • PipPip
  • Group: Members
  • Posts: 194
  • Joined: 26-November 04
  • OS:XP Pro x86

Posted 15 April 2006 - 11:24 AM

View PostSuper-Magician, on Apr 15 2006, 03:16 PM, said:

dziubek, read my edited post.



I read your post. I would add also different information personally :
for the example
* the capacity of the original installation (source)
* the capacity HFSLIPED of the installation
* the time of the work HFSLIP
* Information about how much the percentage the installation increased or reduced


I probably found the guilty one of my problem with WU.I will write about this by in several hours

dziubek

This post has been edited by dziubek: 15 April 2006 - 11:27 AM


#306 User is offline   Tomcat76 

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

Posted 15 April 2006 - 02:43 PM

RC1, folks... :hello:

#307 User is offline   Camarade_Tux 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,760
  • Joined: 22-May 05

Posted 16 April 2006 - 07:43 AM

Two questions :
1)is UPHClean slipstreamed or post-installed ?
It doesn't install on my computer. I've added an entry in WIHU to run specific softs to see if they can be installed at T-12 so I'll check this in a moment.
2)UpdateAgent2 is slipstreamed, right ?
I saw no installer in SOURCESS. The problem is that nLite doesn't remove it anymore. (I know, this sounds strange to update it and just after to remove it.)

#308 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 16 April 2006 - 07:50 AM

UPHClean is post-installed at T-13 with the rest of the stuff in SVCPACK. You should find UPHClean.MSI in SOURCESS\I386\SVCPACK. Make sure it is there.

Windows Update Agent 2.0 is definitely slipstreamed.

This post has been edited by Super-Magician: 16 April 2006 - 07:50 AM


#309 User is offline   Camarade_Tux 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,760
  • Joined: 22-May 05

Posted 16 April 2006 - 07:55 AM

I was pretty sure, I have a problem with UPHClean.
It's not the first time I put it in HF and it never got installed, while it has always been in SVCPACK.

Here is HFSLip.cmd from SVCPACK:
@ECHO OFF
IF EXIST %SYSTEMROOT%\SYSTEM32\CMDOW.EXE cmdow @ /HID 
Title HFSLIP 
FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\I386\SVCPACK SET HFSLIP=%%i:\I386
REM MOVE/Y %SYSTEMROOT%\TEMP\Classic.wmz "%PROGRAMFILES%\Windows Media Player\Skins"
FOR /F %%I IN ('DIR /B %SYSTEMROOT%\*.TMP') DO ( 
	ATTRIB -R %SYSTEMROOT%\%%I 
	DEL /F /Q %SYSTEMROOT%\%%I 
	) 
SET PREP=%~dp0
CD /D %HFSLIP%
OEUPDATE Q823353
EXIT

I REMmed a line because I removed WMP with nLite.

HFSlip.log : http://www.msfn.org/board/index.php?act=At...e=post&id=12184
(with my LastSession.ini 'cause it comes from anotherpost)


edit : UPHClean's name is exactly "UPHCLEAN.MSI".

This post has been edited by Camarade_Tux: 16 April 2006 - 07:57 AM


#310 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 16 April 2006 - 07:59 AM

Guess what, Camarade_Tux?

This is probably why UPHClean is not installed: A new version was released on 4/7/2006!

:)

Edit: I'm having another feeling about this. This version and the one I already have are the same file size: 336,896 bytes.

@Tomcat: I noticed you removed KB905915 from your XP update list. According to the_guy's post earlier, it is only removed for IE 5.01 SP4.

This post has been edited by Super-Magician: 16 April 2006 - 08:04 AM


#311 User is offline   Camarade_Tux 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,760
  • Joined: 22-May 05

Posted 16 April 2006 - 08:12 AM

You're right : http://www.microsoft.com/downloads/details...en&Hash=SY534SC

btw, I found something that is imho interesting in its readme.txt:

Quote

INSTALLATION
============

To automatically install it (you need uphclean-setup.msi):
- Double click the setup.msi

To manually install it (you need a copy of uphclean.exe):

- Create a directory under Program Files for the service
(e.g. c:\program files\uphclean)
- Copy the program (uphclean.exe) to the directory
(e.g. c:\program files\uphclean\uphclean.exe)
- Open a command prompt on the computer
- Change directory where you copied the program
(e.g cd \program files\uphclean)
- Run the program with the -install switch to install the service and start it
(e.g. uphclean -install)

The service is set to automatically start when the computer boots so you will
not need to start it manually. Below I've listed the events that you will find
in the application log when it takes positive steps to unload profile hives.
However, I don't know how to get uphclean from a .msi file.

(and this will be appended to my previous post)

From readme.txt, removal instructions.

Quote

If you manually installed:
- Run the program with the -remove switch to stop the service and remove it
(e.g. uphclean -remove)
- Remove the UPHClean directory under c:\program files


#312 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 16 April 2006 - 08:15 AM

See if you can open UPHClean-Setup.msi using the attached tool.

[attachment removed]

We used to have to put this in HFTOOLS to extract MSI files. I think Tomcat/tommyp has somehow found a way around this (at least for msxml6.msi, I think). It's possible that you still have to put it in HFTOOLS - I hope Tomcat will be able to resolve this issue.

This post has been edited by Super-Magician: 24 April 2006 - 05:05 PM


#313 User is offline   Tomcat76 

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

Posted 16 April 2006 - 08:16 AM

View PostSuper-Magician, on Apr 16 2006, 03:59 PM, said:

According to the_guy's post earlier, it is only removed for IE 5.01 SP4.
The "IE 5.01SP4 only" part applies to 910620.

905915 = IE5.01 & IE6
910620 = IE5.01
912812 = IE5.01 & IE6

This post has been edited by Tomcat76: 16 April 2006 - 08:19 AM


#314 User is offline   the_guy 

  • Creator of the Windows ME Service Pack
  • PipPipPipPipPip
  • Group: Members
  • Posts: 901
  • Joined: 15-July 05
  • OS:ME
  • Country: Country Flag

Posted 16 April 2006 - 08:16 AM

View PostSuper-Magician, on Apr 16 2006, 10:59 AM, said:

@Tomcat: I noticed you removed KB905915 from your XP update list. According to the_guy's post earlier, it is only removed for IE 5.01 SP4.

I know I'm not Tomcat, but I kno why (well, almost know). A new IE update was released last week. Tomcat should have 912812 (which I'm sure he has)

the_guy

#315 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 16 April 2006 - 08:19 AM

He has it. Thanks!

This post has been edited by Super-Magician: 16 April 2006 - 08:29 AM


#316 User is offline   Camarade_Tux 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,760
  • Joined: 22-May 05

Posted 16 April 2006 - 08:20 AM

View PostSuper-Magician, on Apr 16 2006, 03:15 PM, said:

See if you can open UPHClean-Setup.msi using the attached tool.

Attachment attachment

We used to have to put this in HFTOOLS to extract MSI files. I think Tomcat/tommyp has somehow found a way around this (at least for msxml6.msi, I think). It's possible that you still have to put it in HFTOOLS - I hope Tomcat will come and resolve this issue.


It did not work, it produces no interesting file.

#317 User is offline   Tomcat76 

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

Posted 16 April 2006 - 08:24 AM

@Camarade_Tux

There's no need to REM out that line if you're using that old version of HFSLIP because that line doesn't work anyway. You'll have to REM out the line in a newer version, though, as it works *now*.

Alternatively, delete CLASSIC.WM_ from the SOURCE folder. HFSLIP only adds that line if the file exists. In fact, since you're removing WMP with nLite I suggest you remove CLASSIC.WM_ as it's being copied into the Windows folder through TXTSETUP.SIF. I don't think nLite prevents that from happening.

This post has been edited by Tomcat76: 16 April 2006 - 08:28 AM


#318 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 16 April 2006 - 08:24 AM

That's odd. I see the file it produces. Oh, well.

This post has been edited by Super-Magician: 16 April 2006 - 08:34 AM


#319 User is offline   Tomcat76 

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

Posted 16 April 2006 - 08:34 AM

View PostSuper-Magician, on Apr 16 2006, 04:19 PM, said:

Tomcat - see if you can help with Camarade_Tux's problem.
What problem? You said there's a newer version...

View Postthe_guy, on Apr 16 2006, 04:16 PM, said:

I know I'm not Tomcat, but I kno why (well, almost know). A new IE update was released last week. Tomcat should have 912812 (which I'm sure he has)
Now that I got you here... :)

If you only take OS updates into account, the FrontPage Server Extensions update only applies to Windows 2003. For Windows 2000 and Windows XP it only applies to components that don't come stock with these OS's (it's an Office XP update there).

This post has been edited by Tomcat76: 16 April 2006 - 08:36 AM


#320 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 16 April 2006 - 08:35 AM

Ignore that for now. Two questions:

(1) Do you still need MSICabExtract.exe in HFTOOLS for any MSI files?
(2) Is there actually a new version of UPHClean and will redownloading it solve Camarade_Tux's issue with it not installing?

Share this topic:


  • 119 Pages +
  • « First
  • 14
  • 15
  • 16
  • 17
  • 18
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

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



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