IPB

Google Frontpage Forums Unattended CD/DVD Guide
112 Pages V  « < 30 31 32 33 34 > »   
Reply to this topicStart new topic
> HFSLIP - Test releases, No testing at the moment
Camarade_Tux
post Jun 6 2006, 12:19 PM
Post #621


MSFN Addict
*******

Group: Members
Posts: 1760
Joined: 22-May 05
From: Paris
Member No.: 57090
OS: none
Country Flag


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. smile.gif
Go to the top of the page
 
+Quote Post
Super-Magician
post Jun 7 2006, 06:59 AM
Post #622


Friend of MSFN
*****

Group: Members
Posts: 969
Joined: 15-January 06
Member No.: 85355
OS: Vista Ultimate x86
Country Flag


QUOTE
And then it quits without deleting them.

What do you mean here?
Go to the top of the page
 
+Quote Post
Camarade_Tux
post Jun 7 2006, 07:46 AM
Post #623


MSFN Addict
*******

Group: Members
Posts: 1760
Joined: 22-May 05
From: Paris
Member No.: 57090
OS: none
Country Flag


QUOTE (Super-Magician @ Jun 7 2006, 02:59 PM) *
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: Jun 7 2006, 07:46 AM
Go to the top of the page
 
+Quote Post
Super-Magician
post Jun 7 2006, 08:46 AM
Post #624


Friend of MSFN
*****

Group: Members
Posts: 969
Joined: 15-January 06
Member No.: 85355
OS: Vista Ultimate x86
Country Flag


Oh, I see now. That makes sense smile.gif.
Go to the top of the page
 
+Quote Post
Kiki Burgh
post Jun 7 2006, 11:47 AM
Post #625


MSFN Expert
******

Group: Members
Posts: 1182
Joined: 6-January 06
From: Manila, Philippines
Member No.: 84520
OS: XP Pro x86
Country Flag


hi!

allow me please to drift a little away from the recent topic ... newwink.gif

would HFSLIP allow further support for other .msi (& or .exe) installers (mostly, from MS --- to name a few: WinColorSetup.exe (http://www.microsoft.com/downloads/details.aspx?FamilyID=1e33dca0-7721-43ca-9174-7f8d429fbb9e&DisplayLang=en); UFDSetupWizard.msi (http://www.microsoft.com/downloads/details.aspx?FamilyID=94991901-bfc4-485e-bcae-c9df0accdaae&DisplayLang=en); TimeZoneSetup.msi (http://www.microsoft.com/downloads/details.aspx?FamilyID=07fb0bd8-f390-458d-a629-6f0258ac7cdf&DisplayLang=en); RAWViewerSetup.exe (http://www.microsoft.com/downloads/details.aspx?FamilyID=d48e808e-b10d-4ce4-a141-5866fd4a3286&DisplayLang=en); DECCHECKSetup.EXE (http://www.microsoft.com/downloads/details.aspx?FamilyID=de1491ac-0ab6-4990-943d-627e6ade9fcb&DisplayLang=en); etc.)?

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

any advice would be greatly appreciated. smile.gif

This post has been edited by Kiki Burgh: Jun 7 2006, 11:48 AM
Go to the top of the page
 
+Quote Post
Super-Magician
post Jun 7 2006, 01:39 PM
Post #626


Friend of MSFN
*****

Group: Members
Posts: 969
Joined: 15-January 06
Member No.: 85355
OS: Vista Ultimate x86
Country Flag


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.
Go to the top of the page
 
+Quote Post
tommyp
post Jun 7 2006, 02:50 PM
Post #627


MSFN Expert
Group Icon

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


Kiki, HFSLIP is a HotFix SLIPstreamer. You are best off making your unattended program installation on your own.
Go to the top of the page
 
+Quote Post
Kiki Burgh
post Jun 7 2006, 04:25 PM
Post #628


MSFN Expert
******

Group: Members
Posts: 1182
Joined: 6-January 06
From: Manila, Philippines
Member No.: 84520
OS: XP Pro x86
Country Flag


@ Super-Magician ... yes sir it did! smile.gif 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 newwink.gif

not forcing the issue ... he! he! thanks!
Go to the top of the page
 
+Quote Post
Tomcat76
post Jun 8 2006, 12:58 PM
Post #629


MSFN Junkie
Group Icon

Group: Software Developers
Posts: 3171
Joined: 8-August 05
From: Flanders, Belgium
Member No.: 68008
OS: 2000
Country Flag


60608a contains the recent suggestions. Thanks... smile.gif
Go to the top of the page
 
+Quote Post
Kiki Burgh
post Jun 8 2006, 01:41 PM
Post #630


MSFN Expert
******

Group: Members
Posts: 1182
Joined: 6-January 06
From: Manila, Philippines
Member No.: 84520
OS: XP Pro x86
Country Flag


QUOTE (Tomcat76 @ Mar 13 2006, 04:26 AM) *
- 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? smile.gif

thanks!

This post has been edited by Kiki Burgh: Jun 8 2006, 01:42 PM
Go to the top of the page
 
+Quote Post
Super-Magician
post Jun 8 2006, 01:55 PM
Post #631


Friend of MSFN
*****

Group: Members
Posts: 969
Joined: 15-January 06
Member No.: 85355
OS: Vista Ultimate x86
Country Flag


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

Read the footnote smile.gif.

This post has been edited by Super-Magician: Jun 8 2006, 01:55 PM
Go to the top of the page
 
+Quote Post
Kiki Burgh
post Jun 8 2006, 02:27 PM
Post #632


MSFN Expert
******

Group: Members
Posts: 1182
Joined: 6-January 06
From: Manila, Philippines
Member No.: 84520
OS: XP Pro x86
Country Flag


got it sir! smile.gif
this is what i've been using: Foxy_dotNET_1.1_and_2.0_SVCPACK_Addon ... and it works flawlessly even with 60603b ... smile.gif
Go to the top of the page
 
+Quote Post
Camarade_Tux
post Jun 8 2006, 02:30 PM
Post #633


MSFN Addict
*******

Group: Members
Posts: 1760
Joined: 22-May 05
From: Paris
Member No.: 57090
OS: none
Country Flag


QUOTE (Tomcat76 @ Jun 8 2006, 07:58 PM) *
60608a contains the recent suggestions. Thanks... smile.gif


Glad to see you added the hardest one. biggrin.gif
Go to the top of the page
 
+Quote Post
Super-Magician
post Jun 8 2006, 03:07 PM
Post #634


Friend of MSFN
*****

Group: Members
Posts: 969
Joined: 15-January 06
Member No.: 85355
OS: Vista Ultimate x86
Country Flag


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.
Go to the top of the page
 
+Quote Post
Super-Magician
post Jun 9 2006, 03:31 PM
Post #635


Friend of MSFN
*****

Group: Members
Posts: 969
Joined: 15-January 06
Member No.: 85355
OS: Vista Ultimate x86
Country Flag


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 smile.gif.
Go to the top of the page
 
+Quote Post
Kiki Burgh
post Jun 9 2006, 03:32 PM
Post #636


MSFN Expert
******

Group: Members
Posts: 1182
Joined: 6-January 06
From: Manila, Philippines
Member No.: 84520
OS: XP Pro x86
Country Flag


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 ... smile.gif
Go to the top of the page
 
+Quote Post
Tomcat76
post Jun 9 2006, 03:36 PM
Post #637


MSFN Junkie
Group Icon

Group: Software Developers
Posts: 3171
Joined: 8-August 05
From: Flanders, Belgium
Member No.: 68008
OS: 2000
Country Flag


QUOTE (Super-Magician @ Jun 9 2006, 11:31 PM) *
Beware: Script is getting bigger!
Can you think of a smaller script that does all that HFSLIP does? rolleyes.gif

QUOTE (Kiki Burgh @ Jun 9 2006, 11:32 PM) *
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... smile.gif
Go to the top of the page
 
+Quote Post
Kiki Burgh
post Jun 9 2006, 03:40 PM
Post #638


MSFN Expert
******

Group: Members
Posts: 1182
Joined: 6-January 06
From: Manila, Philippines
Member No.: 84520
OS: XP Pro x86
Country Flag


QUOTE (Tomcat76 @ Jun 10 2006, 05:36 AM) *
Can you think of a smaller script that does all that HFSLIP does? rolleyes.gif


tongue.gif imagine how small this is yet very powerful ...
Go to the top of the page
 
+Quote Post
Kiki Burgh
post Jun 9 2006, 05:39 PM
Post #639


MSFN Expert
******

Group: Members
Posts: 1182
Joined: 6-January 06
From: Manila, Philippines
Member No.: 84520
OS: XP Pro x86
Country Flag


HFBLOAT? newwink.gif
ha! ha! just couldn't resist commenting ...
Go to the top of the page
 
+Quote Post
glentium
post Jun 9 2006, 08:25 PM
Post #640


SQL DBA
**

Group: Members
Posts: 183
Joined: 28-July 05
Member No.: 66411
Country Flag


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...
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

112 Pages V  « < 30 31 32 33 34 > » 
Reply to this topicStart new topic
3 User(s) are reading this topic (3 Guests and 0 Anonymous Users)
0 Members:

 




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