IPB

Google Frontpage Forums Unattended CD/DVD Guide
112 Pages V  « < 105 106 107 108 109 > »   
Reply to this topicStart new topic
> HFSLIP - Test releases, No testing at the moment
tain
post Aug 27 2009, 04:19 AM
Post #2121


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


It would be easier if TC would provide just a tiny bit of input on his wishes for the site and the beta.
Go to the top of the page
 
+Quote Post
simbionte
post Sep 11 2009, 08:18 AM
Post #2122


Newbie


Group: Members
Posts: 10
Joined: 20-March 09
From: Rio de Janeiro, Brasil
Member No.: 237035
OS: Windows 7 x86
Country Flag


Good Day Friends^^ Can Anyone Update me about HFSLIP slipstreaming IE8 in Windows 2003 Server? Thanks in advance^^
Go to the top of the page
 
+Quote Post
tommyp
post Sep 11 2009, 11:23 AM
Post #2123


MSFN Expert
Group Icon

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


QUOTE (simbionte @ Sep 11 2009, 10:18 AM) *
Good Day Friends^^ Can Anyone Update me about HFSLIP slipstreaming IE8 in Windows 2003 Server? Thanks in advance^^

Sorry, it's not supported.
Go to the top of the page
 
+Quote Post
pr0fessor
post Oct 7 2009, 10:50 PM
Post #2124


Newbie


Group: Members
Posts: 11
Joined: 24-March 08
Member No.: 183432
OS: 2000
Country Flag


Good Day Friends,
can't integrate "Windows2000-KB971633-x86-ENU.EXE". I try with patch in HF folder without success, and the same in HFSVCPACK_SW1 folder.
In second way patch is installed and exist in add/remove programs, but in windows update there is again, and this time is succesfullly installed blink.gif .
I use latest "hfslip-1.7.9_beta_m.cmd"
sorry for my poor english and 10x in advance.

This post has been edited by pr0fessor: Oct 7 2009, 10:52 PM
Attached File(s)
Attached File  HFSLIP.7z ( 1.51K ) Number of downloads: 3
 
Go to the top of the page
 
+Quote Post
tommyp
post Oct 8 2009, 04:45 AM
Post #2125


MSFN Expert
Group Icon

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


pr0fessor - If you are slipstreaming DX9, then you need the appropriate DX9 version of the hotfix.
Go to the top of the page
 
+Quote Post
MMDominator88
post Oct 8 2009, 12:14 PM
Post #2126





Group: Members
Posts: 6
Joined: 27-April 08
Member No.: 188926
OS: XP Pro x86
Country Flag


for me, now hfslip is failing completely--it fails to copy anything at all, I just re-downloaded the .zip file and extracted it and ran it, placing all correct items in correct folders-it just won't work at all. it comes up with the error of the not enough memory/hard drive space, etc. but I have over 20Gb free of HDD space and over 3Gb of RAM free, IDK what's going on. I am frustrated now sad.gif
Go to the top of the page
 
+Quote Post
pr0fessor
post Oct 8 2009, 02:21 PM
Post #2127


Newbie


Group: Members
Posts: 11
Joined: 24-March 08
Member No.: 183432
OS: 2000
Country Flag


QUOTE (MMDominator88 @ Oct 8 2009, 09:14 PM) *
for me, now hfslip is failing completely--it fails to copy anything at all, I just re-downloaded the .zip file and extracted it and ran it, placing all correct items in correct folders-it just won't work at all. it comes up with the error of the not enough memory/hard drive space, etc. but I have over 20Gb free of HDD space and over 3Gb of RAM free, IDK what's going on. I am frustrated now sad.gif

first create folder HFSLIP in root of partition, not in folder for example: d:\hfslip, not d:\new folder\hfslip, put in folder hfslip-1.7.9_beta_m.cmd and run it. then copy other files in created folders...

now for my problem
I try this:
First i installed windows2000 without update. Then i run windows update and install update. Then go to c:\winnt\software distribution\download\ and there is unpacked update. I grab update and make cab:
first create cab.ddf in folder with update:
CODE
;*** Sample Source Code MakeCAB Directive file example
;
.OPTION EXPLICIT; Generate errors
.Set CabinetNameTemplate=Sample.cab    
.set DiskDirectoryTemplate=CDROM; All cabinets go in a single directory
.Set CompressionType=LZX;** All files are compressed in cabinet files
.Set CompressionMemory=21
.Set UniqueFiles="OFF"
.Set Cabinet=on
.Set DiskDirectory1=SAMPLE
empty.cat
spmsg.dll
spuninst.exe
.Set DestinationDir=update
update\eula.txt
update\kb971633.cat
update\update.exe
update\update.inf
update\update.ver
update\updspapi.dll
.Set DestinationDir=dx9
dx9\quartz.dll

second i run from cmd "makecab /f cab.ddf" and it create sample.cab
third: download MSCF.sfx
and "copy /b MSCF.sfx+sample.CAB Windows2000-KB971633-x86-ENU.exe" from cmd
next: i use Freeware Hex Editor XVI32 and search for update\update.exe in Windows2000-KB971633-x86-ENU.exe
There is hex:20 00 in front of update\update.exe
Changed it to hex:60 00
and now i have Windows2000-KB971633-x86-ENU.exe workinng with installer...
and i put the file in HF folder.
to do this i use help from:
Create a directive file for makecab.exe
Howto: Create sfx cab archive
Freeware Hex Editor XVI32
but patch is not installed again (manual install - with double click work)
sorry for my poor english if i make mistakes smile.gif and 10x

This post has been edited by pr0fessor: Oct 8 2009, 02:57 PM
Go to the top of the page
 
+Quote Post
tommyp
post Oct 8 2009, 06:20 PM
Post #2128


MSFN Expert
Group Icon

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


pr0fessor - I'm not sure what you're getting at with making your own installers. Your best bet is to just download the dx9 hotfix from microsoft, put it in HF and call it a day smile.gif For the english version, the filename is Windows2000-DirectX9-KB971633-x86-ENU.exe. After running hfslip, I get quartz.dll version 6.5.1.911.

MMDominator88 - Please read the general FAQs on hfslip.org for how to set up the program.
Go to the top of the page
 
+Quote Post
Tomalak
post Oct 11 2009, 03:25 PM
Post #2129


Member
**

Group: Members
Posts: 150
Joined: 24-January 06
Member No.: 86085
Country Flag


Moved to the updates thread...

This post has been edited by Tomalak: Oct 11 2009, 05:44 PM
Go to the top of the page
 
+Quote Post
tommyp
post Oct 11 2009, 04:58 PM
Post #2130


MSFN Expert
Group Icon

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


New beta is re-posted that slipstreams the Macrosoft Installer v4.5. Slipstreaming this is only possible using a XP OS and slipstreaming XP. Or in other words, you can't slipstream an XP source using a 2k host OS. Why? The installer is not extractable via a commandline switch in a 2000 host os.

Please post constructive criticism. I have not tested this beta in an xp host os.

This post has been edited by tommyp: Oct 11 2009, 06:24 PM
Go to the top of the page
 
+Quote Post
gluon
post Oct 11 2009, 06:46 PM
Post #2131


Newbie


Group: Members
Posts: 26
Joined: 22-January 07
Member No.: 122761
OS: XP Pro x86
Country Flag


Hi tommyp,

HFSlip is awesome n I've been trying the old 1.7.9 beta m (6 June) n it's fantastic. I don't have to put the hotfixes in HFSVCPACK_SW1 anymore smile.gif
I've been modifying the old 1.7.9.m a bit to slipstream XAudio2 from DirectX 9 since [PROTOTYPE] needs it. I've tested it n it's been good so far.
I thought it would be nice to include this bit of code which I stole from HFSlip 2.0 into your new version

In :DX9EXTRA section on line 2121 I put

CODE
IF EXIST HFCABS\*XAudio_x86.cab FOR /F %%I IN ('DIR/B/A-D/ON HFCABS\*XAudio_x86.cab') DO EXPAND HFCABS\%%I -F:* WORK\DX9EXTRA >NUL


then on line 2155 I put

CODE
IF EXIST WORK\DX9EXTRA\XAPOFX*.dll FOR /F "TOKENS=1,2 DELIMS=_" %%I IN ('DIR/B/ON/L WORK\DX9EXTRA\XAPOFX*.dll') DO (
REN "WORK\DX9EXTRA\%%I_%%J" %%I%%J
ECHO>>SOURCESS\I386\TXTSETUP.SIF %%I%%J = 1,,,,,,,2,0,0,%%I_%%J&ECHO>>SOURCESS\I386\DOSNET.INF d1,%%I%%J
)
IF EXIST WORK\DX9EXTRA\XAudio*.dll FOR /F "TOKENS=1,2* DELIMS=io" %%I IN ('DIR/B/ON WORK\DX9EXTRA\XAudio*.dll') DO (
REN "WORK\DX9EXTRA\%%Iio%%J" %%I%%J
ECHO>>SOURCESS\I386\TXTSETUP.SIF %%I%%J = 1,,,,,,,2,0,0,%%Iio%%J&ECHO>>SOURCESS\I386\DOSNET.INF d1,%%I%%J
ECHO>>WORK\RGSVRWU.TXT HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\ZZB","!HFDX!",0,"%%11%%\regsvr32 /s """%%11%%\%%Iio%%J""""
SET /A HFDX=!HFDX!+1
)


I have Windows XP SP3 slipstream n will do another slipstream with ur beta in 2 days time n let u know how I go.

P.S. is there such thing as XPSP3.EXT for HFCLEANUP? I've been using XPSP2.EXT n rename it as XPSP3.EXT... not too sure whether it actually does anything for me.

This post has been edited by gluon: Oct 11 2009, 07:59 PM
Go to the top of the page
 
+Quote Post
tommyp
post Oct 12 2009, 03:38 AM
Post #2132


MSFN Expert
Group Icon

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


gluon - Kudos for the code contribution. I'll roll in your request in in a day or two. I'd like to hear results from the installer v4.5 first though. I wanted to do any bugfixes and I can add your contribution at the same time.
Go to the top of the page
 
+Quote Post
Tomalak
post Oct 12 2009, 01:59 PM
Post #2133


Member
**

Group: Members
Posts: 150
Joined: 24-January 06
Member No.: 86085
Country Flag


Hello tommyp,
QUOTE (tommyp @ Oct 12 2009, 12:58 AM) *
New beta is re-posted that slipstreams the Macrosoft Installer v4.5. Slipstreaming this is only possible using a XP OS and slipstreaming XP. Or in other words, you can't slipstream an XP source using a 2k host OS. Why? The installer is not extractable via a commandline switch in a 2000 host os.

Please post constructive criticism. I have not tested this beta in an xp host os.

Ok, just found the time for a quick test (no changes in my input files except removal of the HFEXPERT\WIN\system32\mui\<LANG>\msimsg.mui file as this should be handled by hfslip now).

Sorry to say, but that failed. Still had the old Windows installer after setup (even broken in my configuration as I slipstreamed an updated msi.dll 4.5.something), with all files having version 3.1.something.
Looking at the code, without understanding too much of that batch language: sure it should read "IF NOT" instead of simply "IF" at the beginning of line 506? Seems to me that the logic is simply inversed here...

No time now to change it and re-test, but if you confirm that this is the problem, I start another attempt tomorrow. Otherwise something else is broken, obviously preventing that the MSI 4.5 slipstreaming is performed at all.

Regards,
Tomalak
Go to the top of the page
 
+Quote Post
tommyp
post Oct 12 2009, 03:22 PM
Post #2134


MSFN Expert
Group Icon

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


QUOTE (Tomalak @ Oct 12 2009, 03:59 PM) *
...sure it should read "IF NOT" instead of simply "IF" at the beginning of line 506? Seems to me that the logic is simply inversed here...

Yep, you're right, but it was the thought that counted. lol. New beta rev o posted. Added in gluon's contribution too.
Go to the top of the page
 
+Quote Post
Tomalak
post Oct 12 2009, 03:27 PM
Post #2135


Member
**

Group: Members
Posts: 150
Joined: 24-January 06
Member No.: 86085
Country Flag


QUOTE (tommyp @ Oct 12 2009, 11:22 PM) *
QUOTE (Tomalak @ Oct 12 2009, 03:59 PM) *
...sure it should read "IF NOT" instead of simply "IF" at the beginning of line 506? Seems to me that the logic is simply inversed here...

Yep, you're right, but it was the thought that counted. lol. New beta rev o posted. Added in gluon's contribution too.

newwink.gif Meanwhile tried, in contrary to my words above (who needs sleep anyway? Note to myself: don't be that impatient), previous version "n" with corrected logic.
Works almost perfectly now, except one problem: the 'msimsg.dll.mui' was copied to system32\mui\1031, and not system32\mui\0407. Seems that the hex value is required here, not the decimal one...
Go to the top of the page
 
+Quote Post
tommyp
post Oct 12 2009, 05:40 PM
Post #2136


MSFN Expert
Group Icon

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


tomalak - thanks for your patience w/this. I saw how I could change to hex instead of decimal. Try the newer rev o. This should do the trick.
Go to the top of the page
 
+Quote Post
gluon
post Oct 12 2009, 06:09 PM
Post #2137


Newbie


Group: Members
Posts: 26
Joined: 22-January 07
Member No.: 122761
OS: XP Pro x86
Country Flag


QUOTE (Tomalak @ Oct 13 2009, 08:27 AM) *
QUOTE (tommyp @ Oct 12 2009, 11:22 PM) *
QUOTE (Tomalak @ Oct 12 2009, 03:59 PM) *
...sure it should read "IF NOT" instead of simply "IF" at the beginning of line 506? Seems to me that the logic is simply inversed here...

Yep, you're right, but it was the thought that counted. lol. New beta rev o posted. Added in gluon's contribution too.

newwink.gif Meanwhile tried, in contrary to my words above (who needs sleep anyway? Note to myself: don't be that impatient), previous version "n" with corrected logic.
Works almost perfectly now, except one problem: the 'msimsg.dll.mui' was copied to system32\mui\1031, and not system32\mui\0407. Seems that the hex value is required here, not the decimal one...


In my case it seems to be copied to "system32\mui\1033" instead of 1031. Prolly because I got English source.

The XAudio2 won't slipstream with version o, I think it's missing this snippet which suppose to grab and extract XAudio CABs

CODE
IF EXIST HFCABS\*XAudio_x86.cab FOR /F %%I IN ('DIR/B/A-D/ON HFCABS\*XAudio_x86.cab') DO EXPAND HFCABS\%%I -F:* WORK\DX9EXTRA >NUL


I insert it after line 2141 to make it work.
Go to the top of the page
 
+Quote Post
gluon
post Oct 12 2009, 06:26 PM
Post #2138


Newbie


Group: Members
Posts: 26
Joined: 22-January 07
Member No.: 122761
OS: XP Pro x86
Country Flag


am I seeing right? the latest one already has the snippet....
[edit] sorry my bad I got confused with the file I'm editting.

This post has been edited by gluon: Oct 12 2009, 06:29 PM
Go to the top of the page
 
+Quote Post
gluon
post Oct 12 2009, 07:34 PM
Post #2139


Newbie


Group: Members
Posts: 26
Joined: 22-January 07
Member No.: 122761
OS: XP Pro x86
Country Flag


msimsg.dll.mui seems to be fixed in the oct12a version, it is now installed in "\system32\mui\0409" (US English)
thanks for the great work tommyp and tomalak for testing and reporting

Edit: for my own reference - patched version so XAudio slipstream would work.
how to check: In system32 folder there should be XAudio2_n.dll where n = 0 - 4. If you play [PROTOTYPE] then you would only need to install vcredist2005, otherwise you will see these kind of errors http://au.gamespot.com/pc/action/prototype...&pid=942352

[attachment=27778:hfslip_b...a_XAudio.7z]

This post has been edited by gluon: Oct 13 2009, 04:29 PM
Go to the top of the page
 
+Quote Post
Tomalak
post Oct 14 2009, 08:41 AM
Post #2140


Member
**

Group: Members
Posts: 150
Joined: 24-January 06
Member No.: 86085
Country Flag


Hello,

I can confirm that version o (20091012a) works now as desired and slipstreams MSI installer 4.5 perfectly. I was able to install silent packages for DotNet 2.0, 3.0 and 3.5 at T-13 (HFSVCPACK_SW1) and Silverlight (HFSVCPACK_SW2 with modified switches) during setup, as well as some regular MSI based software afterwards, all without any problems.
And I also already tested with all new updates from yesterday's patch-day. Again everything okay, no peculiarities.

Hail tommyp! thumbup.gif

But today I got a new error message during the textmode copy phase (see attached screenshot) - never seen that before. Does not seem related to the updates of yesterday (as no such file is contained within them), although this is the only change I have done to my hfslip input folder. Any idea? Where does this "wpdshext.res" come from? "wpdshext.dll" is the "Portable Devices Shell Extension", I think this is a native part of Windows sources itself and not added by any later patch I think... wacko.gif
Does anyone know how to debug such an error ("could not be copied" is not very helpful...)? Thanks!

Regards,
Tomalak

This post has been edited by Tomalak: Oct 14 2009, 08:42 AM
Attached File(s)
Attached File  20091014_Setup_Problem.png ( 7.1K ) Number of downloads: 18
 
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

112 Pages V  « < 105 106 107 108 109 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




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