IPB

Google Frontpage Forums Unattended CD/DVD Guide
> HFSLIP - Test releases, No testing at the moment
Tomcat76
post Mar 12 2006, 02:26 PM
Post #1


MSFN Junkie
Group Icon

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


These versions are test builds and are pretty much stable. As usual, use them at your own risk.

A new final was released on November 9, 2009. If you were referred to this thread prior to November 9, please get the final from the main thread.

HFSLIP home page

*********************************************************
I hope tomcat76 doesn't mind me [tommyp] editting this post to add in a beta test build. See attachment for beta testing in preparation for the next final. Bugfixes:


There are no betas at the current time.



*********************************************************

You can help by checking if the binary removal files (2000SP4.EXT, XPSP1.EXT and XPSP2.EXT) cover everything. Download dumpdupes.cmd and place it in the main HFSLIP folder (alongside the normal HFSLIP executable). Run this tool AFTER you ran HFSLIP (it namely requires a SOURCE and a SOURCESS folder to compare). If there are any duplicate binaries that can be removed, a file called EXCLUDE.TXT will be created. Let me know if it contains additional files to those that already exist in the current removal files. This program can be used to check Windows 2000, XP and 2003 sources.
Dumpdupes.cmd has one limitation: it only checks for duplicates in the current sources. This tool would have to be run again whenever new hotfixes arrive in order to ensure the list is up to date. I'll probably make another tool that outputs a full list of any driver binary that isn't supposed to be loose in I386 once I evaluated the pros and cons of both.[attachment=25420:hfslip_beta_Mar30.zip]

This post has been edited by tommyp: Nov 9 2009, 06:57 PM
Go to the top of the page
 
+Quote Post
112 Pages V  « < 64 65 66 67 68 > »   
Start new topic
Replies (1300 - 1319)
S3pHiroTh
post Jan 7 2007, 12:14 AM
Post #1301


Member
**

Group: Members
Posts: 122
Joined: 4-September 06
Member No.: 109382
Country Flag


QUOTE (Tomcat76 @ Jan 7 2007, 02:33 AM) *
Your English is fine smile.gif

The error for Flash 9 is normal. The registration part of the newest OCX from Adobe is just broken so we'll have to wait for them to release a new version. For Win2K and Win2K3 I even had to work around this otherwise an error dialog appeared during Windows setup. Weird that they haven't updated it yet... Who'd think anyone would slipstream Flash, right? newwink.gif

I know about the errors for MSXML2 but am not sure why they occur. HFSLIP is including the catalog file so I guess Windows setup uses these DLLs before it checks the catalog files.


Ok I have understood thanks smile.gif
But for MSXML2 problem there is a workaround or not?
Go to the top of the page
 
+Quote Post
zedox
post Jan 7 2007, 02:12 PM
Post #1302


XPize Darkside Author
*****

Group: Members
Posts: 704
Joined: 25-August 05
From: ENGLAND
Member No.: 70305
OS: Windows 7 x64
Country Flag


@ Tomcat76...

POSSIBLE GOOD NEWS...

I install my media center from CMDLINES normally in this order...

CODE
"rundll32 setupapi.dll,InstallHinfSection Freestyle 128 medctroc.inf"
"rundll32 setupapi.dll,InstallHinfSection PlusDancer 128 plusoc.inf"
"rundll32 setupapi.dll,InstallHinfSection SonicDVDandCDBurning 128 sonic.inf"


But since you pointed out the errors in MedCtrOC.log I changed the order to...

CODE
"rundll32 setupapi.dll,InstallHinfSection SonicDVDandCDBurning 128 sonic.inf"
"rundll32 setupapi.dll,InstallHinfSection Freestyle 128 medctroc.inf"
"rundll32 setupapi.dll,InstallHinfSection PlusDancer 128 plusoc.inf"



After the install I checked the MedCtrOc.log to see if any errors occured... NO!
I havn't had a chance to check whether this effects the results of Windows Update, will get back to you on that.

Any way, a possible resolution is to try and involk the sonic.cab to install before mediactr.cab. This will resolve the errrors!


UPDATE
Unfortunately the updates are still showing up on Windows/Microsoft Update website.
But at least this shows the errors on MedCtrOc.log are not the cause of the updates showing up on the website.

This post has been edited by antonio_king: Jan 7 2007, 08:12 PM
Go to the top of the page
 
+Quote Post
Tomcat76
post Jan 8 2007, 03:54 PM
Post #1303


MSFN Junkie
Group Icon

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


@antonio_king

That's nice, but that won't fix the problem for "regular" MCE distributions. In these, the .NET 1.0/MC/Plus/Sonic components are installed from SYSOC.INF at which point .NET 1.1 is not installed yet. This will take some time to debug so MCE slipstreaming won't make it into the next final.

QUOTE (S3pHiroTh @ Jan 7 2007, 07:14 AM) *
But for MSXML2 problem there is a workaround or not?
HFSLIP 1.2.2-rc2 adds the CAT file of the msxml2sp6-kb887606 security update. Apparantly HFSLIP wasn't doing that before. This will fix the error for msxml2.dll, but not for msxml2r.dll. This is because msxml2r.dll is not part of the security update; msxml2r.dll is taken from msxml2.msi which doesn't contain a CAT file at all. I couldn't find a hotfix containing msxml2r.dll *and* a CAT file so the msxml2r.dll error can't be avoided unless you don't include msxml2.msi.
Go to the top of the page
 
+Quote Post
S3pHiroTh
post Jan 9 2007, 08:37 AM
Post #1304


Member
**

Group: Members
Posts: 122
Joined: 4-September 06
Member No.: 109382
Country Flag


QUOTE (Tomcat76 @ Jan 8 2007, 10:54 PM) *
QUOTE (S3pHiroTh @ Jan 7 2007, 07:14 AM) *
But for MSXML2 problem there is a workaround or not?
HFSLIP 1.2.2-rc2 adds the CAT file of the msxml2sp6-kb887606 security update. Apparantly HFSLIP wasn't doing that before. This will fix the error for msxml2.dll, but not for msxml2r.dll. This is because msxml2r.dll is not part of the security update; msxml2r.dll is taken from msxml2.msi which doesn't contain a CAT file at all. I couldn't find a hotfix containing msxml2r.dll *and* a CAT file so the msxml2r.dll error can't be avoided unless you don't include msxml2.msi.


Ok, I have searched for this CAT file that missing, in my laptop at work there is a file named "x86_Microsoft.MSXML2R_6bd6b9abf345378f_4.1.0.0_x-ww_29c3ad6a.cat", this isn't good for our goal?
Go to the top of the page
 
+Quote Post
Tomcat76
post Jan 9 2007, 01:45 PM
Post #1305


MSFN Junkie
Group Icon

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


And where did it come from?
Go to the top of the page
 
+Quote Post
S3pHiroTh
post Jan 9 2007, 01:51 PM
Post #1306


Member
**

Group: Members
Posts: 122
Joined: 4-September 06
Member No.: 109382
Country Flag


Simply I don't know smile.gif
It is in my laptop business laptop with a premaked iso image, however if you search that file with google there are many entries...
The exact directory where it is C:\WINDOWS\WinSxS\Manifests\x86_Microsoft.MSXML2R_6bd6b9abf345378f_4.1.0.0_x-ww_29c3ad6a.cat

If you want I upload it tomorrow morning or I can email you if you want
Go to the top of the page
 
+Quote Post
Kiki Burgh
post Jan 9 2007, 09:40 PM
Post #1307


MSFN Expert
******

Group: Members
Posts: 1187
Joined: 6-January 06
From: Manila, Philippines
Member No.: 84520
OS: XP Pro x86
Country Flag


QUOTE (Tomcat76 @ Jan 4 2007, 06:57 PM) *
OK. The folders are capitalized as well as the cab files that HFSLIP updates.
thanks! smile.gif

(unrelated: look at my avatar ... ain't that a nice bis smile tongue.gif S-M also has his now ... TC & TP, how about yours ... oh just for fun? newwink.gif )

This post has been edited by Kiki Burgh: Jan 9 2007, 09:42 PM
Go to the top of the page
 
+Quote Post
S3pHiroTh
post Jan 10 2007, 02:21 AM
Post #1308


Member
**

Group: Members
Posts: 122
Joined: 4-September 06
Member No.: 109382
Country Flag


This is a zip with these cat files:
QUOTE
msxmlx.cat
x86_Microsoft.MSXML2_6bd6b9abf345378f_4.20.9818.0_x-ww_8ff50c5d.cat
x86_Microsoft.MSXML2_6bd6b9abf345378f_4.20.9839.0_x-ww_ed80bd5c.cat
x86_Microsoft.MSXML2R_6bd6b9abf345378f_4.1.0.0_x-ww_29c3ad6a.cat
msxmlx.CAT (this is in another directory)

Only a question, these files are found in my business laptop at work, it has Windows XP Professional in English language, do you think that these cat files works with Italian version or not?

This post has been edited by S3pHiroTh: Jan 10 2007, 02:21 AM
Attached File(s)
Attached File  Cat_files.zip ( 26.31K ) Number of downloads: 2
 
Go to the top of the page
 
+Quote Post
Tomcat76
post Jan 10 2007, 06:29 AM
Post #1309


MSFN Junkie
Group Icon

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


The CAT file for MSXML2R is coming from the MSXML4 package. Lemme test if including that will clear the error message...
Go to the top of the page
 
+Quote Post
Tomcat76
post Jan 10 2007, 06:29 AM
Post #1310


MSFN Junkie
Group Icon

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


QUOTE (Kiki Burgh @ Jan 10 2007, 04:40 AM) *
QUOTE (Tomcat76 @ Jan 4 2007, 06:57 PM) *
OK. The folders are capitalized as well as the cab files that HFSLIP updates.
thanks! smile.gif
Not really of relevance anymore. MCE slipstreaming didn't make it into the final.
Go to the top of the page
 
+Quote Post
Tomcat76
post Jan 10 2007, 10:55 AM
Post #1311


MSFN Junkie
Group Icon

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


That cat file doesn't do it. I used the latest.
Go to the top of the page
 
+Quote Post
daddydave
post Jan 11 2007, 01:44 PM
Post #1312


Member
**

Group: Members
Posts: 102
Joined: 8-December 06
Member No.: 118014
Country Flag


thumbup.gif 70111a: Using the new MSIFIRSTLOGON feature, my problem MSI's installed flawlessly!

thumbup.gif T H A N K Y O U!! thumbup.gif

This post has been edited by daddydave: Jan 11 2007, 01:45 PM
Go to the top of the page
 
+Quote Post
zedox
post Jan 12 2007, 03:39 AM
Post #1313


XPize Darkside Author
*****

Group: Members
Posts: 704
Joined: 25-August 05
From: ENGLAND
Member No.: 70305
OS: Windows 7 x64
Country Flag


Has the MCE support been dropped!? sad.gif
Go to the top of the page
 
+Quote Post
S3pHiroTh
post Jan 12 2007, 06:22 AM
Post #1314


Member
**

Group: Members
Posts: 122
Joined: 4-September 06
Member No.: 109382
Country Flag


A question about the latest version of hfslip, I have read that, now, it can install at first logon .msi files, can hfslip install .exe files? Or need to be implemented?
Go to the top of the page
 
+Quote Post
tommyp
post Jan 12 2007, 06:44 AM
Post #1315


MSFN Expert
Group Icon

Group: Software Developers
Posts: 1467
Joined: 9-January 04
Member No.: 12184
OS: none
Country Flag


QUOTE (S3pHiroTh @ Jan 12 2007, 07:22 AM) *
A question about the latest version of hfslip, I have read that, now, it can install at first logon .msi files, can hfslip install .exe files? Or need to be implemented?


http://hfslip.org/howto.html step 5
Go to the top of the page
 
+Quote Post
S3pHiroTh
post Jan 12 2007, 09:58 AM
Post #1316


Member
**

Group: Members
Posts: 122
Joined: 4-September 06
Member No.: 109382
Country Flag


QUOTE (tommyp @ Jan 12 2007, 01:44 PM) *
QUOTE (S3pHiroTh @ Jan 12 2007, 07:22 AM) *
A question about the latest version of hfslip, I have read that, now, it can install at first logon .msi files, can hfslip install .exe files? Or need to be implemented?


http://hfslip.org/howto.html step 5


Ok, this for me is unuseful, because if I put the .netfx 2.0 exe installer (silent installer download on ryanvm site), it doesn't install, (because that method doesn't install at first logon, but at T-13 of Windows installation), so I have asked. Someone else can told me how to do that?
Thanks a lot
Go to the top of the page
 
+Quote Post
Tomcat76
post Jan 12 2007, 10:07 AM
Post #1317


MSFN Junkie
Group Icon

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


QUOTE (antonio_king @ Jan 12 2007, 10:39 AM) *
Has the MCE support been dropped!? sad.gif
Not dropped... A newer version will be released if it actually fixes the problems.

QUOTE (S3pHiroTh @ Jan 12 2007, 01:22 PM) *
A question about the latest version of hfslip, I have read that, now, it can install at first logon .msi files, can hfslip install .exe files? Or need to be implemented?
It depends on the type. Microsoft Type 1 and Type 2 hotfixes are generally supported (provided that the Type 1 hotfix has the word "Windows" in its name); these go in the HF folder. Executables that need to be installed with the /Q:A /R:N switches go in HFSVCPACK_SW (with special care for WMP10 if you prefer to place it in this folder). Executables found in HFSVCPACK will be installed without switches so this folder is best used for silent/switchless installers; "normal" executables can also be placed in this folder but then you'll have to follow their installation wizard during Windows setup.
Go to the top of the page
 
+Quote Post
Tomcat76
post Jan 12 2007, 10:12 AM
Post #1318


MSFN Junkie
Group Icon

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


QUOTE (S3pHiroTh @ Jan 12 2007, 04:58 PM) *
Ok, this for me is unuseful, because if I put the .netfx 2.0 exe installer (silent installer download on ryanvm site), it doesn't install, (because that method doesn't install at first logon, but at T-13 of Windows installation), so I have asked. Someone else can told me how to do that?
RyanVM mentions that his .NET 2.0 installer can't be installed at T-13. There are several posts here about alternative switchless .NET 2.0 installers which CAN be installed at T-13.
Go to the top of the page
 
+Quote Post
S3pHiroTh
post Jan 13 2007, 03:11 AM
Post #1319


Member
**

Group: Members
Posts: 122
Joined: 4-September 06
Member No.: 109382
Country Flag


QUOTE (Tomcat76 @ Jan 12 2007, 05:12 PM) *
QUOTE (S3pHiroTh @ Jan 12 2007, 04:58 PM) *
Ok, this for me is unuseful, because if I put the .netfx 2.0 exe installer (silent installer download on ryanvm site), it doesn't install, (because that method doesn't install at first logon, but at T-13 of Windows installation), so I have asked. Someone else can told me how to do that?
RyanVM mentions that his .NET 2.0 installer can't be installed at T-13. There are several posts here about alternative switchless .NET 2.0 installers which CAN be installed at T-13.


I have tried to download Aserone's Net Installer, but the link doesn't work anymore... I have searched on web but I can't find another installer that work at T-13. Can you tell me where I can download it?
Where can I put the language packs for net framework in hfslip (both 1.1 and 2.0)?

EDIT: Another news, if I slipstream WindowsXP-KB929969-x86-ITA.exe, after I have installed Windows, Windows Update tell me that KB929969 update isn't installed, but, if I slipstream IE7-KB929969-WindowsXP-x86-ita.exe, Windows Update doesn't tell me to install KB929969 hotfix. I attach my log (with IE7-KB929969-WindowsXP-x86-ita.exe update)

This post has been edited by S3pHiroTh: Jan 13 2007, 10:19 AM
Attached File(s)
Attached File  HFSLIP.TXT ( 4.89K ) Number of downloads: 6
 
Go to the top of the page
 
+Quote Post
Tomcat76
post Jan 13 2007, 12:06 PM
Post #1320


MSFN Junkie
Group Icon

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


I see in your log file that you are including IE7. WindowsXP-KB929969-x86-ITA.exe is only for IE6 so it's normal that Windows Update complains.

.NET as well as the language packs are not supported directly. I don't know of silent installers that combine everything, but you can make a full .NET 1.1 package including the language pack yourself with some script I wrote a long time ago.

I can't seem to find another .NET 2.0 silent installer anymore either (at least not one that's up to date).
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

112 Pages V  « < 64 65 66 67 68 > » 
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: 24th November 2009 - 04:26 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