Installation
Get MP Poster running on your Windows PC in under 2 minutes.
System Requirements
- Windows 10 or 11 (64-bit)
- 4 GB RAM minimum, 8 GB recommended
- 500 MB free disk space
- Internet connection
- Edge WebView2 runtime (auto-installed if missing)
Step 1 — Download
After purchase, you'll receive a license email with a download link. The installer is a single .exe file (~250 MB) that includes everything — Python, Chromium, all dependencies. No separate installs required.
If you've lost the email, sign in at your account page and click "Resend License Email."
Step 2 — Run the Installer
- Double-click
MP-Poster-Setup-1.0.exe. - Windows may show a SmartScreen warning ("Unknown publisher"). Click More info → Run anyway. This is normal for unsigned installers.
- Accept the license agreement.
- Pick install location (default:
C:\Program Files\MP Poster). - Choose whether to create a desktop shortcut.
Step 3 — Enter License Key
The installer asks for your license key. Paste it from your email — it looks like:
xK9mP2nT7sQwL4vR8jH3yU6oI1eA5bF0
The installer validates the key with our license server (takes 2–3 seconds). If valid, you proceed. If not, see Troubleshooting.
Step 4 — Install Completes
Click Finish. If "Launch MP Poster" is checked, the app opens immediately.
You'll see a native desktop window titled "MP Poster" — no browser, no URL bar. This is your control panel.
Launching MP Poster
After install, you can launch from:
- Desktop icon (if you selected that option)
- Start Menu → MP Poster
- File Explorer →
C:\Program Files\MP Poster\launcher.vbs
What Gets Installed
Everything is self-contained — MP Poster doesn't modify your system Python, doesn't touch your registry beyond install/uninstall entries, and doesn't install other apps. The whole package lives in your install folder.
C:\Program Files\MP Poster\
├── launcher.vbs (silent app launcher)
├── runtime\
│ ├── python\ (bundled Python 3.11)
│ └── browsers\ (Playwright Chromium)
└── app\
├── app.py
├── data\ (your database, sessions)
└── uploads\ (vehicle photos)
Uninstalling
Go to Settings → Apps in Windows, find MP Poster, click Uninstall. Removes everything cleanly. Your license remains active and can be re-installed on the same machine, or moved to a new one (contact support).