EmRoD Posted December 18, 2006 Posted December 18, 2006 (edited) 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 ! Edited December 18, 2006 by EmRoD
retalv Posted December 18, 2006 Posted December 18, 2006 (edited) 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! Edited December 18, 2006 by retalv
Super-Magician Posted December 18, 2006 Posted December 18, 2006 @retalvGlad you understand. If you use HFSPLUG2.CMD, you don't have to modify the main HFSLIP script at all!
daddydave Posted December 28, 2006 Posted December 28, 2006 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::HFEAUFOR /F %%I IN ('DIR/B HFEXPERT\AUTOIT\AU*.EXE') DO SET AUTOEXE=%%IIF NOT DEFINED AUTOEXE GOTO EOFCOPY HFEXPERT\AUTOIT\%AUTOEXE% SOURCESS\I386FOR /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
Tomcat76 Posted December 28, 2006 Author Posted December 28, 2006 COPY HFEXPERT\AUTOIT\%AUTOEXE% SOURCESS\I386copies 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.
daddydave Posted December 28, 2006 Posted December 28, 2006 (edited) COPY HFEXPERT\AUTOIT\%AUTOEXE% SOURCESS\I386copies 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 Edited December 28, 2006 by daddydave
daddydave Posted December 28, 2006 Posted December 28, 2006 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
Camarade_Tux Posted December 29, 2006 Posted December 29, 2006 What about AutoHotKey scripts ? (and AHK handles AutoItv2 scripts )
Tomcat76 Posted January 2, 2007 Author Posted January 2, 2007 I can't add support for any installer type out there. Is it used a lot?
Camarade_Tux Posted January 2, 2007 Posted January 2, 2007 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).
daddydave Posted January 2, 2007 Posted January 2, 2007 (edited) 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, Kiki Camarade_Tux, I searched and did find a few. I may have exaggerated slightly. Edited January 3, 2007 by daddydave
Kiki Burgh Posted January 3, 2007 Posted January 3, 2007 OK, Kiki, I searched and did find a few. I may have exaggerated slightly.hi daddydave! perhaps you meant Camarade_Tux?
daddydave Posted January 3, 2007 Posted January 3, 2007 OK, Kiki, I searched and did find a few. I may have exaggerated slightly.hi daddydave! perhaps you meant Camarade_Tux? Oops, yes
Super-Magician Posted January 3, 2007 Posted January 3, 2007 @Tomcat76Maybe we could have a slight update to this section?ECHO This program slipstreams and integrates updates into an installable source.echo Windows 2000 SP4: Integrates/Slipstreams IE6SP1, DX9, Critical Update Hotfixesecho Windows XP SP2: Integrates/Slipstreams Critical Update Hotfixesecho Windows 2003 SP1: Integrates/Slipstreams Critical Update Hotfixesecho Copyright (C) 2005-2006 TommyP
zedox Posted January 3, 2007 Posted January 3, 2007 Setup pauses and never recovers on Registering components T-12 Part.When Slipstreaming KB900325 into MCE.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now