![]() ![]() |
Dec 18 2006, 01:28 AM Post
#1261 | |
| Powered by PlugSquare.com ![]() Group: Members Posts: 97 Joined: 16-January 04 From: France Member No.: 12584 OS: Vista Ultimate x64 | It's possible the extra update for WMP11 is responsible for this. It may be incompatible with XP Home. I don't have a copy of Home Edition at hand so I can't test this myself. Please remove WMP11 and KB898543, and try again. Thanks for the advice This solves the reseal issue ! This post has been edited by EmRoD: Dec 18 2006, 02:25 AM |
| | |
Dec 18 2006, 04:03 AM Post
#1262 | |
| Newbie Group: Members Posts: 31 Joined: 14-February 06 Member No.: 87962 | No. As I said in my previous post, HFSPLUG2.CMD is called when the new source is ready. So HFSLIP.CMD already has the word "EXIT" at the end. If you add anything below "EXIT", it will be ignored when it's run (at T-13). Thanks for the kind answer, and excuse if I not have understood endured what you had written in previous post, but the translation problems exist. Now the solution is much clear… Bye! This post has been edited by retalv: Dec 18 2006, 04:06 AM |
| | |
Dec 18 2006, 06:59 AM Post
#1263 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 969 Joined: 15-January 06 Member No.: 85355 OS: Vista Ultimate x86 |
@retalv Glad you understand. If you use HFSPLUG2.CMD, you don't have to modify the main HFSLIP script at all! |
| | |
Dec 27 2006, 11:57 PM Post
#1264 | |
| Member ![]() ![]() Group: Members Posts: 102 Joined: 8-December 06 Member No.: 118014 |
Re: 61227a and autoit support: If I am reading this correctly, the setup .exe files (which should be in the same folder as the .au3 scripts - I think that is the usual convention) do not get copied to I386: CODE :HFEAU FOR /F %%I IN ('DIR/B HFEXPERT\AUTOIT\AU*.EXE') DO SET AUTOEXE=%%I IF NOT DEFINED AUTOEXE GOTO EOF COPY HFEXPERT\AUTOIT\%AUTOEXE% SOURCESS\I386 FOR /F %%I IN ('DIR/B HFEXPERT\AUTOIT\*.AU*') DO ( COPY HFEXPERT\AUTOIT\%%I SOURCESS\I386 ECHO>>SOURCESS\I386\SVCPACK\HFSLIP.CMD %%HFSLIP%%\%AUTOEXE% %%HFSLIP%%\%%I ) GOTO EOF |
| | |
Dec 28 2006, 02:26 AM Post
#1265 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
COPY HFEXPERT\AUTOIT\%AUTOEXE% SOURCESS\I386 copies the executable into I386. Are you saying now that there's more executables? Don't know if it's of any use, but I was also thinking of expanding the feature a little by allowing more than one subfolder starting with "AUTOIT" (eg, AUTOIT2, AUTOIT3, AUTOIT4, etc) in case people need to use scripts that haven't been updated yet. This is trivial but I need to know if it can be considered useful or not. |
| | |
Dec 28 2006, 09:30 AM Post
#1266 | |
| Member ![]() ![]() Group: Members Posts: 102 Joined: 8-December 06 Member No.: 118014 | COPY HFEXPERT\AUTOIT\%AUTOEXE% SOURCESS\I386 copies the executable into I386. Are you saying now that there's more executables? In addition to the autoit3.exe, there would be an executable of each setup that is automated by each .au3 script This post has been edited by daddydave: Dec 28 2006, 10:36 AM |
| | |
Dec 28 2006, 05:23 PM Post
#1267 | |
| Member ![]() ![]() Group: Members Posts: 102 Joined: 8-December 06 Member No.: 118014 | Don't know if it's of any use, but I was also thinking of expanding the feature a little by allowing more than one subfolder starting with "AUTOIT" (eg, AUTOIT2, AUTOIT3, AUTOIT4, etc) in case people need to use scripts that haven't been updated yet. This is trivial but I need to know if it can be considered useful or not. Autoit3 is pretty dominant, I think. The program became a lot more user-friendly with version 3, I think, and I haven't seen an Autoit2 script on these unattended boards |
| | |
Dec 29 2006, 02:01 AM Post
#1268 | |
| MSFN Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1760 Joined: 22-May 05 From: Paris Member No.: 57090 OS: none |
What about AutoHotKey scripts ? (and AHK handles AutoItv2 scripts |
| | |
Jan 2 2007, 05:54 AM Post
#1269 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
I can't add support for any installer type out there. Is it used a lot?
|
| | |
Jan 2 2007, 06:52 AM Post
#1270 | |
| MSFN Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1760 Joined: 22-May 05 From: Paris Member No.: 57090 OS: none |
I don't know which one is more popular. But don't bother with this : I find it a pity fast noone knows about AHK on this board (and only on this board). |
| | |
Jan 2 2007, 09:50 AM Post
#1271 | |
| Member ![]() ![]() Group: Members Posts: 102 Joined: 8-December 06 Member No.: 118014 | I don't know which one is more popular. But don't bother with this : I find it a pity fast noone knows about AHK on this board (and only on this board). Yes, I was going to make that point.. AHK, while a great program, is dead to all the MSFN boards. Furthermore, almost every posted script and every utility I've seen posted for simplifying the creation of unattended scripts, that I've seen at least, is geared toward almost nothing but AutoIt3, not Autohotkey or AutoIt2. I install both AutoHotkey and AutoIt3 on my system. I use AutoHotkey mainly for scripts that do not exit, like autocorrect, "FavoriteFolders", and making Alt-F4 work in cmd windows. I considered using it for unattended installation scripts, but it appeared I would be the first one doing so, so I quickly added AutoIt3 to my toolbox. OK, This post has been edited by daddydave: Jan 3 2007, 09:37 AM |
| | |
Jan 2 2007, 11:18 PM Post
#1272 | |
| MSFN Expert ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1182 Joined: 6-January 06 From: Manila, Philippines Member No.: 84520 OS: XP Pro x86 | |
| | |
Jan 2 2007, 11:57 PM Post
#1273 | |
| Member ![]() ![]() Group: Members Posts: 102 Joined: 8-December 06 Member No.: 118014 | |
| | |
Jan 3 2007, 08:29 AM Post
#1274 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 969 Joined: 15-January 06 Member No.: 85355 OS: Vista Ultimate x86 |
@Tomcat76 Maybe we could have a slight update to this section? CODE ECHO This program slipstreams and integrates updates into an installable source. echo Windows 2000 SP4: Integrates/Slipstreams IE6SP1, DX9, Critical Update Hotfixes echo Windows XP SP2: Integrates/Slipstreams Critical Update Hotfixes echo Windows 2003 SP1: Integrates/Slipstreams Critical Update Hotfixes echo Copyright (C) 2005-2006 TommyP |
| | |
Jan 3 2007, 09:30 AM Post
#1275 | |
| XPize Darkside Author ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 704 Joined: 25-August 05 From: ENGLAND Member No.: 70305 OS: Windows 7 x64 |
Setup pauses and never recovers on Registering components T-12 Part. When Slipstreaming KB900325 into MCE. |
| | |
Jan 3 2007, 11:09 AM Post
#1276 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
Please make sure that your SOURCE folder is properly set up for MCE 2005. I just updated the description near the top of the main post in this thread.
|
| | |
Jan 3 2007, 03:52 PM Post
#1277 | |
| XPize Darkside Author ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 704 Joined: 25-August 05 From: ENGLAND Member No.: 70305 OS: Windows 7 x64 |
Just to point out, I did have my SOURCE folder setup correctly. I've got it to work, I think maybe things I do to my install after HFSLIP may cause it to break (ie: Nlite) I ran a test install, only using HFSLIP, Its perfect! And it even means users will no longer need to install NET 1.0 SP3! Something does break the install, but I don't think its a problem with HFSLIP but possibly Nlite. I think when nlite edits the files it may possibly remove information added by HFSLIP to the TXTSETUP file. I'm going to keep trying until I find out what exactly causes the install to break and will report it to all. This post has been edited by antonio_king: Jan 3 2007, 07:05 PM |
| | |
Jan 4 2007, 02:54 AM Post
#1278 | |
| XPize Darkside Author ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 704 Joined: 25-August 05 From: ENGLAND Member No.: 70305 OS: Windows 7 x64 |
When hotfix WindowsXPMediaCenter2005-KB900325-usa is extracted. wmfdist95.exe is not deleted at the end of install from the HF folder. Also, one request... Could the MEDIACTR, TABLETPC, NETFX, SONIC, I386 folders and cabs be renamed using all caps when being recreated/recabbed? This post has been edited by antonio_king: Jan 4 2007, 03:12 AM |
| | |
Jan 4 2007, 04:08 AM Post
#1279 | |
| MSFN Expert ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1182 Joined: 6-January 06 From: Manila, Philippines Member No.: 84520 OS: XP Pro x86 | |
| | |
Jan 4 2007, 04:57 AM Post
#1280 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
OK. The folders are capitalized as well as the cab files that HFSLIP updates. When hotfix WindowsXPMediaCenter2005-KB900325-usa is extracted. This is by design. If the user has a more recent version of wmfdist95.exe in the HF folder he/she should not be forced to redownload it after running HFSLIP.
wmfdist95.exe is not deleted at the end of install from the HF folder. |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 21st November 2009 - 08:22 PM |