Microsoft Office Picture Manager is a raster graphics editor. Basic image editing features include color correct, crop, flip, resize, and rotate. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Microsoft Office Picture Manager from the command line using the EXE installer.
How to Install Microsoft Office Picture Manager Silently
Microsoft Office Picture Manager (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\PictureManager
- Press Enter
- Enter the following command to extract the 32-bit Service Pack 2 files:
- spdsp2010-kb2687463-fullfile-x86-en-us.exe /extract:C:\Downloads\PictureManager\Updates
- Accept the EULA of the Service Pack & Click Continue
- Navigate to the C:\Downloads\PictureManager 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 Set feature installation states
- Set All Microsoft Office Features as Not Available except Microsoft Office Picture Manager
- Select Configure shortcuts
- Remove All Shortcuts except Microsoft Office Picture Manager
- Select Modify user settings-> Expand Microsoft Office 2010-> Expand Privacy-> Trust Center
- Double-Click “Disable Opt-in Wizard on first run”-> Enable-> OK
- Select Modify user settings-> Expand Microsoft Office 2010-> Miscellaneous
- Double-Click “Suppress recommended settings dialog”-> Enable-> OK
- Select File-> Save
- Name the file PictureManager.msp & Save to C:\Downloads\PictureManager
- 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\PictureManager folder
- Enter the following command:
setup.exe /adminfile .\PictureManager.msp
- Press Enter
After a few moments you will find Microsoft Office Picture Manager entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Microsoft Office Picture Manager |
Vendor: | Microsoft Corporation |
Version: | 14.0.7015.1000 |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: |
|
Silent Uninstall Switch: | setup.exe /uninstall "SharePointDesigner" /config .\ |
Download Link: | https://www.microsoft.com/en-us/download/details.aspx?id=16573 |
PowerShell Script: | https://silentinstallhq.com/microsoft-office-picture-manager-install-and-uninstall-powershell/ |
Microsoft Office Picture Manager (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\PictureManager
- Press Enter
- Enter the following command to extract the 64-bit Service Pack 2 files:
- spdsp2010-kb2687463-fullfile-x64-en-us.exe /extract:C:\Downloads\PictureManager\Updates
- Accept the EULA of the Service Pack & Click Continue
- Navigate to the C:\Downloads\PictureManager 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 Set feature installation states
- Set All Microsoft Office Features as Not Available except Microsoft Office Picture Manager
- Select Configure shortcuts
- Remove All Shortcuts except Microsoft Office Picture Manager
- Select Modify user settings-> Expand Microsoft Office 2010-> Expand Privacy-> Trust Center
- Double-Click “Disable Opt-in Wizard on first run”-> Enable-> OK
- Select Modify user settings-> Expand Microsoft Office 2010-> Miscellaneous
- Double-Click “Suppress recommended settings dialog”-> Enable-> OK
- Select File-> Save
- Name the file PictureManager.msp & Save to C:\Downloads\PictureManager
- 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\PictureManager folder
- Enter the following command:
setup.exe /adminfile .\PictureManager.msp
- Press Enter
After a few moments you will find Microsoft Office Picture Manager entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | Microsoft Office Picture Manager |
Vendor: | Microsoft Corporation |
Version: | 14.0.7015.1000 |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch: |
|
Silent Uninstall Switch: | setup.exe /uninstall "SharePointDesigner" /config .\ |
Download Link: | https://www.microsoft.com/en-us/download/details.aspx?id=24309 |
PowerShell Script: | https://silentinstallhq.com/microsoft-office-picture-manager-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.
How to Uninstall Microsoft Office Picture Manager Silently
Check out the Microsoft Office Picture Manager Install and Uninstall (PowerShell) post for a scripted solution.
- 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\PictureManager” and name it: PictureManager.xml
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter the following command:
Microsoft Office Picture Manager Silent Uninstall (EXE)
setup.exe /uninstall "SharePointDesigner" /config .\PictureManager.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.