![]() ![]() |
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 |
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. |
| | |
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 | QUOTE And then it quits without deleting them. What do you mean here? |
| | |
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 | 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 |
| | |
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 |
Oh, I see now. That makes sense |
| | |
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 |
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.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. This post has been edited by Kiki Burgh: Jun 7 2006, 11:48 AM |
| | |
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 |
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.
|
| | |
Jun 7 2006, 02:50 PM Post
#627 | |
| MSFN Expert Group: Software Developers Posts: 1467 Joined: 9-January 04 Member No.: 12184 OS: none |
Kiki, HFSLIP is a HotFix SLIPstreamer. You are best off making your unattended program installation on your own.
|
| | |
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 |
@ Super-Magician ... yes sir it did! @ 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! |
| | |
Jun 8 2006, 12:58 PM Post
#629 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 |
60608a contains the recent suggestions. Thanks... |
| | |
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 | - refined dotnet2.exe T-13 fix (installed from HFSLIP.CMD now) 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? *** - dotnet2.exe including fix for installation at T-13 when placed in HF folder (1) thanks! This post has been edited by Kiki Burgh: Jun 8 2006, 01:42 PM |
| | |
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 |
No, you must still use RyanVM's (or another's) silent switchless installer. Read the footnote This post has been edited by Super-Magician: Jun 8 2006, 01:55 PM |
| | |
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 |
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 ... |
| | |
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 | |
| | |
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 |
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.
|
| | |
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 |
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 |
| | |
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 |
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 ... |
| | |
Jun 9 2006, 03:36 PM Post
#637 | |
| MSFN Junkie Group: Software Developers Posts: 3171 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000 | Beware: Script is getting bigger! Can you think of a smaller script that does all that HFSLIP does? 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... |
| | |
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 | |
| | |
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 |
HFBLOAT? ha! ha! just couldn't resist commenting ... |
| | |
Jun 9 2006, 08:25 PM Post
#640 | |
| SQL DBA ![]() ![]() Group: Members Posts: 183 Joined: 28-July 05 Member No.: 66411 |
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... |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 21st November 2009 - 10:36 PM |