Help - Search - Members - Calendar
Full Version: HFSLIP - Test releases
MSFN Forums > Member Contributed Projects > HFSLIP
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45

   


Google Internet Forums Unattended CD/DVD Guide
Tomcat76
That's right. HFSLIP registers the Windows Update files (among other things) AFTER the SYSOC addons are installed. If something goes wrong with an addon, things are likely to go bad with subsequent addons, WU, and registration of other files.
Super-Magician
I noticed you made quite a few cosmetic changes in the latest test release (60428a), especially to the titles biggrin.gif.

Can you possibly implement the following changes, too?

1. Call up CMDOW (if it exists) to hide the extra command prompt window when extracting MP10Setup.exe, scripten.exe, wmfdist95.exe, etc.

2. When HFSLIP extracts the extra DX9 updates, the title bar still says "Processing MSXML," which it does before running through the D3DX9 files.

-- Super-Magician smile.gif
Super-Magician
Thanks for adding in the changes, Tomcat smile.gif. You rule! thumbup.gif

If you have the time, please see if you can do anything with this:

dziubek requested earlier this month (see his posts in this topic from Apr 15 and Apr 22) to have added to HFSLIP.LOG the time it takes for HFSLIP to run. I know that this is not possible with DOS, but it is possible to record the time HFSLIP starts running and the time HFSLIP finishes slipstreaming/repacking/etc. I think this is a great idea.

Maybe you could make the following changes to the script.
QUOTE
SET /P THACATS=
IF /I "%THACATS%"=="Y" SET DELCATS=1
CLS
:START
SET %START%=%DATE% %TIME%
CALL :FOLDERPREP
IF EXIST HFEXPERT IF NOT EXIST HFTOOLS\MODIFYPE.EXE ECHO YOU DO NOT HAVE MODIFYPE.EXE&PAUSE&EXIT

QUOTE
IF DEFINED HFCLN ECHO>>HFSLIP.LOG HFCLEANUP Detected&ECHO/>>HFSLIP.LOG
IF EXIST SOURCE\I386\nlite.in_ ECHO>>HFSLIP.LOG nLited Source Detected&ECHO/>>HFSLIP.LOG
IF DEFINED HFSLIPSVPACK ECHO>>HFSLIP.LOG Service Pack Slipstreamed By HFSLIP&ECHO/>>HFSLIP.LOG
ECHO Time HFSLIP started - %START%>>HFSLIP.LOG
SET %END%=%DATE% %TIME%
ECHO Time HFSLIP finished - %END%>>HFSLIP.LOG
ECHO/>>HFSLIP.LOG

ECHO>>HFSLIP.LOG ===============================================================================
ECHO>>HFSLIP.LOG Files in your FIX folder:&DIR/B/A-D/OGN/ON FIX>>HFSLIP.LOG&ECHO/>>HFSLIP.LOG

(Of course, if you decide to introduce them, you may improve/modify these changes)


Edit: Added more possible changes
tain
Do we need the second variable? Why not this:
QUOTE
IF /I "%THACATS%"=="Y" SET DELCATS=1
CLS
:START
SET %START%=%DATE% %TIME%
CALL :FOLDERPREP
QUOTE
IF DEFINED HFSLIPSVPACK ECHO>>HFSLIP.LOG Service Pack Slipstreamed By HFSLIP&ECHO/>>HFSLIP.LOG
ECHO Time HFSLIP started - %START%>>HFSLIP.LOG
ECHO Time HFSLIP finished - %DATE% %TIME%>>HFSLIP.LOG
ECHO/>>HFSLIP.LOG

ECHO>>HFSLIP.LOG ===============================================================================
ECHO>>HFSLIP.LOG Files in your FIX folder:&DIR/B/A-D/OGN/ON FIX>>HFSLIP.LOG&ECHO/>>HFSLIP.LOG
..and obviously I second the nomination to add this feature smile.gif
Tomcat76
There's still a variable too much... smile.gif

I'll see what I can do... smile.gif
Super-Magician
TAiN - You are absolutely right about that second variable biggrin.gif. Thanks.
Tomcat76
Be careful what you ask for 'cause you just might get it... laugh.gif

Hint: It's *NOT* displayed in HFSLIP.LOG....
Camarade_Tux
QUOTE (Camarade_Tux @ Apr 26 2006, 02:56 PM) *
But then I would have problems keeping my CD up-to-date.
Moreover, it would takes ages to find which files are needed.
Anyway, I've asked if it could be added.


I will maybe make an integrator by myself (with AHK).
I just installed MilkE bricopack. Hopefully it uses ResHacker and hopefully it does not delete the log file. smile.gif
QUOTE
[30 avr. 2006, 12:39:13]"D:\XPMG.9\SYSTEM32\Packs\SnowE\ResHack\ResHacker.exe" -modify "D:\XPMG.9\SYSTEM32\Packs\SnowE\PackFiles\29_shell32.dll", "D:\XPMG.9\SYSTEM32\Packs\SnowE\PackFiles\29_shell32.dll.new", "D:\XPMG.9\SYSTEM32\Packs\SnowE\ResFiles\Dialog.res", Dialog, 1089,
Modified: DIALOG,1089,1036

Commands completed


I think the installer proceeds like this:
1- the installer you downloaded extracts some files to Packs\ThemeName and runs Setup.exe
2- you select the files you want to be modified, setup.exe finds them, copy them Packs\ThemeName\PackFiles
3- *.res files are generated from Rs??.txt files in Packs\ThemeName\ResFiles (those Rs??.txt files have an half-inf structure)
4- reshacker is called with the parameters shown in the log
5- files are replaced


Bad surprise : my shell32.dll is now 35MB. ouch.gif
My comp seems slower now, especially when opening apps. I should reboot twice and check but I don't think it will change anything.
Some icons are 128x128, sometimes they seem to be duplicated inside shell32.dll. weird.
(I exported one 128x128 icon, it was 66KB. confused.gif )

edit: rs ??.txt files look like :
QUOTE
[FILENAMES]Exe = "TempFiles\fontext.dll"
SaveAs = "PackFiles\fontext.dll"
Log = "PackFiles\fontext.dll.log"

[COMMANDS]
-addoverwrite "ResFiles\63.ico", ICONGROUP, 1,
-addoverwrite "ResFiles\64.ico", ICONGROUP, 2,
-addoverwrite "ResFiles\65.ico", ICONGROUP, 3,
-addoverwrite "ResFiles\66.ico", ICONGROUP, 4,
-addoverwrite "ResFiles\67.ico", ICONGROUP, 5,
-addoverwrite "ResFiles\68.ico", ICONGROUP, 6,
-addoverwrite "ResFiles\69.ico", ICONGROUP, 7,
-addoverwrite "ResFiles\70.bmp", BITMAP, 15,

There are half-inf, half not.
Also, I just understood something else : in the pack, all icons are 128x128 32bits. They are then resized but I have absolutely no idea on when it is done.
I think I will make an AHK app that will be named "reshacker.exe", that would accept the same parameters as genuine reshacker.exe and that would then call it with slightly different parameters (of course, it will have expanded installation files)
If you have a better idea....
Super-Magician
Tomcat: Thanks for implementing the run time indicator! So it is possible with DOS? Great job on the coding there thumbup.gif!!

Now, I hope I'm not asking for too much, but how about dziubek's other suggestion on the difference in size between SOURCE and SOURCESS? woot.gif


Oh, and personally, I liked the old format for the hotfix extraction section (at least 60428a-60429a). Because HFSLIP showed the names of the files that were being copied, the script *appeared* to move faster. IMHO, the current test release (60429d) has too little information in that section smile.gif.
Tomcat76
QUOTE (Super-Magician @ Apr 30 2006, 02:11 PM) *
Tomcat: Thanks for implementing the run time indicator! So it is possible with DOS? Great job on the coding there thumbup.gif!!
Actually, it isn't possible the way I imagined it back when dziubek asked for it. All HFSLIP does now is record the start time, record the end time, then calculate the difference. Pretty "basic", hehe... biggrin.gif

QUOTE (Super-Magician @ Apr 30 2006, 02:11 PM) *
Now, I hope I'm not asking for too much, but how about dziubek's other suggestion on the difference in size between SOURCE and SOURCESS? woot.gif
I'll try to figure out the most sensible way to do this. But the main thing is that all other changes implemented in the recent test releases should work fine as I'd like to release a new final. After that, I may give x64 a shot and maybe even .NET 2.0.

QUOTE (Super-Magician @ Apr 30 2006, 02:11 PM) *
Oh, and personally, I liked the old format for the hotfix extraction section (at least 60428a-60429a). Because HFSLIP showed the names of the files that were being copied, the script *appeared* to move faster. IMHO, the current test release (60429d) has too little information in that section smile.gif.
Personally, I don't care which way it is represented. What do other people think?
Super-Magician
!! Unfortunately, the run time indicator has a bug !!

QUOTE
Invalid number. Numeric constants are either decimal (17),
hexadecimal (0x11), or octal (021).

HFSLIP run time: m00s

sad.gif

Suggestion once you figure out the bug: have HFSLIP record the time when it actually starts running, not immediately after you start the script (the time will depend on how long it takes you to go through the initial screens and type the "I have read..."). smile.gif
Tomcat76
I saw that once but it should've been fixed.

I did some changes. See if you still get the error...
Camarade_Tux
I managed to integrate SnowE bricopack into XP.
Ok, in fact, the files still have to be cabbed. tongue.gif

Two files did not get updated : uxtheme.dll and shellstyle.dll.
I'm sure it is because they are updated with a patcher written inside the bricopack installer (whereas other files are updated with reshacker.exe). I don't care about uxtheme.dll but I wonder what role shellstyle.dll plays.
(seems it is not so important, only useful with some themes)

The method I used is not the easiest since you have to put my files, deny Write permissions to everybody (NTFS rights), install your bricopack. The bricopack will complain about reshacker.exe not being writeable which is normal.
If I don't deny Write to everybody, the installer will overwrite my reshacker.exe with the normal one.

:sotired:
Tomcat76
If it's this complicated I don't even feel like trying it. The best would be if the author provided advanced switches for silent installation just like for XPize...
Camarade_Tux
I totally agree with you.
Now, the work has been done, but it's too complicated. I mean bricopack creators could do it in a few seconds or minutes whereas it took me hours (with less coding errors it would have been faster. tongue.gif ).

Moreover it's not easy to make it unattended and I doubt batch scripting will appreciate.
Anyway, it will maybe make the things evolve : I know lots of people think customizing an XP CD is incredibly harsh, I'm prooving bricopack integration can be done quite quickly.
Now I just hope the installers will give more control soon. smile.gif


btw, the /S switch can be used; advanced customization. biggrin.gif
Tomcat76
Is this VBS or something? biggrin.gif
Tomcat76
QUOTE (Super-Magician @ Apr 30 2006, 03:42 PM) *
!! Unfortunately, the run time indicator has a bug !!
I found it. It looks like DOS freaks out with some (not all) numbers that have a leading zero. It's worked around in 60430c.
Super-Magician
OK. Haven't had time to test, but will report back by tomorrow, if not sooner.
Camarade_Tux
QUOTE (Tomcat76 @ Apr 30 2006, 10:37 PM) *
Is this VBS or something? biggrin.gif


Pure AHK : http://www.autohotkey.com
AHK and AutoItv2 are like two peas in a pod (my english teacher would be proud of me for this expression laugh.gif ). But AHK is opensource-licensed whereas AutoIt is closesource. rolleyes.gif
Annoying with variables but powerful with windows (resizing, sending keystrokes, mousemoves...), key remapping (remap a to q needs only : "a::q"), inireading/writing, regreading/writing and string manipulation.

I use ahk2exe to get an executable (btw, ahk2exe's logo is that of AutoIt)
Super-Magician
Tomcat: Is there anything in the script that is processed before :GETBOOTBIN but is needed to parse :GETBOOTBIN properly?

You modified the :GETBOOTBIN section of the script after Kramy suggested something to get rid of the error message that pops up. For some reason, I think the message still pops up. I haven't observed this, however, because I have boot.bin in HFTOOLS, and therefore the script skips that section when I run it. Nevertheless, when I copied that section into a separate batch file and ran it, the error message popped up.

I will run HFSLIP without boot.bin and see if I get the message.

Edit: Actually, I think I may have a special case. I have a drive, D:, that is a ZIP drive and normally does not have anything in it. If I run the test script (that has only :GETBOOTBIN) and leave echo on, the error pops up after it processes drive D.

(The following has nothing to do with the above problem)

On a side note, I think you should insert the following line into :GETBOOTBIN so that HFSLIP does not try to run BBIE if no disc is detected.

QUOTE
REM Modified by Kramy -- Thanks!
FOR %%i IN (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:\ IF EXIST %%i:\I386 SET HFSLIP=%%i
IF NOT DEFINED HFSLIP GOTO EOF
HFTOOLS\BBIE.EXE %HFSLIP%:&COPY IMAGE1.BIN HFTOOLS\BOOT.BIN&DEL/Q/F IMAGE1.BIN
GOTO EOF
Super-Magician
Time bug fixed! Thanks, Tomcat thumbup.gif

I did not see the error box saying "There is no disc in the drive," but that's because I didn't have bbie.exe in HFTOOLS so the script didn't process that section. (See my previous post if you don't know what I'm talking about.)

If I run the following script, that error box pops up (note: this is an exact copy of the :GETBOOTBIN section with a few things at the top).

CODE
@ECHO OFF
CLS
SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION

:GETBOOTBIN
REM Modified by Kramy -- Thanks!
FOR %%i IN (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:\ IF EXIST %%i:\I386 SET HFSLIP=%%i
HFTOOLS\BBIE.EXE %HFSLIP%:&COPY IMAGE1.BIN HFTOOLS\BOOT.BIN&DEL/Q/F IMAGE1.BIN
GOTO EOF

:EOF
Tomcat76
I added the GOTO EOF to the GETBOOTBIN section in 60501a. Thanks.

As far as the other problem is concerned... This can't be fixed. It's the same as when you double-click on a CDROM/ZIP/USB drive icon when there's nothing loaded in it.
Super-Magician
That's what I figured after I thought about it for a while. Thanks.
Tomcat76
It sounds logical... HFSLIP needs to check for the existence of an I386 folder before it determines that it's a drive containing the Windows CD. For that, the drive needs to be accessed...
Super-Magician
But - the modification provided by Kramy - wasn't that to get rid of such error message?
Kramy
Hey, I was just thinking - I don't see any ( ) brackets in the above function. What happens if multiple drives have an i386 in their root? Will it only attempt to copy from the last one?
Super-Magician
Yes, that's true. I don't think there's an easy way to fix that.

Tomcat - minor prob with writing the run time into HFSLIP.LOG. Obviously it won't get written into the ISO as that's created before the time is generated. Just a head's up smile.gif.
Tomcat76
QUOTE (Super-Magician @ May 2 2006, 01:11 AM) *
But - the modification provided by Kramy - wasn't that to get rid of such error message?
It at least gets rid of an error message appearing when a drive letter doesn't exist.

QUOTE (Kramy @ May 2 2006, 01:41 AM) *
What happens if multiple drives have an i386 in their root? Will it only attempt to copy from the last one?
As far as I know... yes.
dziubek
QUOTE (Tomcat76 @ Apr 28 2006, 06:03 PM) *
@dziubek...

I need the TXTSETUP.SIF and SYSOC.INF from the "bad" install. If everything is fine in those files, the only solution is that you try to find out which addon is causing the issue because the only thing HFSLIP can do is obey what's defined in the addons configuration file (just like nLite). If the problem addon is localized I can maybe try to find a workaround (just like for the one for CDImage).

i made a lot of tests but unfortunately i couldn't find out which addons causes the problem.


Could You write me a meaning of that warning: Rock Ridge
CODE
Creating ISO...
Liczba skopiowanych plików:         1.
Warning: creating filesystem that does not conform to ISO-9660.
Warning: creating filesystem with (nonstandard) Joliet extensions
         but without (standard) Rock Ridge extensions.
         It is highly recommended to add Rock Ridge
Using GENER000.REG for  SOURCESS/I386/SVCPACK/General_Settings.reg (General_Cust
omation.reg)
Size of boot image is 4 sectors -> No emulation
  1.53% done, estimate finish Tue May 02 05:18:46 2006
  3.06% done, estimate finish Tue May 02 05:19:18 2006
  4.59% done, estimate finish Tue May 02 05:19:51 2006
  6.11% done, estimate finish Tue May 02 05:19:51 2006
  7.64% done, estimate finish Tue May 02 05:19:51 2006
.......




dziubek
Tomcat76
I don't know what Rock Ridge is. Someone else should be able to answer that. What worries me more is the renaming of General_Settings.reg. What are the switches in your ISOconf.txt file?

I see nothing wrong in TXTSETUP.SIF and SYSOC.INF, but if you're using switches that change files to 8:3 format you might get in trouble with UserPass2.inf. Also, note that HFSLIP adds file names into SVCPACK.INF representing the files in the HFSVCPACK and HFSVCPACK_SW folders the way they are called in there. If General_Settings.reg is renamed to GENER000.REG it won't be installed/executed.

Can you delete ISOconf.txt and test again?
dziubek
QUOTE (Tomcat76 @ May 2 2006, 06:00 AM) *
I don't know what Rock Ridge is. Someone else should be able to answer that. What worries me more is the renaming of General_Settings.reg. What are the switches in your ISOconf.txt file?

Can you delete ISOconf.txt and test again?

CODE
ISONAME=WINLite.ISO
ISOTITLE=HFSLIPCD
CDIMGSW=-h -j1 -m
MKISSW=-relaxed-filenames -d -D -N -J -no-emul-boot -boot-load-size 4

I deleted Kels_UserPass2_addon_v1.CAB and ISOconf.txt and I will test it again
Kiki Burgh
hi all!

been away for quite a while ... ;(

just wanted to share that all seems fine with those that i have slipstreamed ...

only a few things to share though:

888111 doesn't seem to recognized when ITs presence is validated via qfecheck ... it does not show in the report

a particular theme addon (VistaCGI if i recall it right) from rynavm prevent the OS from installing ... it shows that line 1 of textsetup.sif is not valid ...

there seems to many directories (usually the very 1st folders) added to my i386 directory (i.e., 041, 043, & the like) ... where did these come from?

btw, XPIZESW=/S /notask still didn't work for me. XPize installation still showed up at T-13 & i still followed the prompts.
may i just ask what the SW is for? smile.gif

thanks!
tommyp
@dziubek - What you are seeing is some LFN in your svcpack directory. It either got there from your HFSVCPACK directory or a non-compliant ryanvm addon. If you are running installation via CD, there is NO NEED to worry about this error message. The only way you will get errors is if you are running a dos prompt install (e.g. winnt.exe).

@kiki - Do you get the same folder problem if you are not using application add-ons?
Super-Magician
Kiki - the SW in XPIZESW just means "switches", like in CDIMGSW and MKISSW (isoconf.txt).
Narag
QUOTE (Tomcat76 @ May 2 2006, 05:00 AM) *
I don't know what Rock Ridge is. Someone else should be able to answer that.


It doesn't matter for Windows - it's for UNIX purposes only.
excerpt from Wikipedia
QUOTE (Wikipedia.org @ May 2 2006, 05:00 AM) *
The Rock Ridge Interchange Protocol (RRIP, IEEE P1282) is an extension to the ISO 9660 volume format which adds POSIX file system semantics.

The extension adds support for storing Unix-specific file information on ISO 9660 CD-ROMs. The availability of this information allows for better integration with a local Unix filesystem when a mount operation is performed (also see Mount point).

These extensions are, briefly:

* Longer file names (up to 255 characters)
* Fewer restrictions on characters allowed in filenames
* UNIX-style file modes, user ids and group ids
* Symbolic links
* Deeper directory hierarchy
Tomcat76
QUOTE (Kiki Burgh @ May 2 2006, 05:40 AM) *
888111 doesn't seem to recognized when ITs presence is validated via qfecheck ... it does not show in the report
Is qfecheck capable of detecting it? As far as I know, it is only installed if Windows setup thinks it's necessary. It's just a driver update. Are you having audio problems?

QUOTE (Kiki Burgh @ May 2 2006, 05:40 AM) *
btw, XPIZESW=/S /notask still didn't work for me. XPize installation still showed up at T-13 & i still followed the prompts.
Really strange. SVCPACK.INF doesn't contain the switches even though they are specified in XPize.txt. Can I have a look at your xpize.txt file?
tain
Tomcat, would you mind keeping this post/thread up to date? You do a really great job of breaking this stuff down to my level smile.gif
Tomcat76
@Kiki: Themes_rytukz_VistaCG_addon_v1.0.cab (and other addons of that type) should be supported with 60503a... smile.gif

@TAiN: You mean that one reference to the HFSVPK folder? Updated. smile.gif
Tomcat76
QUOTE (Super-Magician @ May 2 2006, 01:49 AM) *
Tomcat - minor prob with writing the run time into HFSLIP.LOG. Obviously it won't get written into the ISO as that's created before the time is generated. Just a head's up smile.gif.
Hah... Well... Should I let HFSLIP extract the ISO, update HFSLIP.LOG and remake the ISO? tongue.gif
Tomcat76
@dziubek

You have a couple of addons with spaces in their name. Are those the original names or did you change (or make) them yourself?
Kiki Burgh
QUOTE (tommyp @ May 2 2006, 04:24 PM) *
@kiki - Do you get the same folder problem if you are not using application add-ons?


I have not added much add-ons except for the ff: VistaCG Theme [v0.98], Microsoft MakeCab v1.00.0601, XnView Complete v1.82.4, Reboot Into Safe Mode v1.0 ... please see the pic attachment for the extra folders

QUOTE (Super-Magician @ May 2 2006, 08:21 PM) *
Kiki - the SW in XPIZESW just means "switches", like in CDIMGSW and MKISSW (isoconf.txt).


thanks for the clarification Super-Magician … I was just thinking that replacing it probably with .exe would make it work

QUOTE (Tomcat76 @ May 3 2006, 01:02 AM) *
QUOTE (Kiki Burgh @ May 2 2006, 05:40 AM) *
888111 doesn't seem to recognized when ITs presence is validated via qfecheck ... it does not show in the report
Is qfecheck capable of detecting it? As far as I know, it is only installed if Windows setup thinks it's necessary. It's just a driver update. Are you having audio problems?

If installed separately, High Def Audio shows up in Add-Remove programs list … if included in the HF dir, it doesn’t show when checked via qfe … Please know though that I‘m not having any issue w/ audio

QUOTE (Kiki Burgh @ May 2 2006, 05:40 AM) *
btw, XPIZESW=/S /notask still didn't work for me. XPize installation still showed up at T-13 & i still followed the prompts.
Really strange. SVCPACK.INF doesn't contain the switches even though they are specified in XPize.txt. Can I have a look at your xpize.txt file?


pls see attachments sir … I’ve included both the SVCPAK & SYSOC.infs … please know I am not having problems w/ the installation … it’s just that I hope I wouldn’t have to answer follow the prompts anymore at T-13

QUOTE (Tomcat76 @ May 3 2006, 01:31 PM) *
@Kiki: Themes_rytukz_VistaCG_addon_v1.0.cab (and other addons of that type) should be supported with 60503a... smile.gif


got the latest already … let me try this ver J
just the same pls see the pic attachment for the error

thanks guys! smile.gif

this is nothing much ... but may be worth a look ...
"Founding" smile.gif
Tomcat76
@Kiki

60503b fixes the XPize problem. I also added something that alerts you which hotfix adds those extra folders. Please let me know which one it is.

When you install KB888111 by hand, Windows assumes that you need it. I'll search around to see if it's really better to have Windows force-install it from SVCPACK.

Everything should be fine with VistaCG (only checked version 1.0). I'll check the other addons you mentioned.

QUOTE (Kiki Burgh @ May 3 2006, 09:40 AM) *
this is nothing much ... but may be worth a look ...
"Founding" smile.gif
Yeah... That's why CounterStrike isn't made for DOS... biggrin.gif
Tomcat76
@Kiki

I had a look at the other addons you mentioned (except Microsoft MakeCab v1.00.0601 which doesn't seem to be available anymore) and don't see a problem. Please use the latest test release (60503c at the moment). If you still get an error referring to "line 1" of TXTSETUP.SIF, I'll have to take a look at your TXTSETUP.SIF file.
dziubek
QUOTE (Tomcat76 @ May 3 2006, 08:00 AM) *
@dziubek

You have a couple of addons with spaces in their name. Are those the original names or did you change (or make) them yourself?


@all
Thanks for explanation about The Rock Ridge...


@Tomcat76
I used only addons from RYAN's forum.
I will tidy up addons (upgrade too) from HFAAO and HFSVCPACK and I write raport about that today.

dziubek
Kiki Burgh
QUOTE (Tomcat76 @ May 4 2006, 03:36 AM) *
@Kiki

I had a look at the other addons you mentioned (except Microsoft MakeCab v1.00.0601 which doesn't seem to be available anymore) and don't see a problem. Please use the latest test release (60503c at the moment). If you still get an error referring to "line 1" of TXTSETUP.SIF, I'll have to take a look at your TXTSETUP.SIF file.


thanks TC!
as always, i have downloaded the latest! smile.gif

sir, do you mind looking into this: http://users.atw.hu/mp-soft/CabSDKAddons_1.0.cab?

i've taken the liberty of attaching a zipped sif files (1 without the error & 1 with the error) for your reference

just wondering, for XPize to be silently install would i not need an edited modified SFC_OS.DLL which i got from http://www3.sympatico.ca/lazimute/xpcr_en/SFC_OS.DL_? smile.gif

thanks again!
Tomcat76
QUOTE (Kiki Burgh @ May 4 2006, 09:04 AM) *
sir, do you mind looking into this: http://users.atw.hu/mp-soft/CabSDKAddons_1.0.cab?
HFSLIP doesn't handle it?

QUOTE (Kiki Burgh @ May 4 2006, 09:04 AM) *
i've taken the liberty of attaching a zipped sif files (1 without the error & 1 with the error) for your reference
You get the "bad" TXTSETUP.SIF after including VistaCG? If so, please download the latest version of the VistaCG addon (it's now at version 1.0 but you're still using 0.98) and run HFSLIP again. After that, see if TXTSETUP.SIF still is 3.13KB large.

QUOTE (Kiki Burgh @ May 4 2006, 09:04 AM) *
just wondering, for XPize to be silently install would i not need an edited modified SFC_OS.DLL which i got from http://www3.sympatico.ca/lazimute/xpcr_en/SFC_OS.DL_? smile.gif
I don't know this personally (I never used XPize) but other people say it's needed.
Kiki Burgh
QUOTE (Tomcat76 @ May 5 2006, 01:28 AM) *
HFSLIP doesn't handle it?

i think HFSLIP does sir ... since Microsoft MakeCab v1.00.0601 isn't avail anymore, would http://users.atw.hu/mp-soft/CabSDKAddons_1.0.cab more or less have the same function?

QUOTE (Tomcat76 @ May 5 2006, 01:28 AM) *
You get the "bad" TXTSETUP.SIF after including VistaCG? If so, please download the latest version of the VistaCG addon (it's now at version 1.0 but you're still using 0.98) and run HFSLIP again. After that, see if TXTSETUP.SIF still is 3.13KB large.

already got the 1.1 ver ... will try it

QUOTE (Tomcat76 @ May 5 2006, 01:28 AM) *
I don't know this personally (I never used XPize) but other people say it's needed.

oops sorry for the confusion ... i meant would there be anything else that needs to be edited in this already modified SFC_OS.DL_?

BTW, how do i get to edit some text files (.dl_, .sif, etc.) when they appear to be with non-eng, non alpha-numeric chars? ;o

thanks again!
Tomcat76
QUOTE (Kiki Burgh @ May 5 2006, 12:30 PM) *
since Microsoft MakeCab v1.00.0601 isn't avail anymore, would http://users.atw.hu/mp-soft/CabSDKAddons_1.0.cab more or less have the same function?
I don't know... I never used another version than the one that comes with Windows... smile.gif

QUOTE (Kiki Burgh @ May 5 2006, 12:30 PM) *
already got the 1.1 ver ... will try it
Whoops... I better check if it's still compatible then... tongue.gif

QUOTE (Kiki Burgh @ May 5 2006, 12:30 PM) *
i meant would there be anything else that needs to be edited in this already modified SFC_OS.DL_?
I don't think so. Windows should just not check if a file is original so I guess the SFC_OS.DLL file you have is good.

QUOTE (Kiki Burgh @ May 5 2006, 12:30 PM) *
BTW, how do i get to edit some text files (.dl_, .sif, etc.) when they appear to be with non-eng, non alpha-numeric chars? ;o
I never messed with SFC* files myself. Does anyone know this?
tommyp
Kiki, Typically if a file has a _ at the end, it's a compressed file. The only files that you really look at with a text editor are inf's and sif's. As far as replacing system protected files and other files, you're best bet would be to familiarize yourself with this. If you are only slipstreaming the hotfixes listed on Tomcat76's hotfix webpage, you do not need to alter any files (like sfc_os.dl_). However, if you want to add in the tweaks such as xpize or certain AAO's, then you are more than likely going to need a modified sfc_os.dl_. FYI, xpize modifed a boatload of dlls.
Tomcat76
@Kiki

Version 60505a no longer checks for duplicate entries in TXTSETUP.SIF. There's no real need for doing that and it may have been responsible for your TXTSETUP.SIF problem. Please try this release and tell me two things before you install it:

- the file size of TXTSETUP.SIF in SOURCESS\I386
- the name of the hotfix that adds the "04" folders to SOURCESS\I386




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.