MSFN Forum: problems with dotnetfx3 - MSFN Forum

Jump to content



If you are having issues with Windows after removing components and have come to ask for help, please attach (not paste) your Last Session.ini file to your post to facilitate quicker assistance.
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

problems with dotnetfx3 Rate Topic: -----

#1 User is offline   soccer84playa 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 12-April 07

Posted 12 April 2007 - 07:22 PM

I installed Windows using Nlite and slipstream ryanvm post sp2 pack with ie7 and wmp11... my problem is i can't install dotnetfx3 now. it i downloaded redistributeable and installed it gave me a log saying some MSXML files were missing from places. I wen tto download MSXML 6sp1 and it says admin restricted install of this update. (ryanvm installed it anyways) i'm in a deadlooop can anybody help me?


#2 User is offline   mariog60187 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 18-February 07

  Posted 12 April 2007 - 07:43 PM

I Had the same problem, is something on the Ryan's Update pack 2.1.8. May be is corrected in the todays
new 2.1.9

#3 User is offline   soccer84playa 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 12-April 07

Posted 12 April 2007 - 07:59 PM

oh yeah i just saw that **** lol... did you happen to try to slipstream mp11? I am having a problem during intial setup copying file wmp.exe says not signed.. wondering if others have had that problem

#4 User is offline   Kiki Burgh 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,425
  • Joined: 06-January 06

Posted 14 April 2007 - 06:02 AM

try to se if this helps: Silent .NET Maker (latest update: 20070201), Create silent switchless .NET installers for Win2K/XP/2K3 x86

#5 User is offline   RickSteele 

  • Rick Steele
  • PipPip
  • Group: Members
  • Posts: 259
  • Joined: 13-October 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 April 2007 - 06:46 AM

:hello: If you were using 2.18 RyanVM issued a small update addon to address the issue. Also, in the forum for his AIO addon there are posts on how to repair an already installed/up and running situation that work; I tried both solutions out because I had the same problem; all work. RyanVM has now released 2.19 and this concern is, as they say, history. RyanVM's DotNet all-in-one installer installs 1.1, 2 and 3 with all hotfixes and the Microsoft Visual C++ 2005 SP1 Redstributable Package at T-13 from svcpack; I am typing this from such an install; works beautifully. You can also run this AIO pack from runonce; T-13 is much better. :thumbup

Use one of Boooggy's current WMP11 addons or slipstreamer; again all available at RyanVM's forums; winXP install is perfect, no issues, WMP11-5212 up and running perfectly with all hotfixes/updates.

This post has been edited by RickSteele: 14 April 2007 - 06:57 AM


#6 User is offline   soccer84playa 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 12-April 07

Posted 22 April 2007 - 01:49 AM

I have the switchless installer from RyanVM for all the dotnet packs but I dont know how you integrate them into svcpack... can someone help?

#7 User is offline   Kiki Burgh 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,425
  • Joined: 06-January 06

Posted 22 April 2007 - 01:58 AM

been a while ... you can use Integrator for this ... also in nLite you can insert the file in the Addons/Update Pack page ... incidentally, i know a friend who has tried it via HFSLIP (the former i haven't confirmed myself yet) ... have you tried the link i posted above? what you generate there have been tested working very well ...

#8 User is offline   soccer84playa 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 12-April 07

Posted 22 April 2007 - 02:14 AM

Well Ryan created a switchless installer for all the dotnets in one. A lot of people said it works through scvpack and runonce. I am trying to get it setup in scvpack but I never have done anything like that before..

#9 User is offline   Kiki Burgh 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,425
  • Joined: 06-January 06

Posted 22 April 2007 - 02:19 AM

what are you using - integrator or nLite? add ryan's package to the hotfix/addon/update pack portion and consider it taken cared of already ... sit back and relax! :) ... for more discussion, read [BETA] RyanVM .NET Framework All-In-One Package BETA2

This post has been edited by Kiki Burgh: 22 April 2007 - 02:30 AM


#10 User is offline   RyanVM 

  • Like a big surly teddy bear.
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,661
  • Joined: 31-August 03

Posted 22 April 2007 - 06:02 AM

It never ceases to amaze me that here we are at MSFN and people can't seem to find that which this site was originally famous for: THE MSFN UNATTENDED GUIDE

#11 User is offline   strotee76 

  • Member
  • PipPip
  • Group: Members
  • Posts: 137
  • Joined: 12-September 06

Posted 22 April 2007 - 07:24 AM

I used RyanVM's .NET Framework AIO Beta and it installed 1.1, 2, and 3. You can download it from here.

Simply drag the installer into the Hotfixes section. In case this or any other installers don't do it automagically, then you can do it manually.

(anywhere you see quotes, do NOT type them)

1. Start, Run, "cmd" (navigate to i386 location)
2. type "expand svcpack.in_ svcpack.inf"
3. type "svcpack.inf" at the command prompt, svcpack.inf will open in a text editor (likely Notepad)
4. in the svcpack.inf file, look for the [SetupHotfixesToRun] section.
5. Add "dotnetaio.exe" at the top of the section
6. save and exit svcpack.inf
7. type "makecab svcpack.inf" ( it'll create svcpack.in_ )
8. type "del svcpack.inf" (delete the expanded version, no sense keeping it around)
9. copy dotnetaio.exe to the \i386\SVCPACK folder

you're done.

EDIT: cleaned up and added steps

This post has been edited by strotee76: 23 April 2007 - 05:09 AM


#12 User is offline   soccer84playa 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 12-April 07

Posted 23 April 2007 - 03:36 AM

ok thanks.. that's the information i was looking for. I always see people say to add to svcpack but I didn't know how. appreciate the help.

#13 User is offline   soccer84playa 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 12-April 07

Posted 23 April 2007 - 06:06 PM

You're using nLite or integrator to add dotnet to hotfixes. With nlite it doesn't recognize it as a valid hotfix. I'm going to try doing the svcpack thing you suggested. I'm having another problem though... while using vmware with these installs it's getting stuck at installing devices part... anybody having or had this problem? I don't get any error messages or anything. I left it running like that overnight to see if it needed a longer time but it didn't move at all the next morning.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy