fz500 Posted June 4, 2006 Posted June 4, 2006 An attempt at .NET 2.0 installation at T-13. It's working on Windows 2000 with RVM's silent installer. I still didn't test it with other Windows versions.Please read the foot note in the main post.Windows XP and Windows 2003 users should just place Aserone's silent installer in the HFSVCPACK folder but I didn't want to exclude these OS's from being able to use installers that don't contain the T-13 fix. The choice is yours.Slipstream .NET 2.0 No Slipstram .NET Framework 1.1 SP1 ?
Super-Magician Posted June 4, 2006 Posted June 4, 2006 .NET 1.1 is already supported. You just need RyanVM's installer. Download it and place it in HFSVCPACK. It already has SP1 and the KB886903 hotfix slipstreamed.
Kiki Burgh Posted June 5, 2006 Posted June 5, 2006 this is the exact file for download:Version: SizeMicrosoft .NET Framework 1.1 SP1 Last Update: May 28, 2006 10.9MBMD5 Sum: ed2f4a180189827ca590edccfd4f9739 here's the direct link:http://www.whatcounter.com/dlcount.php?id=...dotnet11sp1.exe
Kiki Burgh Posted June 5, 2006 Posted June 5, 2006 (edited) hi!nothing really urgent ... looking at the instructions though when the script is running might confuse new users (re: ISOconf.txt):ECHO =================TommyP's 2K3/XP/W2K/IE HOTFIX SLIPSTREAMER===================echo.echo ************ Refer to the instructions for more details *************echo.echo File and Folder Format:ECHO FDVFILES - FDV'S Fileset (W2K only)echo FIX - WINNT.SIF, Boot Files, See instructionsecho HF - Non-renamed hotfix and critical updates filesECHO HF - The Service Pack installer.echo HFCABS - Cabinet Files: IE6 (2k Only), DX9, LegitCheckControlECHO HFSVCPACK - Switchless installers (Installed at T-13)echo HFSVCPACK - REG files (Import your settings at T-13)echo HFSVCPACK - INF files and CMD files (To be processed at T-13)ECHO HFSVCPACK_SW - Installers that need a /Q:A /R:N switch (Installed at T-13)ECHO HFTOOLS - HFSLIP Toolsecho HFTOOLS -MSICabExtract tool. See directions for download linkecho HFTOOLS -modifype.exe ECHO HFTOOLS -ISOconf.txt (custom ISO creation)ECHO HFTOOLS -expand.exe (orig. MS version if one in SYSTEM32 is replaced)ECHO SOURCE - Dump your installation CD source here Edited June 5, 2006 by Kiki Burgh
Camarade_Tux Posted June 6, 2006 Posted June 6, 2006 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.
Super-Magician Posted June 7, 2006 Posted June 7, 2006 And then it quits without deleting them.What do you mean here?
Camarade_Tux Posted June 7, 2006 Posted June 7, 2006 (edited) 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,CALL :FOLDERPREPIF EXIST HFEXPERT IF NOT EXIST HFTOOLS\MODIFYPE.EXE ECHO YOU DO NOT HAVE MODIFYPE.EXE & PAUSE & EXITIF NOT EXIST %WINDIR%\SYSTEM32\MAKECAB.EXE ECHO YOU DO NOT HAVE MAKECAB.EXE & PAUSE & EXITIF NOT EXIST %WINDIR%\SYSTEM32\FINDSTR.EXE ECHO YOU DO NOT HAVE FINDSTR.EXE & PAUSE & EXITIF EXIST %WINDIR%\SYSTEM32\EXPAND.EXE SET XPAND=%WINDIR%\SYSTEM32\EXPANDIF EXIST HFTOOLS\EXPAND.EXE SET XPAND=HFTOOLS\EXPANDIF NOT DEFINED XPAND ECHO YOU DO NOT HAVE EXPAND.EXE & PAUSE & EXITIF NOT EXIST %WINDIR%\SYSTEM32\XCOPY.EXE ECHO YOU DO NOT HAVE XCOPY.EXE & PAUSE & EXITshould be IF EXIST HFEXPERT IF NOT EXIST HFTOOLS\MODIFYPE.EXE ECHO YOU DO NOT HAVE MODIFYPE.EXE & PAUSE & EXITIF NOT EXIST %WINDIR%\SYSTEM32\MAKECAB.EXE ECHO YOU DO NOT HAVE MAKECAB.EXE & PAUSE & EXITIF NOT EXIST %WINDIR%\SYSTEM32\FINDSTR.EXE ECHO YOU DO NOT HAVE FINDSTR.EXE & PAUSE & EXITIF EXIST %WINDIR%\SYSTEM32\EXPAND.EXE SET XPAND=%WINDIR%\SYSTEM32\EXPANDIF EXIST HFTOOLS\EXPAND.EXE SET XPAND=HFTOOLS\EXPANDIF NOT DEFINED XPAND ECHO YOU DO NOT HAVE EXPAND.EXE & PAUSE & EXITIF NOT EXIST %WINDIR%\SYSTEM32\XCOPY.EXE ECHO YOU DO NOT HAVE XCOPY.EXE & PAUSE & EXITCALL :FOLDERPREP Edited June 7, 2006 by Camarade_Tux
Kiki Burgh Posted June 7, 2006 Posted June 7, 2006 (edited) 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. Edited June 7, 2006 by Kiki Burgh
Super-Magician Posted June 7, 2006 Posted June 7, 2006 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.
tommyp Posted June 7, 2006 Posted June 7, 2006 Kiki, HFSLIP is a HotFix SLIPstreamer. You are best off making your unattended program installation on your own.
Kiki Burgh Posted June 7, 2006 Posted June 7, 2006 @ 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!
Tomcat76 Posted June 8, 2006 Author Posted June 8, 2006 60608a contains the recent suggestions. Thanks...
Kiki Burgh Posted June 8, 2006 Posted June 8, 2006 (edited) - 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! Edited June 8, 2006 by Kiki Burgh
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now