From d0aff00441b070c1d262f4a3b4f2a2a1d9027106 Mon Sep 17 00:00:00 2001 From: Rick Brewster Date: Wed, 17 Nov 2021 17:54:33 -0800 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4e88c2..d611556 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ -Offline installers and portable ZIPs for Paint.NET. +_(NOTE: This file is used as a template for the release descriptions at https://github.com/paintdotnet/release/releases)_ -The offline installer may still need to download some prerequisites if you're on a Windows 7 or 8.1 machine that is not up-to-date via Windows Update. You do not need to have .NET installed, as these builds use self-contained deployment. +--- + +These are the offline installers, portable ZIPs, and deployment MSIs for Paint.NET. + +**Release notes:** https://forums.getpaint.net/topic/.../ + +_**NOTE:** This is a pre-release version. It may have bugs, etc. For the latest stable release, go to https://github.com/paintdotnet/release/releases and look for the newest release that is not tagged as "alpha" or "beta"._ + +The offline installer may still need to download some prerequisites if you're on a Windows 7 or 8.1 machine that is not up-to-date. You do not need to have .NET installed, as it is included as part of the app ("self-contained deployment"). + +If you are installing/deploying the MSI on Windows 7 or Windows 8.1, you will need to make sure the prerequisites for .NET are installed, which you can find information about at [https://docs.microsoft.com/en-us/dotnet/core/install/windows?tabs=net60](https://docs.microsoft.com/en-us/dotnet/core/install/windows?tabs=net60). You will also need to have the Platform Update installed on Windows 7 SP1. You do not need to install .NET itself, as it is included as part of the app ("self-contained deployment"). More documentation for the MSI, including configuration properties, is over at [https://www.getpaint.net/doc/latest/UnattendedInstallation.html](https://www.getpaint.net/doc/latest/UnattendedInstallation.html) + +(Friendly hint: If you don't know what an MSI is, then it's almost certainly not the download you want.) The "source code" ZIP does not contain any actual files or source code, it is just included automatically as part of GitHub's "releases" functionality.