How to Deploy PDF24 Creator via Intune (Win32 App Packaging Guide)
PDF24 Creator is a popular free PDF tool used widely in UK small businesses for creating, merging, and converting PDF files. It uses an NSIS EXE installer. The main thing to get right is using the correct silent switches and suppressing the desktop shortcut and auto-update prompts.
Download the installer
Download the offline installer from PDF24:
https://tools.pdf24.org/en/creator
Click Download PDF24 Creator and get the standard Windows installer (pdf24-creator-xx.x.x.exe). PDF24 does not offer an MSI - the EXE uses NSIS.
Wrap with the Content Prep Tool
IntuneWinAppUtil.exe -c "C:\AppSource\PDF24" -s "pdf24-creator-11.20.0.exe" -o "C:\IntunePackages"
Add the app in Intune
- Upload the .intunewin file
- Name: PDF24 Creator
- Publisher: geek software GmbH
Install and uninstall commands
Detection rule
Known gotchas
PDF24 virtual printer not appearing for users
PDF24 installs a virtual printer driver. On some devices this takes a moment to register after install. If users report the PDF24 printer is missing, a reboot usually resolves it. You can add a forced reboot to the Intune deployment if needed by changing the restart behaviour setting.
PDF24 update notifications
PDF24 checks for updates and shows a notification. Disable this by adding /NoAutoUpdate to the install command if your version supports it, or deploy a registry key post-install:
REG ADD "HKLM\SOFTWARE\PDF24\Creator" /v "AutoUpdate" /t REG_DWORD /d 0 /f
Frequently Asked Questions
Use: pdf24-creator-x.x.x.exe /S /AllUsers. The /S flag is the NSIS silent switch and /AllUsers is critical - without it PDF24 installs only for the current user, not all users on the machine.
Without /AllUsers, PDF24 installs only for the user running the process (SYSTEM in Intune). Other users who log in will not have PDF24 available. Always include /AllUsers for machine-wide deployment.
PDF24 installs a virtual printer driver that can take a moment to register. If the printer is missing after deployment, a device reboot usually resolves it. You can configure a forced reboot in the Intune app settings.
Use a file detection rule: check for pdf24-creator.exe in C:\Program Files\PDF24.