Tomcat76 Posted March 16, 2007 Posted March 16, 2007 Well... That could be difficult. You can achieve that by setting the same multiboot path twice but you need to make sure that files with identical names really are identical too. Also, when the second SOURCESS folder is made, you should move some files from the second SVCPACK folder into the first (or the other way around, depending on which way you want to go), but not all. The easiest way to find out which files should REMAIN in the folder they are in is checking SVCPACK.INF; the CATs as well as all files that are installed from the [setupHotfixesToRun] section should remain in the folder they exist in.
Gedrean Posted March 16, 2007 Posted March 16, 2007 (edited) Well... That could be difficult. You can achieve that by setting the same multiboot path twice but you need to make sure that files with identical names really are identical too. Also, when the second SOURCESS folder is made, you should move some files from the second SVCPACK folder into the first (or the other way around, depending on which way you want to go), but not all. The easiest way to find out which files should REMAIN in the folder they are in is checking SVCPACK.INF; the CATs as well as all files that are installed from the [setupHotfixesToRun] section should remain in the folder they exist in.Really? There's no way to just go into svcpack.inf and rename the ones I put into hfsvcpack to have them in like a directory in the root of the disc?EDIT: I found hfslip.cmd, could I just modify that to add a variable to point at the folder in the root, like the OEM folder that the driver pack'll be in? Edited March 16, 2007 by Gedrean
Sgt_Strider Posted March 17, 2007 Posted March 17, 2007 Removing "HFSLIPTotalSlipstream" didn't work or did other registry tweaks fail as well?I'm talking about the registry tweaks. Only the DPI and screensaver tweak did not work. Do you know why?
Tomcat76 Posted March 17, 2007 Posted March 17, 2007 There's no way to just go into svcpack.inf and rename the ones I put into hfsvcpack to have them in like a directory in the root of the disc?To my knowledge, you can't use paths in SVCPACK.INF. I have never experimented with that.EDIT: I found hfslip.cmd, could I just modify that to add a variable to point at the folder in the root, like the OEM folder that the driver pack'll be in?That would actually be cleaner. Change the %HFSLIP% variable so it points to your custom directory and then move all files that are installed from %HFSLIP% by HFSLIP.CMD into that folder. But it's more manual work.I'm talking about the registry tweaks. Only the DPI and screensaver tweak did not work. Do you know why?I have never used those so I can't really say what's causing the failure. Here are some possibilities:1) You need a reboot for the changes to take effect2) There's a mini post-install (titled "Windows Update") taking place when you first log on after Windows setup has completed. Some of the things you inject into the registry may be overwritten by that.
Gedrean Posted March 17, 2007 Posted March 17, 2007 There's no way to just go into svcpack.inf and rename the ones I put into hfsvcpack to have them in like a directory in the root of the disc?To my knowledge, you can't use paths in SVCPACK.INF. I have never experimented with that.EDIT: I found hfslip.cmd, could I just modify that to add a variable to point at the folder in the root, like the OEM folder that the driver pack'll be in?That would actually be cleaner. Change the %HFSLIP% variable so it points to your custom directory and then move all files that are installed from %HFSLIP% by HFSLIP.CMD into that folder. But it's more manual work. Yeah it is very lovely that it seems HFS places its calls into a cmd rather than in svcpack (in fact none of my SSI's were in svcpack) so that they can be manipulated easier. It's a little manual work, but at this rate what I've done is added a slightly different variable (HFSLIP2) and just stuck a 2 into the names of the files that weren't moved (very few of them) and did some swapping around. It'll make creating a multiboot CD much easier. Thanks Tomcat76!
Sgt_Strider Posted March 18, 2007 Posted March 18, 2007 There's no way to just go into svcpack.inf and rename the ones I put into hfsvcpack to have them in like a directory in the root of the disc?To my knowledge, you can't use paths in SVCPACK.INF. I have never experimented with that.EDIT: I found hfslip.cmd, could I just modify that to add a variable to point at the folder in the root, like the OEM folder that the driver pack'll be in?That would actually be cleaner. Change the %HFSLIP% variable so it points to your custom directory and then move all files that are installed from %HFSLIP% by HFSLIP.CMD into that folder. But it's more manual work.I'm talking about the registry tweaks. Only the DPI and screensaver tweak did not work. Do you know why?I have never used those so I can't really say what's causing the failure. Here are some possibilities:1) You need a reboot for the changes to take effect2) There's a mini post-install (titled "Windows Update") taking place when you first log on after Windows setup has completed. Some of the things you inject into the registry may be overwritten by that.How do I ensure that doesn't happen? Restarting the computer will not do anything.
jimmsta Posted March 19, 2007 Posted March 19, 2007 Building with a clean XP SP2 source, with all the latest patches in the HF directory, and IE7's installer in there as well, I seem to have issues - first off, Wininet.dll is not functioning properly - I have to install IE7 on top of itself in order to use IE at all. Secondly, the themes service is not starting, and third, if I integrate WGA, or Windows Update, all the controls are screwed up, unregistered, and will not register properly.I've tried over and over again, but still run into these problems.I've tried different sources of XP, with the same results.I also sometimes end up with a bunch of desktop.ini files in the start menu, desktop, and startup menu. I'll be testing the latest test release, to see if any of these wacky bugs could have been caused by something in the script. There's also a chance that I have some update that should not be included, or may have been superceeded. Any Ideas?
the_guy Posted March 19, 2007 Posted March 19, 2007 Post your hfslip.log file (located in the root of your CD).the_guy
Super-Magician Posted March 19, 2007 Posted March 19, 2007 @jimmsta, have you tried restarting after IE7 installation is completed? Try reading through http://www.hfslip.org, and as the_guy said, please post your HFSLIP.LOG file.You see a bunch of desktop.ini files because for some reason a setting in Folder Options is unchecked (Folder Options -> View -> Hide protected operating system files).
Tomcat76 Posted March 19, 2007 Posted March 19, 2007 @jimmstaTo me, that sounds like the issues that existed with the betas, RCs and the first final release (and maybe even the second) of IE7. Be sure to use the latest final release; Microsoft have silently re-released it a few times. Also, I hope you read the instructions on hfslip.org; you need at least the latest cumulative update and the latest shell32.dll hotfix.How do I ensure that doesn't happen? Restarting the computer will not do anything.If rebooting didn't do it, it may be the other problem. Unfortunately I think there's no way around that (at least not a clean one).
drell Posted March 21, 2007 Posted March 21, 2007 I have exctract a windows server 2003 cd in a folder x86.Can i integrate ie7? (IE7-WindowsServer2003-x86-enu.exe)How can i do it?thx
jimmsta Posted March 22, 2007 Posted March 22, 2007 @jimmstaTo me, that sounds like the issues that existed with the betas, RCs and the first final release (and maybe even the second) of IE7. Be sure to use the latest final release; Microsoft have silently re-released it a few times. Also, I hope you read the instructions on hfslip.org; you need at least the latest cumulative update and the latest shell32.dll hotfix.How do I ensure that doesn't happen? Restarting the computer will not do anything.If rebooting didn't do it, it may be the other problem. Unfortunately I think there's no way around that (at least not a clean one).It's probably something I did. I'll try again when I have a second.
Tomcat76 Posted March 22, 2007 Posted March 22, 2007 I have exctract a windows server 2003 cd in a folder x86.Can i integrate ie7? (IE7-WindowsServer2003-x86-enu.exe)How can i do it?thx It depends on what you mean by "integrate". IE7 can't be slipstreamed into Windows Server 2003; you'll get errors all over the place during Windows setup. The first two methods outlined on Handling of Windows Internet Explorer 7 work for Win2K3.
jimmsta Posted March 29, 2007 Posted March 29, 2007 Alrighty, I tried once again to get a working build out of this. here's the log, followed by some images of the build running in a VM.This file is automatically generated by HFSLIP HFSLIP is for personal use only Copyright© TommyP 2005-2007============================HOW TO REPORT A PROBLEM============================ If running into problems, refer to http://hfslip.org/support.html HFSLIP support forum: http://msfn.org/board/index.php?showforum=129===============================================================================HFSLIP Version - 70325HFSLIP Path - E:\XP CDs\HFSLIP\OS in SOURCESS - XP SP2 EnglishDrivers - DRIVER.CAB UpdatedHFCLEANUP DetectedCD Install Path - DefaultCDTAG - WIN51===============================================================================Files in your FIX folder:Files in your HF folder:IE7-KB928090-WindowsXP-x86-enu.exeIE7-KB929969-WindowsXP-x86-enu.exeIE7-WindowsXP-x86-enu.exeMP10Setup.exemsxml2sp6-kb887606-x86-enu.exemsxml4-KB927978-enu.exeroots-kb931125-xp-ws03-x86-x64_37482c3789e5a6772579ff942723c9b8ad0f8d1a.exeWindowsInstaller-KB893803-v2-x86.exeWindowsMedia-KB911564-x86-ENU.exeWindowsMedia10-KB917734-x86-ENU.exeWindowsMedia6-KB925398-x86-ENU.exeWindowsXP-KB873339-x86-ENU.exeWindowsXP-KB885626-v2-x86-enu.exeWindowsXP-KB885836-x86-ENU.exeWindowsXP-KB886185-x86-enu.exeWindowsXP-KB887472-x86-enu.exeWindowsXP-KB888302-x86-ENU.exeWindowsXP-KB890859-x86-ENU.exeWindowsXP-KB891781-x86-ENU.exeWindowsXP-KB893756-x86-ENU.exeWindowsXP-KB896358-x86-ENU.exeWindowsXP-KB896423-x86-ENU.exeWindowsXP-KB896424-x86-ENU.exeWindowsXP-KB896428-x86-ENU.exeWindowsXP-KB898461-x86-ENU.exeWindowsXP-KB899587-x86-ENU.exeWindowsXP-KB899591-x86-ENU.exeWindowsXP-KB900725-x86-ENU.exeWindowsXP-KB901017-x86-ENU.exeWindowsXP-KB901190-x86-ENU.exeWindowsXP-KB901214-x86-ENU.exeWindowsXP-KB904706-v2-x86-ENU.exeWindowsXP-KB905414-x86-ENU.exeWindowsXP-KB905749-x86-ENU.exeWindowsXP-KB908519-x86-ENU.exeWindowsXP-KB908531-v2-x86-ENU.exeWindowsXP-KB910437-x86-ENU.exeWindowsXP-KB911280-v2-x86-ENU.exeWindowsXP-KB911927-x86-ENU.exeWindowsXP-KB912817-v2-x86-ENU.exeWindowsXP-KB912919-x86-ENU.exeWindowsXP-KB913580-x86-ENU.exeWindowsXP-KB914388-x86-ENU.exeWindowsXP-KB914389-x86-ENU.exeWindowsXP-KB916595-x86-ENU.exeWindowsXP-KB917422-x86-ENU.exeWindowsXP-KB917537-x86-ENU.exeWindowsXP-KB917953-x86-ENU.exeWindowsXP-KB918118-x86-ENU.exeWindowsXP-KB918439-x86-ENU.exeWindowsXP-KB919007-x86-ENU.exeWindowsXP-KB920213-x86-ENU.exeWindowsXP-KB920670-x86-ENU.exeWindowsXP-KB920683-x86-ENU.exeWindowsXP-KB920685-x86-ENU.exeWindowsXP-KB920872-x86-ENU.exeWindowsXP-KB922582-x86-ENU.exeWindowsXP-KB922819-x86-ENU.exeWindowsXP-KB923191-x86-ENU.exeWindowsXP-KB923414-x86-ENU.exeWindowsXP-KB923689-x86-ENU.EXEWindowsXP-KB923694-x86-ENU.exeWindowsXP-KB923980-x86-ENU.exeWindowsXP-KB924191-x86-ENU.exeWindowsXP-KB924270-x86-ENU.exeWindowsXP-KB924667-x86-ENU.exeWindowsXP-KB926247-x86-ENU.exeWindowsXP-KB926255-x86-ENU.exeWindowsXP-KB926436-x86-ENU.exeWindowsXP-KB927779-x86-ENU.exeWindowsXP-KB927802-x86-ENU.exeWindowsXP-KB928255-x86-ENU.exeWindowsXP-KB928843-x86-ENU.exeWindowsXP-KB929338-x86-ENU.exewmfdist95.exemsxml2.msimsxml6_x86.msiFiles in your HFCABS folder:Apr2005_d3dx9_25_x86.cabApr2006_d3dx9_30_x86.cabAug2005_d3dx9_27_x86.cabDec2005_d3dx9_28_x86.cabDEC2006_d3dx10_00_x86.cabDEC2006_d3dx9_32_x86.cabFeb2005_d3dx9_24_x86.cabFeb2006_d3dx9_29_x86.cabJun2005_d3dx9_26_x86.cabOCT2006_d3dx9_31_x86.cabswflash.cabFiles in your HFSVCPACK folder:AdobeReader708Lite.exedotnet11sp1.exedotnet2.exeJRE6.exeFiles in your HFSVCPACK_SW folder:Files in your HFGUIRUNONCE folder:Files in your HFTOOLS folder:bbie.exebbie.licBOOT.BINCABARC.EXECABINET.DLLcygwin1.dllEXTRACT.EXEMAKECAB.EXEmkisofs.exemodifyPE.exeFiles in your HFEXPERT folder:E:\XP CDs\HFSLIP\HFEXPERT\CODECS\ac3filter.axE:\XP CDs\HFSLIP\HFEXPERT\CODECS\CLVSD.axE:\XP CDs\HFSLIP\HFEXPERT\CODECS\CoreVorbis.axE:\XP CDs\HFSLIP\HFEXPERT\CODECS\divxdec.axE:\XP CDs\HFSLIP\HFEXPERT\CODECS\FLVSplitter.axE:\XP CDs\HFSLIP\HFEXPERT\CODECS\I263_32.drvE:\XP CDs\HFSLIP\HFEXPERT\CODECS\iac25_32.axE:\XP CDs\HFSLIP\HFEXPERT\CODECS\IMC32.acmE:\XP CDs\HFSLIP\HFEXPERT\CODECS\Ir32_32.dllE:\XP CDs\HFSLIP\HFEXPERT\CODECS\Ir41_32.axE:\XP CDs\HFSLIP\HFEXPERT\CODECS\Ir41_qc.dllE:\XP CDs\HFSLIP\HFEXPERT\CODECS\Ir41_qcx.dllE:\XP CDs\HFSLIP\HFEXPERT\CODECS\Ir50_32.dllE:\XP CDs\HFSLIP\HFEXPERT\CODECS\ir50_32.qtxE:\XP CDs\HFSLIP\HFEXPERT\CODECS\Ir50_lcs.dllE:\XP CDs\HFSLIP\HFEXPERT\CODECS\Ir50_qc.dllE:\XP CDs\HFSLIP\HFEXPERT\CODECS\Ir50_qcx.dllE:\XP CDs\HFSLIP\HFEXPERT\CODECS\Ivfsrc.axE:\XP CDs\HFSLIP\HFEXPERT\CODECS\l3codecp.acmE:\XP CDs\HFSLIP\HFEXPERT\CODECS\l3codecx.axE:\XP CDs\HFSLIP\HFEXPERT\CODECS\mpeg2dmx.axE:\XP CDs\HFSLIP\HFEXPERT\CODECS\ogg.dllE:\XP CDs\HFSLIP\HFEXPERT\CODECS\OggDS.dllE:\XP CDs\HFSLIP\HFEXPERT\CODECS\README.txtE:\XP CDs\HFSLIP\HFEXPERT\CODECS\vorbis.dllE:\XP CDs\HFSLIP\HFEXPERT\CODECS\vorbisenc.dllE:\XP CDs\HFSLIP\HFEXPERT\CODECS\vorbisfile.dllE:\XP CDs\HFSLIP\HFEXPERT\CODECS\vp7dec.axE:\XP CDs\HFSLIP\HFEXPERT\CODECS\vp7vfw.dllE:\XP CDs\HFSLIP\HFEXPERT\CODECS\VSFilter.dllE:\XP CDs\HFSLIP\HFEXPERT\CODECS\xvid.axE:\XP CDs\HFSLIP\HFEXPERT\CODECS\xvidcore.dllE:\XP CDs\HFSLIP\HFEXPERT\CODECS\xvidvfw.dllFiles in your HFCLEANUP folder:Driver_Scanners.rdvOSOptions_Tour.remOSOptions_Tour.rinService_Messenger.remService_Messenger.rinXPSP2.EXT===============================================================================HFSLIP run time: 20m27sFirst off, one of the major dll's from IE is missing. Second, the CPU type is not listed under the system properties.Third, there's no username, and very few processes. IE7 will not install, and neither will .NET v2.0.Also, the driver signature prompt kept coming up during installation.What did I do wrong?
Tomcat76 Posted March 29, 2007 Posted March 29, 2007 Are you including any hotfixes that are not on my list?Are you instructing HFSLIP to change the default handling of IE7 via HFANSWER.INI?Where did you get that dotnet2.exe file from? If it's RyanVM's, it won't work (from svcpack.inf) as mentioned on his download page and here.I wouldn't experiment with the HFCLEANUP files until everything works as intended.
Recommended Posts