Deployment
Silent Installation
PicPick supports silent (unattended) installation for enterprise and IT deployment scenarios. The installer accepts command-line flags that allow you to activate a license, suppress the post-install launch, and enforce managed settings — without any user interaction.
Basic Silent Install
picpick_inst_pro.exe /S
The /S flag suppresses all installer UI. The installation completes in the background with default settings.
Activating a License at Install Time
Pass your license key with the -LICENSE flag:
picpick_inst_pro.exe /S -LICENSE="XXX-XXXX-XXXX-XXXX"
Replace XXX-XXXX-XXXX-XXXX with your actual license key. PicPick is registered automatically — no manual activation step is required on the target machine.
Available Flags
| Flag | Description |
|---|---|
/S |
Runs the installer silently with no UI. Required for all unattended installs. |
-LICENSE="KEY" |
Activates the given license key during installation. |
-NORUN |
Prevents PicPick from launching automatically after installation completes. |
-DISABLEUPDATE |
Disables the built-in update check. Useful when updates are managed centrally. |
-DISABLESHARE |
Disables social media sharing features. |
Full Deployment Example
picpick_inst_pro.exe /S -LICENSE="XXX-XXXX-XXXX-XXXX" -NORUN -DISABLEUPDATE
This installs PicPick silently, applies the license, prevents auto-launch, and disables update checks — a typical setup for managed environments where software deployment and updates are controlled by IT.