Paint.net is a freeware raster graphics editor program for Microsoft Windows, developed on the .NET Framework. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Paint.net from the command line using both EXE & MSI installers.
How to Install Paint.net Silently
Paint.net Silent Install (EXE) on 32-bit System
- Navigate to: https://github.com/paintdotnet/release/releases
- Download the paint.net.x.y.z.install.x86.zip to a folder created at (C:\Downloads)
- Extract the paint.net.x.y.z.install.x86.exe from the paint.net.x.y.z.install.x86.zip file to “C:\Downloads” using 7-Zip
- 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: paint.net.x.y.z.install.x86.exe /auto
- Press Enter
After a few moments you should see the Paint.net Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | paint.net |
Vendor: | dotPDN LLC |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | paint.net.x.y.z.install.x86.exe /auto |
Silent Uninstall Switch: | MsiExec.exe /x {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX} /qn |
Download Link: | https://github.com/paintdotnet/release/releases |
PowerShell Script: | https://silentinstallhq.com/paint-net-install-and-uninstall-powershell/ |
Detection Script: | https://silentinstallhq.com/create-a-custom-detection-script-for-paint-net-powershell/ |
Paint.net Silent Install (EXE) on 64-bit System
- Navigate to: https://github.com/paintdotnet/release/releases
- Download the paint.net.x.y.z.install.x64.zip to a folder created at (C:\Downloads)
- Extract the paint.net.x.y.z.install.x64.exe from the paint.net.x.y.z.install.x64.zip file to “C:\Downloads” using 7-Zip
- 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: paint.net.x.y.z.install.x64.exe /auto
- Press Enter
After a few moments you should see the Paint.net Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | paint.net |
Vendor: | dotPDN LLC |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch: | paint.net.x.y.z.install.x64.exe /auto |
Silent Uninstall Switch: | MsiExec.exe /x {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX} /qn |
Download Link: | https://github.com/paintdotnet/release/releases |
PowerShell Script: | https://silentinstallhq.com/paint-net-install-and-uninstall-powershell/ |
Detection Script: | https://silentinstallhq.com/create-a-custom-detection-script-for-paint-net-powershell/ |
Paint.net Silent Install (MSI) on 32-bit Systems
- Navigate to: https://github.com/paintdotnet/release/releases
- Download the paint.net.x.y.z.winmsi.x86.zip to a folder created at (C:\Downloads)
- Extract the paint.net.x.y.z.winmsi.x86.msi from the paint.net.x.y.z.winmsi.x86.zip file to “C:\Downloads” using 7-Zip
- 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: MsiExec.exe /i paint.net.x.y.z.winmsi.x86.msi /qn
- Press Enter
After a few moments you should see the Paint.net Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | paint.net |
Vendor: | dotPDN LLC |
Architecture: | x86 |
Installer Type: | MSI |
Silent Install Switch: | MsiExec.exe /i paint.net.x.y.z.winmsi.x86.msi /qn |
Silent Uninstall Switch: | MsiExec.exe /x paint.net.x.y.z.winmsi.x86.msi /qn |
Repair Command: | MsiExec.exe /fa paint.net.x.y.z.winmsi.x86.msi /qn |
Download Link: | https://github.com/paintdotnet/release/releases |
PowerShell Script: | https://silentinstallhq.com/paint-net-install-and-uninstall-powershell/ |
Detection Script: | https://silentinstallhq.com/create-a-custom-detection-script-for-paint-net-powershell/ |
Paint.net Silent Install (MSI) on 64-bit Systems
- Navigate to: https://github.com/paintdotnet/release/releases
- Download the paint.net.x.y.z.winmsi.x64.zip to a folder created at (C:\Downloads)
- Extract the paint.net.x.y.z.winmsi.x64.msi from the paint.net.x.y.z.winmsi.x64.zip file to “C:\Downloads” using 7-Zip
- 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: MsiExec.exe /i paint.net.x.y.z.winmsi.x64.msi /qn
- Press Enter
After a few moments you should see the Paint.net Desktop Shortcut appear. You will also find entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.
Software Title: | paint.net |
Vendor: | dotPDN LLC |
Architecture: | x64 |
Installer Type: | MSI |
Silent Install Switch: | MsiExec.exe /i paint.net.x.y.z.winmsi.x64.msi /qn |
Silent Uninstall Switch: | MsiExec.exe /x paint.net.x.y.z.winmsi.x64.msi /qn |
Repair Command: | MsiExec.exe /fa paint.net.x.y.z.winmsi.x64.msi /qn |
Download Link: | https://github.com/paintdotnet/release/releases |
PowerShell Script: | https://silentinstallhq.com/paint-net-install-and-uninstall-powershell/ |
Detection Script: | https://silentinstallhq.com/create-a-custom-detection-script-for-paint-net-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 a Paint.net Installation Log File
The Paint.net MSI 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.
Paint.net 32-bit Silent Install (MSI) with Logging
MsiExec.exe /i paint.net.x.y.z.winmsi.x86.msi /qn /L*v "%WINDIR%\Temp\Paint.net-Install.log" |
Paint.net 64-bit Silent Install (MSI) with Logging
MsiExec.exe /i paint.net.x.y.z.winmsi.x64.msi /qn /L*v "%WINDIR%\Temp\Paint.net-Install.log" |
Change the Paint.net Default Installation Directory
You can also change the default installation directory by using the following command line parameters. In this example, I’m installing Paint.net to “C:\Paint.net”
Paint.net (EXE)
paint.net.x.y.z.install.exe /auto TARGETDIR=C:\Paint.net |
Paint.net 32-bit (MSI)
MsiExec.exe /i |
Paint.net 64-bit (MSI)
MsiExec.exe /i |
Disable Paint.net Check For Updates
Paint.net Silent Install (EXE) with Update Checks Disabled
paint.net.x.y.z.install.exe /auto CHECKFORUPDATES=0 |
Paint.net 32-bit Silent Install (MSI) with Update Checks Disabled
MsiExec.exe /i |
Paint.net 64-bit Silent Install (MSI) with Update Checks Disabled
MsiExec.exe /i |
Exclude Paint.net Desktop Shortcut During Install
The Paint.net installers create a desktop shortcut by default. If you don’t want the desktop shortcut, then you can run the following command line switches to exclude it.
Paint.net Silent Install (EXE) with No Desktop Shortcut
paint.net.x.y.z.install.exe /auto DESKTOPSHORTCUT=0 |
Paint.net 32-bit Silent Install (MSI) with No Desktop Shortcut
MsiExec.exe /i |
Paint.net 32-bit Silent Install (MSI) with No Desktop Shortcut
MsiExec.exe /i paint.net.x.y.z.winmsi.x64.msi DESKTOPSHORTCUT=0 /qn |
Enable Check For Pre-Release Beta Versions
Paint.net Silent Install (EXE) with Beta Checks Enabled
paint.net.x.y.z.install.exe /auto CHECKFORBETAS=1 |
Paint.net 32-bit Silent Install (MSI) with Beta Checks Enabled
MsiExec.exe /i |
Paint.net 64-bit Silent Install (MSI) with Beta Checks Enabled
MsiExec.exe /i |
How to Uninstall Paint.net Silently
Check out the following posts for a scripted solution:
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter one of the following commands:
Paint.net Silent Uninstall (MSI) on 32-bit Systems
MsiExec.exe /x |
Paint.net Silent Uninstall (MSI) on 64-bit Systems
MsiExec.exe /x |
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.