+ Post New Thread
Results 1 to 13 of 13
Windows Thread, Deploying .NetFramework in Technical; Does anyone know how we can deploy Microsoft .net Framework 3.0, service pack 1? It is required for certain aspects ...
  1. #1

    Join Date
    Sep 2007
    Posts
    177
    Thank Post
    4
    Thanked 2 Times in 2 Posts
    Rep Power
    9

    Deploying .NetFramework

    Does anyone know how we can deploy Microsoft .net Framework 3.0, service pack 1?

    It is required for certain aspects of SIMS.net to function correctly.

    It's not available as an MSI, so can't be done that way. I've tried making a Ghost AI package to deploy, but AI snapshop consistently crashes part way through the second scan.

    Any ideas? We need to get this on 130 teacher's laptops, so installing it manually isn't viable.

  2. #2

    Join Date
    Jul 2007
    Location
    Middle-Wales
    Posts
    369
    Thank Post
    2
    Thanked 4 Times in 4 Posts
    Rep Power
    10
    WSUS? Or see if this package has the MSI in:

    http://www.microsoft.com/downloads/d...displaylang=en

  3. #3

    Join Date
    Sep 2007
    Posts
    177
    Thank Post
    4
    Thanked 2 Times in 2 Posts
    Rep Power
    9
    Can you use WSUS to install one specific update?

    The Microsoft redistributable package turns out not to be. It's a 2MB file which then connects to the Internet to download the rest. Still can't make a package out of it even if that works.

  4. #4

    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    6,192
    Thank Post
    151
    Thanked 946 Times in 737 Posts
    Rep Power
    197
    I have created a seperate package which installs all frameworks - .NET Framework 1.1, 2.0, 3.0 and 3.5 (including service packs) using a script. I'll post a link later this evening.

  5. Thanks to Michael from:

    bizzel (22nd September 2008)

  6. #5
    Kyle's Avatar
    Join Date
    Jan 2006
    Posts
    817
    Thank Post
    38
    Thanked 8 Times in 7 Posts
    Rep Power
    15
    We use WSUS to deply ours.

  7. #6


    Join Date
    Feb 2007
    Location
    Northamptonshire
    Posts
    4,411
    Thank Post
    322
    Thanked 715 Times in 644 Posts
    Rep Power
    199
    It is required for certain aspects of SIMS.net to function correctly.
    Which aspects? - We run .net2 here with no problems on SIMS at all.

  8. #7

    localzuk's Avatar
    Join Date
    Dec 2006
    Location
    Bristol
    Posts
    12,329
    Blog Entries
    24
    Thank Post
    425
    Thanked 1,372 Times in 1,090 Posts
    Rep Power
    397
    .net 3 is not yet needed for SIMS.net, only .net 2.0 and below.

  9. #8

    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    6,192
    Thank Post
    151
    Thanked 946 Times in 737 Posts
    Rep Power
    197
    I have uploaded various packs which you can view here

  10. #9
    User3204's Avatar
    Join Date
    Aug 2006
    Location
    Wirral
    Posts
    699
    Thank Post
    51
    Thanked 60 Times in 56 Posts
    Rep Power
    28
    Just to agree with people, you won't need the .net 3 for SIMS, just .net 2

    But I have managed to find .net 1.0, 1.1, 2.0 AND 3.? MSIs, I can't remember where from, I think there was info on the MS site. I have used AD/GPOs to push out 1.0, 1.1 and 2.0 so classroom PCs, but 3.? fails, and fails after 15-20 min install then 15-20 min restart (I gave up, as nothing NEEDS it yet...).

    I suspect I'll head over to those Logistix ones...

  11. #10
    Singist's Avatar
    Join Date
    May 2008
    Location
    North West
    Posts
    93
    Thank Post
    4
    Thanked 9 Times in 9 Posts
    Rep Power
    9
    I have just deployed .net2 via group policy after creating an msi following these instructions;



    Once logged onto the server, open Internet Exploder and navigate to www.microsoft.com/downloads
    The .Net Framework 2 Redistributable should be listed there.

    Download the dotnetfx.exe file to the root of C: drive, then open command prompt and enter the following commands:

    c:
    cd \
    mkdir dotnetfx
    dotnetfx.exe /q /c:"msiexec /qb /a netfx.msi TARGETDIR=c:\dotnetfx"

    You should see a window with "Extracting netfx.msi" and "Installing" (it doesn't actually install it, is just part of the extration process)

    When this is finished, close the command prompt.

    Open My Computer and navigate to the c: drive, open the dotnetfx folder and check there is an MSI and 3 folders in there. Move to your preferred folder that use to deploy packages in group policy.

    Deploy using your preferred method. Have fun

  12. #11

    Join Date
    Sep 2005
    Posts
    153
    Thank Post
    1
    Thanked 4 Times in 4 Posts
    Rep Power
    14
    Yeah do as mentioned above. I had to do this for Vis Studio 2005. I also found a neat little tool to assign packages in a set order in one policy (which is handy for something like VS 2005 where there are lots of pre-req's which need installing prior to the app itself.) It is called Assigned Software sequence manager from Sywan.

    Google it up, I use it frequently!

    M.

  13. #12
    User3204's Avatar
    Join Date
    Aug 2006
    Location
    Wirral
    Posts
    699
    Thank Post
    51
    Thanked 60 Times in 56 Posts
    Rep Power
    28
    Assigned Software sequence manager sounds like a good idea.... but the thing is, if the pre-requisites aren't installed until after you want them, the software fails, then installs on the next boot... works for me.

  14. #13

    powdarrmonkey's Avatar
    Join Date
    Feb 2008
    Location
    Alcester, Warwickshire
    Posts
    4,852
    Thank Post
    412
    Thanked 773 Times in 646 Posts
    Rep Power
    168
    At the moment I'm using the redistributable (sp?) edition and psexec to push it out, but it's labour-intensive.

SHARE:
+ Post New Thread

Similar Threads

  1. Deploying a Screensaver
    By johnkay21 in forum Windows
    Replies: 13
    Last Post: 4th August 2011, 04:13 AM
  2. deploying software
    By projector1 in forum How do you do....it?
    Replies: 17
    Last Post: 11th March 2009, 05:27 PM
  3. Deploying Fonts
    By HodgeHi in forum Networks
    Replies: 7
    Last Post: 22nd April 2008, 11:10 AM
  4. Deploying Software via GP Help
    By mmoseley in forum How do you do....it?
    Replies: 5
    Last Post: 31st March 2008, 08:38 PM
  5. Deploying IE7
    By OverWorked in forum Windows
    Replies: 21
    Last Post: 24th May 2007, 07:54 AM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •