DOTNET 3.5
Please help me with the following....
When i tried ti install DOTNET 3.5 which is a msi,i am getting the error 2908 follwed by 1935..I also tried to rename mscoree.dll but it didnt work for me..Please help me to solve this issue....
When i tried ti install DOTNET 3.5 which is a msi,i am getting the error 2908 follwed by 1935..I also tried to rename mscoree.dll but it didnt work for me..Please help me to solve this issue....
0 Comments
[ + ] Show comments
Answers (8)
Please log in to answer
Posted by:
Neha
16 years ago
Posted by:
MSIPackager
16 years ago
How are you planning on deploying this?
If you are using SMS you can just get away with dotnetfx35.exe /qb /norestart
If you are going to use AD then have a look at this article - although it's a pretty painful process... Well done Microsoft! http://msdn.microsoft.com/en-us/library/cc160717.aspx
If you are using SMS you can just get away with dotnetfx35.exe /qb /norestart
If you are going to use AD then have a look at this article - although it's a pretty painful process... Well done Microsoft! http://msdn.microsoft.com/en-us/library/cc160717.aspx
Posted by:
AngelD
16 years ago
Have a look at "Troubleshooting 1935 and 2908 errors during installation"
http://blogs.msdn.com/astebner/archive/2004/11/10/255346.aspx
http://blogs.msdn.com/astebner/archive/2004/11/10/255346.aspx
Posted by:
donaghs
14 years ago
Sorry for resurrecting this thread. But I also need to install .NET 3.5. I'm trying to automate and script the installation of some programs and drivers, and .NET 3.5 sp1 is a pre-requisite of one of them - and this is preventing the installation.
I've noticed that using dotnetfx35.exe /qb /norestart requires web access (to download additional files), and I dont have web access at this point in the installation.
Is it possible to download all the file I require and then script the installation of .NET 3.5 & SP1?
I've noticed that using dotnetfx35.exe /qb /norestart requires web access (to download additional files), and I dont have web access at this point in the installation.
Is it possible to download all the file I require and then script the installation of .NET 3.5 & SP1?
Posted by:
donaghs
14 years ago
Posted by:
anonymous_9363
14 years ago
As with previous .Net F/W releases, there is a bootstrapper download and a full download. The link to the full download is a little further down the page from where you downloaded the bootstrapper version, something which a search of the forum here would have uncovered. Anyway, the full download can be obtained from here.
Posted by:
philm
14 years ago
This is probably way to late for this post, but just in case anyone in future needs to know this.
The .Net 3.5 install goes slow because it tries to connect to the net and download non-English language packs, you prevent this by just defining the language as being English in the install.
dotnetfx35.exe /q /norestart /lang:enu
Of course make sure you are using the full offline install package too :)
The .Net 3.5 install goes slow because it tries to connect to the net and download non-English language packs, you prevent this by just defining the language as being English in the install.
dotnetfx35.exe /q /norestart /lang:enu
Of course make sure you are using the full offline install package too :)
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.