![]() ![]() |
Feb 6 2007, 05:55 AM Post
#1441 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 | This means that, if I use Windows XP SP2, I should remove the old variable INCWMPCSKIN and replace it with the new INCALLSKINS? It has a higher priority: if you set both to "1" then only INCALLSKINS will be taken into account since there's no need to copy the Classic skin twice.Or INCALLSKINS has an highest priority than INCWMPCSKIN? Just note that all HFSLIP does is copy them over into the skins folder. Whether or not they are compatible with WMP 9, 10 or 11 is something else. At this point I'm more interested in comments on the "alternate input folders" feature. At the current rate of interest it won't make it into the final... Perhaps if I understood their intended purpose... This post has been edited by Tomcat76: Feb 6 2007, 06:14 AM |
| | |
Feb 6 2007, 04:47 PM Post
#1442 | |
| Group: Members Posts: 3 Joined: 3-November 06 From: Portland, Oregon Member No.: 114698 | At this point I'm more interested in comments on the "alternate input folders" feature. At the current rate of interest it won't make it into the final... Bad timing means I will not have time to test this until next week, but that said I like the concept and it would be of great use. I am currently maintaining 7 different builds buy making copies of all the HF supporting folders and copying them into a HF main folder to make the build, basically a manual process of similar to what you are attempting to automate. In a nutshell, good idea I like it. |
| | |
Feb 6 2007, 07:38 PM Post
#1443 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 969 Joined: 15-January 06 Member No.: 85355 OS: Vista Ultimate x86 |
@Tomcat76 I still have no idea what's going on with my installation. I get four files in HFSLPGUI, but they aren't the ones you say should be there. This is what I see. HFGUI1.EXE HFGUI2.EXE IE7_INST.EXE PSHELL.EXE |
| | |
Feb 6 2007, 08:19 PM Post
#1444 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 969 Joined: 15-January 06 Member No.: 85355 OS: Vista Ultimate x86 | What's wrong? |
| | |
Feb 6 2007, 08:21 PM Post
#1445 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
Super-Magician... You can test something for me but I'd first like to see the TXTSETUP.SIF and DOSNET.INF files from SOURCESS\I386. I need to make sure everything's alright there. |
| | |
Feb 6 2007, 08:44 PM Post
#1446 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 969 Joined: 15-January 06 Member No.: 85355 OS: Vista Ultimate x86 | |
| | |
Feb 6 2007, 08:49 PM Post
#1447 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
OK... I see the problem. Good idea to ask you for the TXTSETUP.SIF file...
|
| | |
Feb 6 2007, 09:25 PM Post
#1448 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
70207a, at your service... Sir! |
| | |
Feb 6 2007, 09:57 PM Post
#1449 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 969 Joined: 15-January 06 Member No.: 85355 OS: Vista Ultimate x86 |
Thanks. I will test it tomorrow. |
| | |
Feb 7 2007, 12:18 AM Post
#1450 | |
| Junior ![]() Group: Members Posts: 87 Joined: 30-August 06 Member No.: 109032 | @TC I would like to ask a big favor. Would you make me a "personalized" version of 1.2.2 with additional comments for "IF EXIST filname" blocks at the following places: :HFBLOAT :POSTHFX the INFCREATORS and SVCPACK It would be a great help to know what those processings are exactly. This post has been edited by whitehorses: Feb 7 2007, 12:19 AM |
| | |
Feb 7 2007, 05:25 AM Post
#1451 | |
| XPize Darkside Author ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 704 Joined: 25-August 05 From: ENGLAND Member No.: 70305 OS: Windows 7 x64 |
Has Media Center support been dropped now?
|
| | |
Feb 8 2007, 06:43 PM Post
#1452 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 969 Joined: 15-January 06 Member No.: 85355 OS: Vista Ultimate x86 |
@Tomcat76, 70208a works without incident. Thanks! |
| | |
Feb 8 2007, 07:39 PM Post
#1453 | |
| Creator of the Windows ME Service Pack ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 899 Joined: 15-July 05 Member No.: 64572 |
Bug Report: I just wanted to make the IE7 executable with all updates, and for some reason modifyPE is required. I'll put modifyPE in HFTOOLS to bypass the error. the_guy EDIT: Maybe I should've read the information better. Why is modifyPE needed anyway? This post has been edited by the_guy: Feb 8 2007, 07:46 PM |
| | |
Feb 8 2007, 08:45 PM Post
#1454 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
If IE7 hotfixes are found in the HF folder, a new IE7 installer is created in which those hotfixes are slipstreamed. This is done with iexpress.exe, but Windows setup won't allow the output file to be copied over from CD to the hard disk if it isn't modifyPE'd first. ModifyPE is only really needed if doing a non-SVCPACK install (not specifying IE7SVCPACK=1) of the newly created IE7 installer but I decided to keep things more simple by making it a prerequisite either way. |
| | |
Feb 9 2007, 05:33 AM Post
#1455 | |
| Creator of the Windows ME Service Pack ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 899 Joined: 15-July 05 Member No.: 64572 |
Thanks Tomcat. Also, for some reason HFSLIP wanted to extract and recompress driver.cab. Is there any way that driver compression can be skipped over if no files need to go into the driver file and selected compression method is A? the_guy |
| | |
Feb 9 2007, 06:27 AM Post
#1456 | |
| MSFN Expert Group: Software Developers Posts: 1467 Joined: 9-January 04 Member No.: 12184 OS: none |
the_guy - if you have a slipstreamed source, there is typically a SP#.CAB, where the # is the service pack that is slipsteamed. The SP#.cab files have some binaries that are updates of the driver.cab binaries. With 2k, some of the dx9 binaries have to get packed in the driver.cab. Sometimes, there are hotfix binaries that have to get packed into the driver.cab too. Perhaps there is a workaround to create an optional hfslip pre-processing script to merge the sp#.cabs and driver.cab. If a hotfix and/or hfexpert drivers needs to get added during the normal hfslip process, an spx.cab will be created. Whattaya think? TC?
|
| | |
Feb 9 2007, 02:21 PM Post
#1457 | |
| Creator of the Windows ME Service Pack ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 899 Joined: 15-July 05 Member No.: 64572 |
@tommyp: I understood that. What I meant is to not have driver processing if you just have IE7 updates in HF, or no files in HF, and option A was chosen for driver compression. What could be done is that there could be a variable in HFANSWER.INI such as RECOMPDRIVER=0 to cancel driver recompression, with the value ignored if DRIVERCOMP wasn't A. the_guy |
| | |
Feb 9 2007, 04:55 PM Post
#1458 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 | |
| | |
Feb 9 2007, 08:23 PM Post
#1459 | |
| Creator of the Windows ME Service Pack ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 899 Joined: 15-July 05 Member No.: 64572 |
Interesting tool! the_guy |
| | |
Feb 10 2007, 03:41 AM Post
#1460 | |
| MSFN Expert ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1182 Joined: 6-January 06 From: Manila, Philippines Member No.: 84520 OS: XP Pro x86 |
hi TC! my apologies if what i'm sharing here were based on several results from testing 70203b ... (1) posted some dotnet issues in Unattended forum: Silent .NET Maker (latest update: 20070201), Create silent switchless .NET installers for Win2K/XP/2K3 x86 ... could it be posted here in Test Release or in the new topic you started: How to slipstreasm .Netframework 1.1 and 2.0 (2) Windows PowerShell 1.0 English-Language Installation Package for Windows XP (KB926139) didn't install ... tried it in HF & HFGUIRUNONCE ... no go from both locations ... i recall trying to slipstream this before but you informed me back then it wasn't supported ... until i read in QUOTE Extended changelog for HFSLIP 1.2.1 (3) are there specific instructions in using HFGUIRUNONCE that i might have missed? do i really have to execute these files manually while the cmd window is active?General updates: PowerShell 1.0 is now installed at first GUI logon and localized versions are supported Note: you need a silent .NET 2.0 installer in HFSVCPACK as this program requires .NET 2.0 (4) are there specific HFSVCPACK_SW to do's prior to putting .msi files here? TimeZoneSetup.msi & UFDSetupWizard.msi didn't install (even if placed in HFGUIRUNONCE ... this was despite having dotnet1 & dotnet2 in HFSVCPACK (btw, aren't DNF11.exe & DNF20.exe, being switchless installers supposed to be placed in HFSVCPACK_SW?) (5) is WindowsDesktopSearch-KB926356-V2-x86-ENU-6.0.5414.0 supported? i recall doing this the unorthodox way via HFSVCPACK before & if i recall it correctly, it worked ... officially though, is this download unsupported? (6) i'm not sure if this has something to do with HFSLIP but installing drivers upon hitting GUI was problematic for me, specifically for older Install Shield Wizard ... they get stuck in the askbar without terminating automatically ... i always ended up rebooting the pc ... please advise ... thanks! This post has been edited by Kiki Burgh: Feb 10 2007, 03:49 AM |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 21st November 2009 - 10:52 PM |