Chocolatey — Whatsapp Package ((new))
Would you like a working example of a chocolateyinstall.ps1 that also handles per‑user vs system detection?
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = 'https://web.whatsapp.com/desktop/windows/release/x64/WhatsAppSetup.exe' chocolatey whatsapp package
$packageArgs = @ packageName = $packageName fileType = $installerType url = $url silentArgs = $silentArgs validExitCodes= $validExitCodes softwareName = 'WhatsApp*' checksum = 'A1B2C3...' # SHA256 of installer checksumType = 'sha256' Would you like a working example of a chocolateyinstall