IPB

Google Frontpage Forums Unattended CD/DVD Guide
112 Pages V  « < 62 63 64 65 66 > »   
Reply to this topicStart new topic
> HFSLIP - Test releases, No testing at the moment
EmRoD
post 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
Country Flag


QUOTE (Tomcat76 @ Dec 15 2006, 04:31 PM) *
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 smile.gif
This solves the reseal issue !

This post has been edited by EmRoD: Dec 18 2006, 02:25 AM
Go to the top of the page
 
+Quote Post
retalv
post Dec 18 2006, 04:03 AM
Post #1262


Newbie


Group: Members
Posts: 31
Joined: 14-February 06
Member No.: 87962
Country Flag


QUOTE (Tomcat76 @ Dec 18 2006, 01:15 AM) *
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
Go to the top of the page
 
+Quote Post
Super-Magician
post 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
Country Flag


@retalv

Glad you understand. If you use HFSPLUG2.CMD, you don't have to modify the main HFSLIP script at all!
Go to the top of the page
 
+Quote Post
daddydave
post Dec 27 2006, 11:57 PM
Post #1264


Member
**

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


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
Go to the top of the page
 
+Quote Post
Tomcat76
post Dec 28 2006, 02:26 AM
Post #1265


MSFN Junkie
Group Icon

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


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.
Go to the top of the page
 
+Quote Post
daddydave
post Dec 28 2006, 09:30 AM
Post #1266


Member
**

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


QUOTE (Tomcat76 @ Dec 28 2006, 03:26 AM) *
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
Go to the top of the page
 
+Quote Post
daddydave
post Dec 28 2006, 05:23 PM
Post #1267


Member
**

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


QUOTE (Tomcat76 @ Dec 28 2006, 03:26 AM) *
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
Go to the top of the page
 
+Quote Post
Camarade_Tux
post 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
Country Flag


What about AutoHotKey scripts ? whistling.gif

(and AHK handles AutoItv2 scripts newwink.gif )
Go to the top of the page
 
+Quote Post
Tomcat76
post Jan 2 2007, 05:54 AM
Post #1269


MSFN Junkie
Group Icon

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


I can't add support for any installer type out there. Is it used a lot?
Go to the top of the page
 
+Quote Post
Camarade_Tux
post 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
Country Flag


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). newwink.gif
Go to the top of the page
 
+Quote Post
daddydave
post Jan 2 2007, 09:50 AM
Post #1271


Member
**

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


QUOTE (Camarade_Tux @ Jan 2 2007, 07:52 AM) *
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). newwink.gif


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. smile.gif

OK, Kiki Camarade_Tux, I searched and did find a few. I may have exaggerated slightly.

This post has been edited by daddydave: Jan 3 2007, 09:37 AM
Go to the top of the page
 
+Quote Post
Kiki Burgh
post 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
Country Flag


QUOTE (daddydave @ Jan 2 2007, 11:50 PM) *
OK, Kiki, I searched and did find a few. I may have exaggerated slightly.
hi daddydave! perhaps you meant Camarade_Tux? tongue.gif
Go to the top of the page
 
+Quote Post
daddydave
post Jan 2 2007, 11:57 PM
Post #1273


Member
**

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


QUOTE (Kiki Burgh @ Jan 3 2007, 12:18 AM) *
QUOTE (daddydave @ Jan 2 2007, 11:50 PM) *
OK, Kiki, I searched and did find a few. I may have exaggerated slightly.
hi daddydave! perhaps you meant Camarade_Tux? tongue.gif


Oops, yes
blushing.gif
Go to the top of the page
 
+Quote Post
Super-Magician
post 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
Country Flag


@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
Go to the top of the page
 
+Quote Post
zedox
post 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
Country Flag


Setup pauses and never recovers on Registering components T-12 Part.
When Slipstreaming KB900325 into MCE.
Go to the top of the page
 
+Quote Post
Tomcat76
post Jan 3 2007, 11:09 AM
Post #1276


MSFN Junkie
Group Icon

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


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


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
Go to the top of the page
 
+Quote Post
zedox
post 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
Country Flag


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
Go to the top of the page
 
+Quote Post
Kiki Burgh
post 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
Country Flag


QUOTE (antonio_king @ Jan 4 2007, 04:54 PM) *
Also, one request...

Could the MEDIACTR, TABLETPC, NETFX, SONIC, I386 folders and cabs be renamed using all caps when being recreated/recabbed?
ha! ha! i always rename this myself too after before finalizing the ISO! newwink.gif
Go to the top of the page
 
+Quote Post
Tomcat76
post Jan 4 2007, 04:57 AM
Post #1280


MSFN Junkie
Group Icon

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


OK. The folders are capitalized as well as the cab files that HFSLIP updates.

QUOTE (antonio_king @ Jan 4 2007, 09:54 AM) *
When hotfix WindowsXPMediaCenter2005-KB900325-usa is extracted.
wmfdist95.exe is not deleted at the end of install from the HF folder.
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.
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

112 Pages V  « < 62 63 64 65 66 > » 
Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 21st November 2009 - 08:22 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