Results 1 to 4 of 4

Thread: [RESOLVED] How to auto-remotely install .NET framework 1.1 without user intervention?

  1. #1

    Thread Starter
    Member McBain2's Avatar
    Join Date
    Sep 2003
    Location
    UK, Glos.
    Posts
    60

    Question [RESOLVED] How to auto-remotely install .NET framework 1.1 without user intervention?

    Hello, wonder if anyone can give me a solution to this…

    I currently have around 300 PC’s all with .NET Framework V1.0 installed. I have an application written using VB.NET 2003 – thus needs the Framework V1.1.

    Rolling out the application is not a problem, however the .NET framework package refuses to install in the background – prompting for user intervention regardless of whether the /q (quiet) install option is chosen.

    We are using wither logon scripts or GFI LANGuard to remotely install applications – neither can get the .NET framework on without user intervention.
    The .NET 1.1 redistribution package I’m trying to install is the one from Microsoft named: ‘dotnetfx.exe’

    Does anybody know of a way of doing this? - manually installing the thing on 300 PC’s is not really an option I’d like to consider – even for a small company like ours!

    Thanks in advance for any help
    Last edited by McBain2; Apr 28th, 2004 at 10:53 AM.

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    That's where a ASP.NET web application would have solved you hours of manual installation....

    I could be wrong, its been to known to happen before , but I think you'll have to manually update the machines, unless you can get some sort of ACL permissions through Active Directory.

  3. #3

    Thread Starter
    Member McBain2's Avatar
    Join Date
    Sep 2003
    Location
    UK, Glos.
    Posts
    60

    [RESOLVED] How to auto-remotely install .NET framework 1.1 without user intervention?

    Yes, we have plans to go web-based for the majority of stuff in the future for exactly this reason (and a few others).

    But, haha, I've found a solution! (Always happens just after submitting a request for help)

    Using the command-line dotnetfx.exe /q:a /c:"install /l /q" (obviously!! lol) does the trick, can now use GFI LANGuard (or similar i guess - anything that can run on a users PC with admin rights) to push it to all PC's without them even knowing


    Found it in the following article: http://msdn.microsoft.com/library/de...amedepguid.asp

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Nice. Will have to bookmark it.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

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



Click Here to Expand Forum to Full Width