diesel_98a Posted August 31, 2004 Posted August 31, 2004 i got the msi out of my temp file for my user acct, i started the program and then went in and retreive the msi, i have noticed it renames it self something different each time but i was able to install using the /QN.
RyanVM Posted August 31, 2004 Posted August 31, 2004 just use the /Xp command to extract the MSP file and the /C command to extract the dotnet install files.
prathapml Posted August 31, 2004 Posted August 31, 2004 The planned method has been posted in previous post.Does anyone know if there is any way to check if the now installed version of .NET is really the 1.1+SP1 version? Because the main file (mscoree.dll) in the "\Win\System" folder shows the same version, before and after the SP1 refresh (i.e., the version 1.1.4322.2032).@RyanVMAll credits go to you for the above step-by-step description of the process.
RyanVM Posted August 31, 2004 Posted August 31, 2004 The planned method has been posted in previous post.@RyanVMAll credits go to you for the above step-by-step description of the process. Does anyone know if there is any way to check if the now installed version of .NET is really the 1.1+SP1 version? Because the main file (mscoree.dll) in the "\Win\System" folder shows the same version, before and after the SP1 refresh (i.e., the version 1.1.4322.2032).The previous file versions were 1.1.4322.573SP1 file versions are 1.1.4322.2032
prathapml Posted August 31, 2004 Posted August 31, 2004 OK, I'll check "before" and "after" version numbers once again, I guess....Also, the easiest way to check if the SP1-slipstreamed version is properly made/installed is to simply visit Windows Update, and check if it offers the SP1. I found that the method given by RyanVM (and posted in my post) kept windows update happy - it said I already have .NET SP1 installed - nice!So here's your confirmations dudes. Let the slogging (for all you who HAVE to stay with the latest) begin to have .NET+SP1 together, LOL. You've got the necessary guide above.@RyanVMUpdated my step-by-step post above to reflect your most recent post (the switches /XP and /C).
RyanVM Posted August 31, 2004 Posted August 31, 2004 EDIT: Link removed. See this post.There's a compressed copy of the installation point. All that remains is to make it into a self extractor.
massimo Posted August 31, 2004 Posted August 31, 2004 Is there a mode for integrate .net service pack 1 with windows xp pro sp2??????
prathapml Posted August 31, 2004 Posted August 31, 2004 Is there a mode for integrate .net service pack 1 with windows xp pro sp2??????Yes, and the procedure is described here : netfx.You'll have to adapt it slightly to suit the slip-stream method. Enjoy!
ovilla2001 Posted August 31, 2004 Posted August 31, 2004 Ok... is it possible to install silently .Net running the SETUP.EXE that we can find in the Windows XP CD at DOTNETFX folder?I tried to use the sintax setup.exe /unattendfile silent.ini (we can build the silent.ini running setup.exe /createunattendfile silent.ini) but I have an extra boot after the .Net and Service Pack are installed.Suggestions?O.VillaPS: Notice that I am trying to use the original files of Windows XP SP2 CD....
ihaveabu Posted August 31, 2004 Posted August 31, 2004 what's wrong with installing the netfx.msi, then installing the sp1 exe file?
prathapml Posted August 31, 2004 Posted August 31, 2004 Ok... is it possible to install silently .Net running the SETUP.EXE that we can find in the Windows XP CD at DOTNETFX folder?PS: Notice that I am trying to use the original files of Windows XP SP2 CD....If the setup.exe was got after extracting from the original DOTNETFX.exe (I haven't yet received my SP2 CD), then just use "/QB" for silent install.Otherwise, use "/s /v/qb" switch.what's wrong with installing the netfx.msi, then installing the sp1 exe file?LOL, this question has already been answered before. Our concern is that it takes up too much space on the distribution media.
ihaveabu Posted August 31, 2004 Posted August 31, 2004 what's wrong with installing the netfx.msi, then installing the sp1 exe file?LOL, this question has already been answered before. Our concern is that it takes up too much space on the distribution media. it only takes 15 mb
Coolsights2000 Posted August 31, 2004 Posted August 31, 2004 What is wrong with this why extract and mix then make a sfx fileI'm install my regular programs from the D: drive anyway...[Version] Signature="$Windows NT$"MajorVersion=5MinorVersion=1BuildNumber=2600[setupData]CatalogSubDir="\i386\Update"[ProductCatalogsToInstall][setupHotfixesToRun]KB831240.exe /qbDOTNETFW.exe <<-- made with express install....KB867460.exe /qbQCHAIN.exeOther than that I have never made a sfx file so how do you do that,,with the files that you ended up with in C:\netfxIf I have this right the file NDP1.1sp1-KB867460-X86.exe is a patch for the dotnetfx.exe from 2003Mac!
Jeronimo Posted August 31, 2004 Posted August 31, 2004 Integrate SP1 into 1.1 (do not know exact names):"dotnet 1.1".exe /c /t:C:\Temp.NET"dotnet 1.1 sp1".exe /Xp:C:\Temp.NET\sp1.mspmsiexec /p sp1.msp /a netfx.msi (From c:\Temp.NET)Now you only need netfx1.cab and netfx.msiYou can compress these with iexpress. Command to be executed:msiexec /qb /i netfx1.msi
Coolsights2000 Posted August 31, 2004 Posted August 31, 2004 Integrate SP1 into 1.1 (do not know exact names):"dotnet 1.1".exe /c /t:C:\Temp.NET"dotnet 1.1 sp1".exe /Xp:C:\Temp.NET\sp1.mspmsiexec /p sp1.msp /a netfx.msi (From c:\Temp.NET)Now you only need netfx1.cab and netfx.msiYou can compress these with iexpress. Command to be executed:msiexec /qb /i netfx1.msiThere is no cab file after you extract and mix in the C:\netfxI don't thing Iexpress is working for this one when I did one the finish file was 2 Mb//HUM!MaC!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now