From JAMF


Ff all that we're deploying is an .app in the /Applications folder, I'd recommend repackaging it in Composor. The workflow would be as follows:- 


  1. On the computer with Composer, open the .DMG and place the Wisenet WAVE in your /Applications folder- 
  2. Open Composer and Drag and Drop Wisenet WAVE from your /Applications folder to Sources in the left column in Composer- 
  3. In the Composer window, select the Applications folder and set the Owner to root and the group to wheel- 
  4. Tap the (...) in the bottom right corner > Apply permissions to Applications and all Enclosed items- 
  5. Tap Build as PKG at the top of the windowThis will save a PKG that can be uploaded to Jamf Pro Settings > Packages, then assigned to the policy of your choosing. Please let us know if we have any questions. 



Script to Install Wisenet Wave via SCCM

mkdir "C:\WisenetInstaller"

Copy-Item "\\dc-fs2\IT_Stuff\Wisenet Wave\Wisenet Wave Clients\Windows\wave-client 6.0.3.40736--windows_x64.exe" -Destination "C:\WisenetInstaller\wave-client-6.0.3.40736-windows_x64.exe"

Set-location "C:\WisenetInstaller" 

.\wave-client-6.0.3.40736-windows_x64.exe -S

Set-location "C:\"

Remove-item "C:\WisenetInstaller" -r -Force