MSFN Forum: HFSLIP - Test releases - MSFN Forum

Jump to content



  • 119 Pages +
  • « First
  • 23
  • 24
  • 25
  • 26
  • 27
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

HFSLIP - Test releases Support ended. Rate Topic: ***** 1 Votes

#471 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 01 May 2006 - 05:16 PM

Time bug fixed! Thanks, Tomcat :thumbup

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).

@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

This post has been edited by Super-Magician: 01 May 2006 - 05:16 PM



#472 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 01 May 2006 - 05:36 PM

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.

#473 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 01 May 2006 - 05:39 PM

That's what I figured after I thought about it for a while. Thanks.

#474 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 01 May 2006 - 05:48 PM

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

#475 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 01 May 2006 - 06:11 PM

But - the modification provided by Kramy - wasn't that to get rid of such error message?

#476 User is offline   Kramy 

  • Member
  • PipPip
  • Group: Members
  • Posts: 153
  • Joined: 03-June 05

Posted 01 May 2006 - 06:41 PM

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?

#477 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 01 May 2006 - 06:49 PM

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 :).

#478 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 01 May 2006 - 06:53 PM

View PostSuper-Magician, on May 2 2006, 01:11 AM, said:

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.

View PostKramy, on May 2 2006, 01:41 AM, said:

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.

#479 User is offline   dziubek 

  • Friend of HFSLIP
  • PipPip
  • Group: Members
  • Posts: 203
  • Joined: 26-November 04
  • OS:XP Pro x86

Posted 01 May 2006 - 09:30 PM

View PostTomcat76, on Apr 28 2006, 06:03 PM, said:

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

Attached File(s)



#480 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 01 May 2006 - 10:00 PM

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?

#481 User is offline   dziubek 

  • Friend of HFSLIP
  • PipPip
  • Group: Members
  • Posts: 203
  • Joined: 26-November 04
  • OS:XP Pro x86

Posted 01 May 2006 - 10:15 PM

View PostTomcat76, on May 2 2006, 06:00 AM, said:

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?

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

This post has been edited by dziubek: 01 May 2006 - 10:15 PM


#482 User is offline   Kiki Burgh 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,426
  • Joined: 06-January 06

Posted 01 May 2006 - 10:40 PM

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? :)

thanks!

This post has been edited by Kiki Burgh: 02 May 2006 - 02:23 AM


#483 User is offline   tommyp 

  • MSFN Addict
  • Group: Developers
  • Posts: 1,664
  • Joined: 09-January 04
  • OS:none specified
  • Country: Country Flag

Posted 02 May 2006 - 02:24 AM

@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?

#484 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 02 May 2006 - 06:21 AM

Kiki - the SW in XPIZESW just means "switches", like in CDIMGSW and MKISSW (isoconf.txt).

#485 User is offline   Narag 

  • Newbie
  • Group: Members
  • Posts: 31
  • Joined: 27-November 03

  Posted 02 May 2006 - 07:28 AM

View PostTomcat76, on May 2 2006, 05:00 AM, said:

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

View PostWikipedia.org, on May 2 2006, 05:00 AM, said:

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


#486 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 02 May 2006 - 11:02 AM

View PostKiki Burgh, on May 2 2006, 05:40 AM, said:

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?

View PostKiki Burgh, on May 2 2006, 05:40 AM, said:

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?

This post has been edited by Tomcat76: 02 May 2006 - 11:52 PM


#487 User is offline   tain 

  • Cyber Ops
  • Group: Super Moderator
  • Posts: 3,443
  • Joined: 24-September 05
  • OS:none specified
  • Country: Country Flag

Posted 02 May 2006 - 03:01 PM

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 :)

#488 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 02 May 2006 - 11:31 PM

@Kiki: Themes_rytukz_VistaCG_addon_v1.0.cab (and other addons of that type) should be supported with 60503a... :)

@TAiN: You mean that one reference to the HFSVPK folder? Updated. :)

#489 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 02 May 2006 - 11:43 PM

View PostSuper-Magician, on May 2 2006, 01:49 AM, said:

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 :).
Hah... Well... Should I let HFSLIP extract the ISO, update HFSLIP.LOG and remake the ISO? :P

#490 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 03 May 2006 - 12: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?

Share this topic:


  • 119 Pages +
  • « First
  • 23
  • 24
  • 25
  • 26
  • 27
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy