IPB

Google Frontpage Forums Unattended CD/DVD Guide
112 Pages V  « < 88 89 90 91 92 > »   
Reply to this topicStart new topic
> HFSLIP - Test releases, No testing at the moment
bfc_xxx
post Nov 13 2007, 02:52 PM
Post #1781


Member
**

Group: Members
Posts: 113
Joined: 17-May 04
Member No.: 20089
OS: XP Pro x86
Country Flag


I have bad news I think:

LCID = 1033
language code = enu

With older versions of hfslip I didn't had that problem (the automatic update tab).
The last good version was HFSLIP Version - 1.7.0rc1 build 71111a (I found the dvd and checked the hfslip.log) but I have deleted the cmd file and I cannot test it again.

edit: also I see with 1.7.0rc1 --> OS in SOURCESS - XP SP2 „ΆΆž¤ ΅α

1.7.0rc4 build 71112b --> OS in SOURCESS - XP SP2 English

lol now I understand what happened smile.gif

This post has been edited by bfc_xxx: Nov 13 2007, 02:54 PM
Go to the top of the page
 
+Quote Post
Tomcat76
post Nov 13 2007, 03:06 PM
Post #1782


MSFN Junkie
Group Icon

Group: Software Developers
Posts: 3171
Joined: 8-August 05
From: Flanders, Belgium
Member No.: 68008
OS: 2000
Country Flag


RC5 should work for you. Please run it and then check in HFSLIP.LOG... smile.gif
Go to the top of the page
 
+Quote Post
bfc_xxx
post Nov 13 2007, 03:25 PM
Post #1783


Member
**

Group: Members
Posts: 113
Joined: 17-May 04
Member No.: 20089
OS: XP Pro x86
Country Flag


Yeah now it's working again!! It says Greek in the log file.

I can't believe how fast you fixed it and uploaded it!!!!! Thank you again.
Go to the top of the page
 
+Quote Post
Tomcat76
post Nov 13 2007, 03:29 PM
Post #1784


MSFN Junkie
Group Icon

Group: Software Developers
Posts: 3171
Joined: 8-August 05
From: Flanders, Belgium
Member No.: 68008
OS: 2000
Country Flag


That's the advantage of having a multiple personality disorder. You can split the workload... tongue.gif

You're welcome. smile.gif
Go to the top of the page
 
+Quote Post
eryen
post Nov 14 2007, 02:53 PM
Post #1785


Junior
*

Group: Members
Posts: 91
Joined: 23-December 05
Member No.: 83272
Country Flag


Maybe this is not right place to ask but sorry from now biggrin.gif
*i speak about not public hotfixes*

Every hotfix does not contain only one file. I have seen some hotfixes mixed each other.
Bigger KB can include a lower version number file. But other files are newer version.
And another hotfix may include newer files then bigger KB hotfix.

Crossed each other. :/

I would like to know can HFSLIP can choose newer file to slipstream or not? Automaticly i hope.
Go to the top of the page
 
+Quote Post
Super-Magician
post Nov 14 2007, 03:33 PM
Post #1786


Friend of MSFN
*****

Group: Members
Posts: 969
Joined: 15-January 06
Member No.: 85355
OS: Vista Ultimate x86
Country Flag


QUOTE (eryen @ Nov 14 2007, 03:53 PM) *
Maybe this is not right place to ask but sorry from now biggrin.gif
*i speak about not public hotfixes*

Every hotfix does not contain only one file. I have seen some hotfixes mixed each other.
Bigger KB can include a lower version number file. But other files are newer version.
And another hotfix may include newer files then bigger KB hotfix.

Crossed each other. :/

I would like to know can HFSLIP can choose newer file to slipstream or not? Automaticly i hope.

Hi Eyren. The COPY and XCOPY commands in the command prompt have a switch that allows you to only copy over files that have a newer modification date. HFSLIP incorporates this directly into the script, so you don't have to worry that files from hotfixes with higher KB numbers are overwriting newer versions from hotfixes with lower KB numbers. In cases where the file dates are messed up and we actually need a binary that was modified earlier, the necessary commands are hardcoded.
Go to the top of the page
 
+Quote Post
Tomcat76
post Nov 14 2007, 05:22 PM
Post #1787


MSFN Junkie
Group Icon

Group: Software Developers
Posts: 3171
Joined: 8-August 05
From: Flanders, Belgium
Member No.: 68008
OS: 2000
Country Flag


What he said... smile.gif
Go to the top of the page
 
+Quote Post
eryen
post Nov 14 2007, 05:58 PM
Post #1788


Junior
*

Group: Members
Posts: 91
Joined: 23-December 05
Member No.: 83272
Country Flag


Just i want to say.

For example.

KB33333 includes
a.dll ver: 3.5.5555
b.dll ver: 3.5.5555
c.dll ver: 3.5.5555
d.dll ver: 3.5.5555

KB44444 includes
a.dll ver: 3.4.444
b.dll ver: 3.6.666
f.dll ver: 3.6.666
g.dll ver: 3.6.666


soo.
after slipstream i have a.dll ver 3.4.444 in setup folder.
but older hotfix includes never a.dll and it overwritten by never hotfix but older file.

This post has been edited by eryen: Nov 14 2007, 05:59 PM
Go to the top of the page
 
+Quote Post
Tomcat76
post Nov 14 2007, 06:11 PM
Post #1789


MSFN Junkie
Group Icon

Group: Software Developers
Posts: 3171
Joined: 8-August 05
From: Flanders, Belgium
Member No.: 68008
OS: 2000
Country Flag


HFSLIP checks the time the file was created (just see for yourself which date Windows is showing) and slipstreams the newest. HFSLIP can't check the version number.

If a.dll version 3.4.444 was created more recently than 3.5.5555 (which happens from time to time), 3.4.444 will be slipstreamed by mistake. Special exceptions already exist in HFSLIP but they only cover specific situations.


This will work:
a.dll version 3.5.5555 created on 12-January-2007
a.dll version 3.4.444 created on 1-January-2007

This works because 3.5.5555 has a newer date.


This will fail:
a.dll version 3.5.5555 created on 12-January-2007
a.dll version 3.4.444 created on 15-January-2007

This fails because 3.5.5555 has an older date.
Go to the top of the page
 
+Quote Post
XibaD
post Nov 27 2007, 03:16 PM
Post #1790


Member
**

Group: Members
Posts: 141
Joined: 7-August 06
Member No.: 106897
Country Flag


I have a little problem with the new version. My host system now is Windows XP x64. When the script reaches the point in which DX9 is beeing processed, the install screen of DirectX shows up, I click cancel, but nothing is slipstreamed to the XP 32 source.

Any fix for that?
Go to the top of the page
 
+Quote Post
geese howard
post Nov 28 2007, 03:57 PM
Post #1791


Junior
*

Group: Members
Posts: 66
Joined: 10-May 04
Member No.: 19620



After a full slipstream with newest hfslip, i decided to use a directx web setup to verify if it´s allright.
This setup wants to download SDKs updates....at least 6.1mb.

Is there a way to slipstream it too?

I´m using win2k3

This post has been edited by geese howard: Nov 28 2007, 03:59 PM
Go to the top of the page
 
+Quote Post
geese howard
post Nov 28 2007, 04:04 PM
Post #1792


Junior
*

Group: Members
Posts: 66
Joined: 10-May 04
Member No.: 19620



Another question:

Is the a way to disable / uninstall internet enhanced security with hfslip?
Go to the top of the page
 
+Quote Post
Tomcat76
post Nov 28 2007, 06:34 PM
Post #1793


MSFN Junkie
Group Icon

Group: Software Developers
Posts: 3171
Joined: 8-August 05
From: Flanders, Belgium
Member No.: 68008
OS: 2000
Country Flag


QUOTE (XibaD @ Nov 27 2007, 10:16 PM) *
My host system now is Windows XP x64. When the script reaches the point in which DX9 is beeing processed, the install screen of DirectX shows up, I click cancel, but nothing is slipstreamed to the XP 32 source.
Are you sure you aren't confusing the extraction dialog box with the installation dialog box? If the DX9 executable would actually start installation, you should've observed the same problem with Type 2 hotfixes as HFSLIP uses the switches for Type 2 hotfixes to extract the redist too.

What is the name of the executable and how big is it?

QUOTE (geese howard @ Nov 28 2007, 10:57 PM) *
After a full slipstream with newest hfslip, i decided to use a directx web setup to verify if it´s allright.
This setup wants to download SDKs updates....at least 6.1mb.

Is there a way to slipstream it too?

I´m using win2k3
Which are the SDK updates? I compared the versions of each file to see which DX9 binaries for 2K3 are newer/needed for 2K3SP1/SP2 in the revised code in these test releases.

QUOTE (geese howard @ Nov 28 2007, 11:04 PM) *
Is the a way to disable / uninstall internet enhanced security with hfslip?
HFSLIP doesn't do it, but I'd like to know that for myself. Just never had the time.
Go to the top of the page
 
+Quote Post
ctpooon
post Nov 30 2007, 09:42 PM
Post #1794


Newbie


Group: Members
Posts: 35
Joined: 22-July 06
From: Hong Kong
Member No.: 105733
Country Flag


ieframe.dll problem while trying to access "some" websites including windows update.

Hi,
I have a problem while trying to access websites using a Chinese XP system slipstreamed with IE7 using 1.7.1 rc2. (It was ok with 1.7.0)

have attached a screenshot and hfslip.log

thanks.

btw, I have created a silent installer .NET framework 3.5 using winrar and .NET 1.1 installer using SNM. (both runs prefectly on a normal xp)
I put DNF11.exe into the HFSVCPACK and I put net35.exe into the HFGUIRUNONCE. I cannot check if the .NET1.1 has been installed or not. however, I am pretty sure the net35.exe haven't been installed since I dont see any screen popup after I login into the system. Do I need to put anything else into those folders to make those run? or I just need to put the exe in ?

Thanks in advance
Attached File(s)
Attached File  ieError.zip ( 149.71K ) Number of downloads: 5
 
Go to the top of the page
 
+Quote Post
Tomcat76
post Dec 1 2007, 01:24 AM
Post #1795


MSFN Junkie
Group Icon

Group: Software Developers
Posts: 3171
Joined: 8-August 05
From: Flanders, Belgium
Member No.: 68008
OS: 2000
Country Flag


HFSLIP hasn't changed the handling of ieframe.dll when it's slipstreamed into the source. The current test release does something special with that file, but only if the GUILOGON method is used (only then, because I haven't observed any issues myself with ieframe.dll when slipstreamed, or with the SVCPACK method).

This is beginning to smell like a serious issue with the newest cumulative update. Can you please do me a favor and retest with HFSLIP 1.7.0? Don't reuse the source that HFSLIP 1.7.0 made in the past; let HFSLIP 1.7.0 make a new source again, using your current list of hotfixes.

If you used SNM to create a silent installer for .NET 1.1 you should see two entries in Administrative Tools. If they aren't there, installation has failed.

I can't speak for .NET 3.5 yet because I haven't been able to try it thus far. Check the RunOnce key in HKEY_LOCAL_MACHINE for anything suspicious.
Go to the top of the page
 
+Quote Post
ctpooon
post Dec 1 2007, 02:55 AM
Post #1796


Newbie


Group: Members
Posts: 35
Joined: 22-July 06
From: Hong Kong
Member No.: 105733
Country Flag


the 1.7.0 slipped system got the same error while using the same set of hot-fixes

attached the log for analysis
Attached File(s)
Attached File  HFSLIP.zip ( 1.38K ) Number of downloads: 8
 
Go to the top of the page
 
+Quote Post
Tomcat76
post Dec 1 2007, 04:23 PM
Post #1797


MSFN Junkie
Group Icon

Group: Software Developers
Posts: 3171
Joined: 8-August 05
From: Flanders, Belgium
Member No.: 68008
OS: 2000
Country Flag


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 smile.gif
Go to the top of the page
 
+Quote Post
sabregreen
post Dec 2 2007, 12:57 PM
Post #1798


Junior
*

Group: Members
Posts: 94
Joined: 13-November 06
Member No.: 115505
Country Flag


Do you need something tested ? I have 2k 2k3 and xp all vol license keys, I work for a school district so I can test this on different machines as well. Just let me know!
Go to the top of the page
 
+Quote Post
geese howard
post Dec 2 2007, 01:56 PM
Post #1799


Junior
*

Group: Members
Posts: 66
Joined: 10-May 04
Member No.: 19620



QUOTE (Tomcat76)
Which are the SDK updates? I compared the versions of each file to see which DX9 binaries for 2K3 are newer/needed for 2K3SP1/SP2 in the revised code in these test releases.


Here is some pics:










Attached File  HFSLIP.zip ( 1.06K ) Number of downloads: 1
Go to the top of the page
 
+Quote Post
Tomcat76
post Dec 3 2007, 12:54 AM
Post #1800


MSFN Junkie
Group Icon

Group: Software Developers
Posts: 3171
Joined: 8-August 05
From: Flanders, Belgium
Member No.: 68008
OS: 2000
Country Flag


@ctpooon--

Sorry, but I couldn't duplicate it yet. Everything is fine with WinXP Dutch. I will check the binaries of the CHT IE7 package and cumulative hotfix next.


@geese howard--

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.
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

112 Pages V  « < 88 89 90 91 92 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 21st November 2009 - 10:18 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy