Skip to content

Commit 811a353

Browse files
committed
Add blog post Windows Installer
1 parent 333f1fb commit 811a353

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
---
2+
layout: post
3+
title: "Windows Installers Now Available in Nightly Builds!"
4+
tagline: ""
5+
categories: "News"
6+
author: "The Pencil2D Team"
7+
date: "2025-12-08"
8+
published: false
9+
comments: false
10+
---
11+
12+
We're excited to announce that Pencil2D now has Windows installers! This long-awaited feature, developed by our core developer [J5lx](https://github.com/J5lx){:target="_blank"}, is available through our [nightly builds](https://www.pencil2d.org/download/nightly/){:target="_blank"}.
13+
14+
## Why an Installer?
15+
16+
For years, Pencil2D has been distributed as a portable ZIP file for Windows users. While this works great for some people, we also see challenges for many others who are less familiar with technical processes.
17+
18+
We've seen requests from users who:
19+
- Didn't know they needed to extract all files from the ZIP archive
20+
- Were missing required MSVC runtime libraries
21+
- Had difficulty locating the executable after extraction
22+
- Simply wanted a more straightforward installation experience
23+
- Wanted only one icon on their desktop to launch Pencil2D
24+
25+
The new installer addresses all of these issues, providing a smooth, professional installation process that anyone can follow.
26+
27+
## What Does the Installer Offer?
28+
29+
The new Windows installer provides several benefits over the portable ZIP distribution:
30+
31+
- **Double-Click Installation**: No more ZIP extraction—just download and run
32+
- **Automatic Runtime Management**: The installer handles MSVC redistributable installation automatically
33+
- **Professional Experience**: A polished, localized installation wizard with proper branding
34+
- **Desktop & Start Menu Shortcuts**: Optional shortcuts for easy access to Pencil2D
35+
- **Proper File Association**: Register `.pclx` file types with Windows
36+
- **Clean Uninstallation**: Complete removal of all installed files when needed
37+
- **Upgrade Support**: Seamlessly update to newer versions while preserving your settings
38+
39+
Special thanks to J5lx for the incredible dedication and technical expertise required to create this professional-grade Windows installer. The installer uses the WiX Toolset and includes support for multiple languages, custom branding, and features you'd expect from modern Windows software.
40+
41+
## Try It Now!
42+
43+
The installers are currently available in our [nightly builds](https://www.pencil2d.org/download/nightly/){:target="_blank"}. We encourage Windows users to give them a try and let us know what you think!
44+
45+
You will find two installer formats in the nightly builds:
46+
47+
### Setup (.exe) - Recommended
48+
- **Filename**: `Pencil2D-Setup-x64-<version>.exe`
49+
- **What it includes**: Complete installation bundle with Pencil2D and MSVC runtime libraries
50+
- **Best for**: Most users—provides a complete one-click installation experience
51+
52+
### MSI Package (.msi) - Advanced
53+
- **Filename**: `Pencil2D-x64-<version>.msi`
54+
- **What it includes**: Pencil2D installation package only (without MSVC runtime)
55+
- **Best for**: System administrators, enterprise deployments, or users who already have the Visual C++ runtime installed
56+
57+
**Important Note**: The nightly builds contain the latest development version of Pencil2D and may include experimental features.
58+
59+
## Portable Version Still Available
60+
61+
Don't worry—if you prefer the portable ZIP version, it will continue to be available! The installer is simply an additional option.
62+
63+
## We Want Your Feedback
64+
65+
As with any new feature, we'd love to hear your thoughts! If you encounter any issues or have suggestions for improvements, please let us know through our [forum](https://discuss.pencil2d.org/){:target="_blank"} or [Discord server](https://discord.gg/8FxdV2g){:target="_blank"}.
66+
67+
Thank you for being part of the Pencil2D community. We hope the new Windows installer makes your life easier!
68+

0 commit comments

Comments
 (0)