How to install .NET framework 3.5 silently

Shane head shot
Shane Corellian|May 31, 2011
Generic blog header
Generic blog header
Sections
    No Data
    Add

    When you need to install multiple applications or updates to the same group of computers, consider combining your deployments into one PDQ Deploy Installer.

    Say you want to install Microsoft .NET Framework 3.5 SP1. Well, maybe its a good idea to install some critical .NET updates immediately following your deployment.

    OK, let’s get started:

    I downloaded my .NET Updates from http://support.microsoft.com/kb/959209

    In PDQ Deploy Pro 1.3 or later you have the option of adding multiple actions to your Installer. In the examples below, the first Action will be our main installation of .NET Framework 3.5 SP1.

    Add multiple actions
    Package (installer file like setup.exe) or a Command (shutdown.exe or robocopy.exe)

    If Action 1 completes successfully then PDQ Deploy Pro will automatically move to the next action in the sequence.

    Modify when entire installer fails

    We have Actions 2 – 4 set to continue even if they fail.

    Example of the Command action

    The final action is of the type: Command.

    Here we simply run the Windows command Shutdown.exe (not necessarily available in all versions of Windows, just an FYI). Using this command (command must be accessible from the target system command shell) we can simply tell the target to shutdown to complete the deployment.

    Below you will see the example of our new Installer.

    Final Installer

    Below you will see the final status of our deployment to a computer running Windows Server 2003.

    blog spc 20110601 Complete

    Hey, keep an eye out for the PDQ Deploy Pro 1.4 beta, coming in the next few days.

    Shane head shot
    Shane Corellian

    Shane is the co-founder of PDQ.

    Related articles