Microsoft SharePoint Designer 2010 is the tool of choice for the rapid development of SharePoint applications. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Microsoft SharePoint Designer 2010 from the command line using the EXE installer.
How to Install Microsoft SharePoint Designer 2010 Silently
Microsoft SharePoint Designer 2010 (32-bit) Silent Install (EXE)
- Navigate to: https://www.microsoft.com/en-us/download/details.aspx?id=16573
- Download the SharePointDesigner.exe to a folder created at (C:\Downloads)
- Navigate to: https://www.microsoft.com/en-us/download/details.aspx?id=39649
- Download the spdsp2010-kb2687463-fullfile-x86-en-us.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command to extract the setup files:
- SharePointDesigner.exe /extract:C:\Downloads\SharePointDesigner
- Press Enter
- Enter the following command to extract the Service Pack 2 files:
- spdsp2010-kb2687463-fullfile-x86-en-us.exe /extract:C:\Downloads\SP2x86
- Press Enter
- Accept the EULA of the Service Pack & Click Continue
- Copy all files in C:\Downloads\SP2x86 to C:\Downloads\SharePointDesigner\Updates
- Open Notepad or your favorite text editor
- Add the following lines:
<Configuration Product="SharePointDesigner">
<Display Level="none" CompletionNotice="No" SuppressModal="Yes" AcceptEula="Yes" />
<Setting Id="SETUP_REBOOT" Value="NEVER" />
</Configuration>
- Save the file to “C:\Downloads\SharePointDesigner” and name it: SharePointDesigner2010.xml
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads\SharePointDesigner folder
- Enter the following command:
setup.exe /config .\SharePointDesigner2010.xml
- Press Enter
After a few moments you will find Microsoft SharePoint Designer 2010 entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Microsoft SharePoint Designer 2010 |
Vendor: | Microsoft Corporation |
Version: | 14.0.7015.1000 |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | setup.exe /config .\SharePointDesigner2010.xml |
Silent Uninstall Switch: | setup.exe /uninstall "SharePointDesigner" /config .\SharePointDesigner2010.xml |
Repair Command: | setup.exe /repair "SharePointDesigner" /config .\SharePointDesigner2010.xml |
Download Link: | https://www.microsoft.com/en-us/download/details.aspx?id=16573 |
PowerShell Script: | https://silentinstallhq.com/microsoft-sharepoint-designer-2010-install-and-uninstall-powershell/ |
Microsoft SharePoint Designer 2010 (64-bit) Silent Install (EXE)
- Navigate to: https://www.microsoft.com/en-us/download/details.aspx?id=24309
- Download the SharePointDesigner.exe to a folder created at (C:\Downloads)
- Navigate to: https://www.microsoft.com/en-us/download/details.aspx?id=39663
- Download the spdsp2010-kb2687463-fullfile-x64-en-us.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command to extract the setup files:
- SharePointDesigner.exe /extract:C:\Downloads\SharePointDesigner
- Press Enter
- Enter the following command to extract the Service Pack 2 files:
- spdsp2010-kb2687463-fullfile-x64-en-us.exe /extract:C:\Downloads\SP2x64
- Press Enter
- Accept the EULA of the Service Pack & Click Continue
- Copy all files in C:\Downloads\SP2x64 to C:\Downloads\SharePointDesigner\Updates
- Open Notepad or your favorite text editor
- Add the following lines:
<Configuration Product="SharePointDesigner">
<Display Level="none" CompletionNotice="No" SuppressModal="Yes" AcceptEula="Yes" />
<Setting Id="SETUP_REBOOT" Value="NEVER" />
</Configuration>
- Save the file to “C:\Downloads\SharePointDesigner” and name it: SharePointDesigner2010.xml
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads\SharePointDesigner folder
- Enter the following command:
setup.exe /config .\SharePointDesigner2010.xml
- Press Enter
After a few moments you will find Microsoft SharePoint Designer 2010 entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Microsoft SharePoint Designer 2010 |
Vendor: | Microsoft Corporation |
Version: | 14.0.7015.1000 |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch: | setup.exe /config .\SharePointDesigner2010.xml |
Silent Uninstall Switch: | setup.exe /uninstall "SharePointDesigner" /config .\SharePointDesigner2010.xml |
Repair Command: | setup.exe /repair "SharePointDesigner" /config .\SharePointDesigner2010.xml |
Download Link: | https://www.microsoft.com/en-us/download/details.aspx?id=24309 |
PowerShell Script: | https://silentinstallhq.com/microsoft-sharepoint-designer-2010-install-and-uninstall-powershell/ |
The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download link provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.
Additional Configurations
Create an Installation Log File
The Microsoft SharePoint Designer 2010 installer offers the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following commands to create a verbose log file with details about the installation.
- Open the SharePointDesigner2010.xml file mentioned earlier in the article
- Add the Logging Type line as follows:
<Configuration Product="SharePointDesigner">
<Display Level="none" CompletionNotice="No" SuppressModal="Yes" AcceptEula="Yes" />
<Logging Type="Verbose" Path="%WINDIR%\Temp" Template="SharePointDesigner-Setup.log" />
<Setting Id="SETUP_REBOOT" Value="NEVER" />
</Configuration>
- Save the changes to the SharePointDesigner2010.xml file
- Follow the remaining “How to Install Microsoft SharePoint Designer 2010 Silently” steps mentioned earlier in the article
Customize SharePoint Designer 2010 Installation
- Follow the steps listed above to extract the setup files to C:\Downloads\SharePointDesigner
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads\SharePointDesigner folder
- Enter the following command to launch the Microsoft Office Customizations Tool: setup.exe /admin
- Press Enter
- Click OK to “Create a new Setup customization file for Microsoft SharePoint Designer 2010”
- Select Licensing and user interface
- Check “I accept the terms in the License Agreement”
- Set Display Level to “None”
- Select Modify Setup properties
- Click Add
- Name: HIDEUPDATEUI
- Value: TRUE
- Click Add
- Name: SETUP_REBOOT
- Value: NEVER
- Select Modify user settings-> Expand Microsoft Office 2010-> Expand Privacy-> Trust Center
- Double-Click “Disable Opt-in Wizard on first run”-> Enable-> OK
- Select File-> Save
- Name the file SharePointDesigner2010.msp & Save to C:\Downloads\SharePointDesigner
- Close the Microsoft Office Customizations Tool
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads\SharePointDesigner folder
- Enter the following command:
setup.exe /adminfile .\SharePointDesigner2010.msp
- Press Enter
How to Uninstall Microsoft SharePoint Designer 2010 Silently
Check out the Microsoft SharePoint Designer 2010 Install and Uninstall (PowerShell) post for a scripted solution.
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter the following command:
Microsoft SharePoint Designer 2010 Silent Uninstall (EXE)
setup.exe /uninstall "SharePointDesigner" /config .\SharePointDesigner2010.xml |
Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.