IPB

Google Frontpage Forums Unattended CD/DVD Guide
112 Pages V  « < 99 100 101 102 103 > »   
Reply to this topicStart new topic
> HFSLIP - Test releases, No testing at the moment
Dawid
post Mar 30 2009, 12:00 PM
Post #2001





Group: Members
Posts: 6
Joined: 1-February 07
Member No.: 124591
OS: 2003 x64
Country Flag


Has anyone experienced problem with Windows Installer after hfslip-1.7.9_beta_d.cmd on Windows Server 2003 SP2?
Installation process ran smoothly, but then I was forced to install WindowsServer2003-KB942288-v4-x86.exe, 'cause none of msi was able to install:
"The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or the Windows Installer is not correctly installed. Contact your support personnel for assistance."
Am I missing something?

Thanx
Attached File(s)
Attached File  HFSLIPLOG.ZIP ( 1.14K ) Number of downloads: 9
 
Go to the top of the page
 
+Quote Post
krose
post Mar 30 2009, 08:37 PM
Post #2002


Junior
*

Group: Members
Posts: 55
Joined: 5-September 05
From: Pennsylvania
Member No.: 71753
Country Flag


KB942288 is not supported. You can however place it in HFSVCPACK_SW1 folder to be installed at T-13. Should end your problem.

This post has been edited by krose: Mar 30 2009, 08:41 PM
Go to the top of the page
 
+Quote Post
Dawid
post Apr 3 2009, 12:40 PM
Post #2003





Group: Members
Posts: 6
Joined: 1-February 07
Member No.: 124591
OS: 2003 x64
Country Flag


Thanx for the working tip. The thing is, I never had a problem with Windows Installer in HFSLIP build, but I don't mind to have the latest version installed at T-13.
I was playing with hfslip-1.7.9_beta_f (see attached log) and everything works fine. Great and many thanx to all of you.
I'm unable to integrate 960715 without WU prompting this update, though. Only installing with RunOnceEx helps.
Guys, how do you deal with update 960715?


This post has been edited by Dawid: Apr 4 2009, 08:47 AM
Attached File(s)
Attached File  HFSLIPLOG.ZIP ( 1.17K ) Number of downloads: 17
 
Go to the top of the page
 
+Quote Post
krose
post Apr 4 2009, 07:09 PM
Post #2004


Junior
*

Group: Members
Posts: 55
Joined: 5-September 05
From: Pennsylvania
Member No.: 71753
Country Flag


I apologize that I did not notice that you were working with Server 2003. Don't know how but I did. Well it was late and I was getting sleepy. Anyway, I am using hfslip-1.7.9_beta_d and XP SP3. With WindowsXP-KB960715-x86-ENU.exe in the HF folder, and WindowsXP-KB942288-v3-x86.exe in the HFSVCPACK_SW1 folder, I get a perfect install. Maybe what you are seeing is related specifically to Server 2003? Hope you can get it sorted out.

This post has been edited by krose: Apr 4 2009, 07:12 PM
Go to the top of the page
 
+Quote Post
tain
post Apr 8 2009, 06:55 PM
Post #2005


Cyber Ops
Group Icon

Group: Super Moderator
Posts: 3089
Joined: 24-September 05
From: Ft Meade, Maryland, USA
Member No.: 74319
OS: XP Pro x86
Country Flag


Current version has the following line that appears to be a bug:
QUOTE
ECHO>>HFSLIP.LOG Use of HFSLIP for anything other than personal non-commercial purposes
echo>> is strictly not allowed.
ECHO>>HFSLIP.LOG Copyright© TommyP 2005-2009
Go to the top of the page
 
+Quote Post
tommyp
post Apr 9 2009, 03:40 AM
Post #2006


MSFN Expert
Group Icon

Group: Software Developers
Posts: 1467
Joined: 9-January 04
Member No.: 12184
OS: none
Country Flag


Thanks Tain. Updated new beta.
Go to the top of the page
 
+Quote Post
tain
post Apr 11 2009, 06:49 AM
Post #2007


Cyber Ops
Group Icon

Group: Super Moderator
Posts: 3089
Joined: 24-September 05
From: Ft Meade, Maryland, USA
Member No.: 74319
OS: XP Pro x86
Country Flag


Line 3,932 has almost the same bug.

CODE
ECHO>>HFSLIP.LOG    Use of HFSLIP for anything other than personal non-commercial purposes
echo                                          is strictly not allowed.
ECHO>>HFSLIP.LOG                          Copyright(C) TommyP 2005-2009
Go to the top of the page
 
+Quote Post
Acheron
post Apr 14 2009, 08:24 AM
Post #2008


Friend of MSFN
*****

Group: Members
Posts: 879
Joined: 28-June 04
From: Eerbeek
Member No.: 23554
OS: XP Pro x86
Country Flag


I noticed after enabling AHCI my CD-ROM drive letter is moved to after my Removable Flash Drive causing error messages during setup at T13 when HFSLIP.cmd is detecting the drive letter.

I have written a patch for it as you can easily find the drive letter by reading the path.

Replace in the :UPDATEINIT section the following lines:

:UPDATEINIT
CODE
ECHO>>SOURCESS\I386\SVCPACK\HFSLIP.CMD FOR %%%%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%%%i:\%MBOOTPATH%I386\SVCPACK (
ECHO>>SOURCESS\I386\SVCPACK\HFSLIP.CMD     SET HFSLIP=%%%%i:\%MBOOTPATH%I386\
ECHO>>SOURCESS\I386\SVCPACK\HFSLIP.CMD     SET HFSLIPSVC=%%%%i:\%MBOOTPATH%I386\SVCPACK\
ECHO>>SOURCESS\I386\SVCPACK\HFSLIP.CMD )


with these:

CODE
ECHO>>SOURCESS\I386\SVCPACK\HFSLIP.CMD     SET HFSLIP=%%~dp0..\
ECHO>>SOURCESS\I386\SVCPACK\HFSLIP.CMD     SET HFSLIPSVC=%%~dp0


Another feature request while I'm now experimenting with integrating all driverpacks is to be able to manually specify HFSLIP export directory so I can redirect file copying to another drive. My experiments show a speed increase of about 50% when building a HFSLIP iso.

For example I have my XPSOURCE in C:\HFSLIP\SOURCE. Instead of copying everything to C:\HFSLIP\SOURCESS I have manually changed it to D:\SOURCESS which gives a major performance improvement. On ISO creation the same trick is done as now are files are read from the D: drive and copied back to the C:\HFSLIP directory.

This post has been edited by Acheron: Apr 14 2009, 09:33 AM
Go to the top of the page
 
+Quote Post
tommyp
post Apr 14 2009, 03:07 PM
Post #2009


MSFN Expert
Group Icon

Group: Software Developers
Posts: 1467
Joined: 9-January 04
Member No.: 12184
OS: none
Country Flag


Acheron - Good stuff. Can someone who does network installations test out those lines to see if it works for their environment? I have no problem changing the script, as long as a network installer can verify this.
Go to the top of the page
 
+Quote Post
tommyp
post Apr 17 2009, 06:39 PM
Post #2010


MSFN Expert
Group Icon

Group: Software Developers
Posts: 1467
Joined: 9-January 04
Member No.: 12184
OS: none
Country Flag


New beta up to address the dx9 hotfix & software license. Thanks for submitting the dx9 prob Brimborium & thanks to jimmsta for the creative commons agreement.

This post has been edited by tommyp: Apr 18 2009, 07:57 AM
Go to the top of the page
 
+Quote Post
wsmith
post Apr 19 2009, 04:08 AM
Post #2011





Group: Members
Posts: 2
Joined: 4-April 09
Member No.: 238990
OS: XP Pro x86
Country Flag


I integrated IE8 into WindowsXP PRO VL SP3 by using 1.7.9-beta_j.
In that case, dxtrans.dll was not installed. Moreover, some errors were recorded in syserr.log.

It is in the line 2416 of 1.7.9-beta_j.
CODE
REN WORK\I386E\I386\dxtrans.dll dxtrans2.dll
is wrong.

CODE
REN WORK\I386E\dxtrans.dll dxtrans2.dll
is correct?
Go to the top of the page
 
+Quote Post
tommyp
post Apr 19 2009, 05:18 AM
Post #2012


MSFN Expert
Group Icon

Group: Software Developers
Posts: 1467
Joined: 9-January 04
Member No.: 12184
OS: none
Country Flag


That line of code looks odd. Nice find! Can you rename the line as you mentioned, retest and report back? BTW, that line came from here.
Go to the top of the page
 
+Quote Post
wsmith
post Apr 19 2009, 06:28 AM
Post #2013





Group: Members
Posts: 2
Joined: 4-April 09
Member No.: 238990
OS: XP Pro x86
Country Flag


QUOTE (tommyp @ Apr 19 2009, 08:18 PM) *
That line of code looks odd. Nice find! Can you rename the line as you mentioned, retest and report back? BTW, that line came from here.

I renamed the line, and tested actually.

Content of setuplog.txt before line is corrected.
CODE
04/19/2009 14:23:12.456,d:\xpsp\base\ntsetup\syssetup\ctls.c,521,,SETUP: C:\WINDOWS\system32\proctexe.ocx did not register successfully
04/19/2009 14:23:42.509,d:\xpsp\base\ntsetup\syssetup\ctls.c,521,,SETUP: C:\WINDOWS\system32\dxtrans.dll did not register successfully
04/19/2009 14:23:42.569,d:\xpsp\base\ntsetup\syssetup\ctls.c,521,,SETUP: C:\WINDOWS\system32\dxtmsft.dll did not register successfully

After correcting the line.
CODE
04/19/2009 18:03:53.203,d:\xpsp\base\ntsetup\syssetup\ctls.c,467,,SETUP: C:\WINDOWS\system32\proctexe.ocx registered successfully
04/19/2009 18:04:22.185,d:\xpsp\base\ntsetup\syssetup\ctls.c,467,,SETUP: C:\WINDOWS\system32\dxtrans.dll registered successfully
04/19/2009 18:04:22.615,d:\xpsp\base\ntsetup\syssetup\ctls.c,467,,SETUP: C:\WINDOWS\system32\dxtmsft.dll registered successfully


Additionally, dxtrans.dll had not existed in the file list of system information on IE8 before correcting the line. It came to exist after the line had been corrected.
Go to the top of the page
 
+Quote Post
tommyp
post Apr 19 2009, 07:41 AM
Post #2014


MSFN Expert
Group Icon

Group: Software Developers
Posts: 1467
Joined: 9-January 04
Member No.: 12184
OS: none
Country Flag


Thanks for finding and fixing the bug wsmith. New beta released to fix this issue.
Go to the top of the page
 
+Quote Post
Zamiel
post Apr 23 2009, 02:54 PM
Post #2015





Group: Members
Posts: 7
Joined: 15-November 06
Member No.: 115667
Country Flag


Devs:

For your reference, here is my exclude.txt:

CODE
ntkrnlpa.ex_
ntkrpamp.ex_


Here is my hfslip.log

CODE
                 This file is automatically generated by HFSLIP
   Use of HFSLIP for anything other than personal non-commercial purposes
                            is strictly prohibited.
                         Copyright(C) TommyP 2005-2009

============================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

===============================================================================

Host OS         - Windows XP

HFSLIP Version  - 1.7.9_beta_k, build 90419

HFSLIP Path     - C:\Documents and Settings\Nesta\Desktop\hfslip_beta_Apr19\

OS in SOURCESS  - Windows XP Professional SP3 English

MSIE Version    - MSIE7

Drivers         - DRIVER.CAB Updated

CD Install Path - Default

CDTAG           - WIN51

===============================================================================
Files in your HF folder:
IE7-WindowsXP-KB938127-v2-x86-ENU.exe
IE7-WindowsXP-KB958215-x86-ENU.exe
IE7-WindowsXP-KB960714-x86-ENU.exe
IE7-WindowsXP-KB963027-x86-ENU.exe
IE7-WindowsXP-x86-enu.exe
WindowsXP-KB923561-x86-ENU.exe
WindowsXP-KB923789-x86-ENU.exe
WindowsXP-KB938464-x86-ENU.exe
WindowsXP-KB946648-x86-ENU.exe
WindowsXP-KB950762-x86-ENU.exe
WindowsXP-KB950974-x86-ENU.exe
WindowsXP-KB951066-x86-ENU.exe
WindowsXP-KB951376-v2-x86-ENU.exe
WindowsXP-KB951698-x86-ENU.exe
WindowsXP-KB951748-x86-ENU.exe
WindowsXP-KB951978-x86-ENU.exe
WindowsXP-KB952004-x86-ENU.exe
WindowsXP-KB952287-x86-ENU.exe
WindowsXP-KB952954-x86-ENU.exe
WindowsXP-KB954211-x86-ENU.exe
WindowsXP-KB954459-x86-ENU.exe
WindowsXP-KB954600-x86-ENU.exe
WindowsXP-KB955069-x86-ENU.exe
WindowsXP-KB955839-x86-ENU.exe
WindowsXP-KB956391-x86-ENU.exe
WindowsXP-KB956572-x86-ENU.exe
WindowsXP-KB956802-x86-ENU.exe
WindowsXP-KB956803-x86-ENU.exe
WindowsXP-KB956841-x86-ENU.exe
WindowsXP-KB957097-x86-ENU.exe
WindowsXP-KB958644-x86-ENU.exe
WindowsXP-KB958687-x86-ENU.exe
WindowsXP-KB958690-x86-ENU.exe
WindowsXP-KB959426-x86-ENU.exe
WindowsXP-KB960225-x86-ENU.exe
WindowsXP-KB960715-x86-ENU.exe
WindowsXP-KB960803-x86-ENU.exe
WindowsXP-KB961373-x86-ENU.exe
WindowsXP-KB967715-x86-ENU.exe
WindowsXP-WindowsMedia-KB952069-v2-x86-ENU.exe

Files in your HFCABS folder:
wbemoc.cab

Files in your HFGUIRUNONCE folder:

Files in your HFSVCPACK folder:
KB956391.reg

Files in your HFSVCPACK_SW1 folder:

Files in your HFSVCPACK_SW2 folder:

Files in your HFTOOLS folder:
boot.bin
CDIMAGE.EXE

Files in your REPLACE folder:

===============================================================================
HFSLIP run time: 11m58s


Hopefully this helps bring the beta one step closer to release. Thanks for all your hard work into HFSLIP!

This post has been edited by Zamiel: Apr 23 2009, 02:55 PM
Go to the top of the page
 
+Quote Post
Fudeba
post May 6 2009, 12:25 AM
Post #2016


Newbie


Group: Members
Posts: 41
Joined: 28-May 07
Member No.: 140857
OS: 2000
Country Flag


Hello.

Two strange error occours in my windows 2000 sp4 splitstream with hfslip-1.7.9_beta_k.cmd

First:

On fase T-13 in install Kazaa Lite Mega Codec Pack, RegServ32 failed to register Ivfsrv.ax. Error code is 0x5

This file is placed on C:\Windows\System32

I try to click on retry and not sucessful. Click on Ignore and install continue.

Second error:

On finish install, explorer.exe crashed and desktop not loaded. I send Control Alt Del and reset. On new boot attempt, explorer.exe crash again in a desktop init.

Not show any desktop icon, no taskbar, none. Only a black screen and mouse cursor.

In attach my hfslip.log

Attached File  HFSLIP.zip ( 2.24K ) Number of downloads: 6


This post has been edited by Fudeba: May 6 2009, 12:26 AM
Go to the top of the page
 
+Quote Post
tommyp
post May 6 2009, 03:36 AM
Post #2017


MSFN Expert
Group Icon

Group: Software Developers
Posts: 1467
Joined: 9-January 04
Member No.: 12184
OS: none
Country Flag


I'd recommend to make your hotfix list agree with the stickied post on this forum. You have a variety of flavors of mdac and wmp hotfixes you're trying to slipstream. You'll need to make a decision what flavor you'd like and use that flavor only (i.e. mdac 2.5 vs mdac 2.8 and wmp7 vs wmp9).
Go to the top of the page
 
+Quote Post
SunLion
post May 7 2009, 01:36 PM
Post #2018





Group: Members
Posts: 5
Joined: 22-October 07
Member No.: 159248
OS: XP Pro x86
Country Flag


help...

Is correct kb960715 not to copy no archive during the process?

Extract of hfslip.log sees one below

WindowsXP-KB960715-x86-PTB.exe
0 arquivo(s) copiado(s)


I thank any aid
Go to the top of the page
 
+Quote Post
tommyp
post May 7 2009, 03:07 PM
Post #2019


MSFN Expert
Group Icon

Group: Software Developers
Posts: 1467
Joined: 9-January 04
Member No.: 12184
OS: none
Country Flag


The activex bits hotfix is just an registry change. No files are inside the hotfix installer other than the necessary registry fixes.
Go to the top of the page
 
+Quote Post
SunLion
post May 7 2009, 03:24 PM
Post #2020





Group: Members
Posts: 5
Joined: 22-October 07
Member No.: 159248
OS: XP Pro x86
Country Flag


QUOTE (tommyp @ May 7 2009, 03:07 PM) *
The activex bits hotfix is just an registry change. No files are inside the hotfix installer other than the necessary registry fixes.


I am thankful for answering, tommyp.

Congratulations for the magnificent work!
thumbup.gif
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

112 Pages V  « < 99 100 101 102 103 > » 
Reply to this topicStart new topic
4 User(s) are reading this topic (4 Guests and 0 Anonymous Users)
0 Members:

 




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