Forum Discussion
Herryh
New Member
Hi All,
Trying deploy gotoassist pkg to mac using intune, follow the page ref page in step 9 where to get PRODUCT_NAME,COMPANY_ID,PUBLIC_KEY,DOMAIN_NAME
Thanks,
Herry
- Enter the following script into the Pre-install script box:
#!/bin/bash echo "export PRODUCT_NAME=xxxxxx" >> /etc/profile echo "export COMPANY_ID=xxxxxx" >> /etc/profile echo "export PUBLIC_KEY=xxxxxx" >> /etc/profile echo "export DOMAIN_NAME=xxxxxx" >> /etc/profile