MSFN Forum: HFSLIP - Test releases - MSFN Forum

Jump to content



  • 119 Pages +
  • « First
  • 30
  • 31
  • 32
  • 33
  • 34
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

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

#621 User is offline   Camarade_Tux 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,760
  • Joined: 22-May 05

Posted 06 June 2006 - 12:19 PM

Btw, HFSlip creates SOURCESS, HFS, and a third folder before checking modifype.exe is present. And then it quits without deleting them. The check should happen earlier in the script. :)


#622 User is offline   Super-Magician 

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

Posted 07 June 2006 - 06:59 AM

Quote

And then it quits without deleting them.

What do you mean here?

#623 User is offline   Camarade_Tux 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,760
  • Joined: 22-May 05

Posted 07 June 2006 - 07:46 AM

View PostSuper-Magician, on Jun 7 2006, 02:59 PM, said:

Quote

And then it quits without deleting them.

What do you mean here?

HFSlip tells you you need modifype.exe in HFTOOLS and then quits. Then you have 3 new empty folders. It doesn't harm, it just looks a bit dirty. :/

IMHO,

Quote

CALL :FOLDERPREP
IF EXIST HFEXPERT IF NOT EXIST HFTOOLS\MODIFYPE.EXE ECHO YOU DO NOT HAVE MODIFYPE.EXE & PAUSE & EXIT
IF NOT EXIST %WINDIR%\SYSTEM32\MAKECAB.EXE ECHO YOU DO NOT HAVE MAKECAB.EXE & PAUSE & EXIT
IF NOT EXIST %WINDIR%\SYSTEM32\FINDSTR.EXE ECHO YOU DO NOT HAVE FINDSTR.EXE & PAUSE & EXIT
IF EXIST %WINDIR%\SYSTEM32\EXPAND.EXE SET XPAND=%WINDIR%\SYSTEM32\EXPAND
IF EXIST HFTOOLS\EXPAND.EXE SET XPAND=HFTOOLS\EXPAND
IF NOT DEFINED XPAND ECHO YOU DO NOT HAVE EXPAND.EXE & PAUSE & EXIT
IF NOT EXIST %WINDIR%\SYSTEM32\XCOPY.EXE ECHO YOU DO NOT HAVE XCOPY.EXE & PAUSE & EXIT


should be

Quote

IF EXIST HFEXPERT IF NOT EXIST HFTOOLS\MODIFYPE.EXE ECHO YOU DO NOT HAVE MODIFYPE.EXE & PAUSE & EXIT
IF NOT EXIST %WINDIR%\SYSTEM32\MAKECAB.EXE ECHO YOU DO NOT HAVE MAKECAB.EXE & PAUSE & EXIT
IF NOT EXIST %WINDIR%\SYSTEM32\FINDSTR.EXE ECHO YOU DO NOT HAVE FINDSTR.EXE & PAUSE & EXIT
IF EXIST %WINDIR%\SYSTEM32\EXPAND.EXE SET XPAND=%WINDIR%\SYSTEM32\EXPAND
IF EXIST HFTOOLS\EXPAND.EXE SET XPAND=HFTOOLS\EXPAND
IF NOT DEFINED XPAND ECHO YOU DO NOT HAVE EXPAND.EXE & PAUSE & EXIT
IF NOT EXIST %WINDIR%\SYSTEM32\XCOPY.EXE ECHO YOU DO NOT HAVE XCOPY.EXE & PAUSE & EXIT
CALL :FOLDERPREP

This post has been edited by Camarade_Tux: 07 June 2006 - 07:46 AM


#624 User is offline   Super-Magician 

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

Posted 07 June 2006 - 08:46 AM

Oh, I see now. That makes sense :).

#625 User is offline   Kiki Burgh 

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

Posted 07 June 2006 - 11:47 AM

hi!

allow me please to drift a little away from the recent topic ... ;)

would HFSLIP allow further support for other .msi (& or .exe) installers (mostly, from MS --- to name a few: WinColorSetup.exe (http://www.microsoft...&DisplayLang=en); UFDSetupWizard.msi (http://www.microsoft...&DisplayLang=en); TimeZoneSetup.msi (http://www.microsoft...&DisplayLang=en); RAWViewerSetup.exe (http://www.microsoft...&DisplayLang=en); DECCHECKSetup.EXE (http://www.microsoft...&DisplayLang=en); etc.)?

actually, for the last 1 i already tried via HFSVCPACK ... & it worked.

any advice would be greatly appreciated. :)

This post has been edited by Kiki Burgh: 07 June 2006 - 11:48 AM


#626 User is offline   Super-Magician 

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

Posted 07 June 2006 - 01:39 PM

I am a bit surprised that it would work via HFSVCPACK because that folder is for silent switchless installers. DECCHECKSetup.exe is not such a file AFAIK.

#627 User is offline   tommyp 

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

Posted 07 June 2006 - 02:50 PM

Kiki, HFSLIP is a HotFix SLIPstreamer. You are best off making your unattended program installation on your own.

#628 User is offline   Kiki Burgh 

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

Posted 07 June 2006 - 04:25 PM

@ Super-Magician ... yes sir it did! :) just 1 of those crazy experiments that i do when i create ISOs ...

@ tommyp ... sir, no slight intended ... just asking ... since we already some some .msi & .exe included ... just thinking about some other possibilities ... that i am confident HFSLIP can handle ;)

not forcing the issue ... he! he! thanks!

#629 User is offline   Tomcat76 

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

Posted 08 June 2006 - 12:58 PM

60608a contains the recent suggestions. Thanks... :)

#630 User is offline   Kiki Burgh 

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

Posted 08 June 2006 - 01:41 PM

View PostTomcat76, on Mar 13 2006, 04:26 AM, said:

- refined dotnet2.exe T-13 fix (installed from HFSLIP.CMD now)
***
- dotnet2.exe including fix for installation at T-13 when placed in HF folder (1)
just 1 quick Q ... would this mean that directly downloaded dotnet2.exe from MS should work just fine now ... thus not calling for a switchless installer anymore? :)

thanks!

This post has been edited by Kiki Burgh: 08 June 2006 - 01:42 PM


#631 User is offline   Super-Magician 

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

Posted 08 June 2006 - 01:55 PM

No, you must still use RyanVM's (or another's) silent switchless installer.

Read the footnote :).

This post has been edited by Super-Magician: 08 June 2006 - 01:55 PM


#632 User is offline   Kiki Burgh 

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

Posted 08 June 2006 - 02:27 PM

got it sir! :)
this is what i've been using: Foxy_dotNET_1.1_and_2.0_SVCPACK_Addon ... and it works flawlessly even with 60603b ... :)

#633 User is offline   Camarade_Tux 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,760
  • Joined: 22-May 05

Posted 08 June 2006 - 02:30 PM

View PostTomcat76, on Jun 8 2006, 07:58 PM, said:

60608a contains the recent suggestions. Thanks... :)


Glad to see you added the hardest one. :D

#634 User is offline   Super-Magician 

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

Posted 08 June 2006 - 03:07 PM

Aserone's addon pack (Foxy_dotNET_2.0_SVCPACK_Addon.cab) and installer would have worked before the HFSLIP code addition because it already contained the registry hack needed to install .NET 2.0 via SVCPACK.INF. Just a(n) FYI.

#635 User is offline   Super-Magician 

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

Posted 09 June 2006 - 03:31 PM

Beware: Script is getting bigger!

The size of the CMD file went down between the 60422/60425 release and the 60528 release.

HFSLIP_60528.CMD - 143,062 bytes (139 KB)
HFSLIP_60609a.CMD - 145,696 bytes (142 KB)

Just a head's up :).

#636 User is offline   Kiki Burgh 

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

Posted 09 June 2006 - 03:32 PM

we need to release a new HFANSWER.ini then for those who might just be using it for the 1st time ...

but it'd be easy to add the other lines ... :)

#637 User is offline   Tomcat76 

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

Posted 09 June 2006 - 03:36 PM

View PostSuper-Magician, on Jun 9 2006, 11:31 PM, said:

Beware: Script is getting bigger!
Can you think of a smaller script that does all that HFSLIP does? :rolleyes:

View PostKiki Burgh, on Jun 9 2006, 11:32 PM, said:

we need to release a new HFANSWER.ini then for those who might just be using it for the 1st time ...
I'll do it once it goes final... Don't worry... :)

#638 User is offline   Kiki Burgh 

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

Posted 09 June 2006 - 03:40 PM

View PostTomcat76, on Jun 10 2006, 05:36 AM, said:

Can you think of a smaller script that does all that HFSLIP does? :rolleyes:


:P imagine how small this is yet very powerful ...

#639 User is offline   Kiki Burgh 

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

Posted 09 June 2006 - 05:39 PM

HFBLOAT? ;)
ha! ha! just couldn't resist commenting ...

#640 User is offline   glentium 

  • SQL DBA
  • PipPip
  • Group: Members
  • Posts: 183
  • Joined: 28-July 05

Posted 09 June 2006 - 08:25 PM

Since it's now possible to disable ISO creation thru HFANSWER.INI...

would it also be okay to add a feature to go directly to the ISO creation without going through all the HFSLIP processes?
This way we can run HFSLIP without creating the ISO then check SOURCESS folders and perhaps make some modifications to the SVCPACK.INI file or other things. Then when we're ready to make the ISO, instead of running MKISOFS.EXE manually from the command line, we could use HFSLIP as the MKISOFS.EXE frontend UI for making our HFSLIPed CD. (I know we could use a third party ISO creation UI for this since that's what we all do before ISO creation feature was added to HFSLIP but it would be great if HFSLIP can do it since it would be just skipping all those steps and make the ISO right away from the SOURCESS folder)
It could be added, say, right in the beginning of the batch file saying like "SOURCESS FOLDER DETECTED, CREATE ISO?" If you answer Yes, you go directly to ISO creation. If you answer No, then you go through the whole HFSLIP process and recreate SOURCESS folder... (and make the ISO, or not, whatever you specified in your HFANSWER.INI)

Just an idea...

Share this topic:


  • 119 Pages +
  • « First
  • 30
  • 31
  • 32
  • 33
  • 34
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

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



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