There are no items in your cart
Add More
Add More
| Item Details | Price | ||
|---|---|---|---|
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = 'https://web.whatsapp.com/desktop/windows/release/x64/WhatsAppSetup.exe'
$packageArgs = @ packageName = $packageName fileType = $installerType url = $url silentArgs = $silentArgs validExitCodes= $validExitCodes softwareName = 'WhatsApp*' checksum = 'A1B2C3...' # SHA256 of installer checksumType = 'sha256' chocolatey whatsapp package
| Aspect | Details | |--------|---------| | Package name | whatsapp | | Source | Official WhatsApp CDN | | Silent switch | /S | | Install type | NSIS / Squirrel | | Auto-updates | Built‑in (can conflict with Chocolatey) | | Package versioning | Manual or automated with CI (e.g., GitHub Actions) | | Best for | System provisioning, repeatable Windows setups | $toolsDir = "$(Split-Path -parent $MyInvocation