Cloud Edge Secure Access Advanced Settings

MDM App Deployment

The deployment process of SonicWall Cloud Edge varies depending on your MDM (Mobile Device Management) provider and is done utilizing a public app deployment process.

Below are links to deployment guides for common MDM providers:

.msi Installation Flags

Silent Installation:

  • msiexec /quiet /i SonicWallCloudEdge.msi

Silent Installation and get the installation status back to the deployment service:

  • start /wait msiexec /quiet /i "SonicWallCloudEdge.msi"

  • echo %errorlevel%

Uninstallation:

  • msiexec /x "SonicWallCloudEdge.msi"

.pkg Installation Flags

Silent Installation:

  • $ sudo installer -pkg SonicWallCloudEdge.pkg -target /

Was This Article Helpful?

Help us to improve our support portal

Techdocs Article Helpful form

  • Hidden
  • Hidden

Techdocs Article NOT Helpful form

  • Still can't find what you're looking for? Try our knowledge base or ask our community for more help.
  • Hidden
  • Hidden