Paint.net Silent Install (How-To Guide)

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

  1. Navigate to: https://github.com/paintdotnet/release/releases
  2. Download the paint.net.x.y.z.install.x86.zip to a folder created at (C:\Downloads)
  3. 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
  4. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  5. Navigate to the C:\Downloads folder
  6. Enter the following command: paint.net.x.y.z.install.x86.exe /auto
  7. 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

  1. Navigate to: https://github.com/paintdotnet/release/releases
  2. Download the paint.net.x.y.z.install.x64.zip to a folder created at (C:\Downloads)
  3. 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
  4. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  5. Navigate to the C:\Downloads folder
  6. Enter the following command: paint.net.x.y.z.install.x64.exe /auto
  7. 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

  1. Navigate to: https://github.com/paintdotnet/release/releases
  2. Download the paint.net.x.y.z.winmsi.x86.zip to a folder created at (C:\Downloads)
  3. 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
  4. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  5. Navigate to the C:\Downloads folder
  6. Enter the following command: MsiExec.exe /i paint.net.x.y.z.winmsi.x86.msi /qn
  7. 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

  1. Navigate to: https://github.com/paintdotnet/release/releases
  2. Download the paint.net.x.y.z.winmsi.x64.zip to a folder created at (C:\Downloads)
  3. 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
  4. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  5. Navigate to the C:\Downloads folder
  6. Enter the following command: MsiExec.exe /i paint.net.x.y.z.winmsi.x64.msi /qn
  7. 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.x.y.z.winmsi.x86.msi TARGETDIR=C:\Paint.net /qn

Paint.net 64-bit (MSI)

MsiExec.exe /i paint.net.x.y.z.winmsi.x64.msi TARGETDIR=C:\Paint.net /qn

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.x.y.z.winmsi.x86.msi CHECKFORUPDATES=0 /qn

Paint.net 64-bit Silent Install (MSI) with Update Checks Disabled

MsiExec.exe /i paint.net.x.y.z.winmsi.x64.msi CHECKFORUPDATES=0 /qn

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.x.y.z.winmsi.x86.msi DESKTOPSHORTCUT=0 /qn

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.x.y.z.winmsi.x86.msi CHECKFORBETAS=1 /qn

Paint.net 64-bit Silent Install (MSI) with Beta Checks Enabled

MsiExec.exe /i paint.net.x.y.z.winmsi.x64.msi CHECKFORBETAS=1 /qn

How to Uninstall Paint.net Silently

Check out the following posts for a scripted solution:

Paint.net Install and Uninstall (PowerShell)
Paint.net Silent Uninstall (PowerShell)
  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter one of the following commands:

Paint.net Silent Uninstall (MSI) on 32-bit Systems

MsiExec.exe /x paint.net.x.y.z.winmsi.x86.msi /qn

Paint.net Silent Uninstall (MSI) on 64-bit Systems

MsiExec.exe /x paint.net.x.y.z.winmsi.x64.msi /qn

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.

Jason Bergner

I am an accomplished Software Engineer at Patch My PC, leveraging more than 18 years of hands-on experience in Configuration Manager administration and application packaging. I am driven by a genuine passion for solving complex problems and consistently strive to discover innovative and effective solutions. Sharing my extensive knowledge of application deployments is a true joy for me, and I am honored to contribute to the community here at Silent Install HQ.

Recent Posts