Hi,
To get around the first issue you could either create a new package for it with Composer, or possibly remove the quarantine flag in your script with:
xattr -c -r /path/to/app
For the second issue, you could either package up the additional content as part of the deployment so the users don't need to, or edit the authorisation db to allow that particular function, or (something I've had to do with XAMPP) is to add sudo rights for the binary that is performing the action.
Jaems,
I was hoping you could show what you did to allow the standard users to run the setup wizard. Right now, I have the .app, the intel haxm install, and the sdk in a self service package with a post script that copies the sdk to the current user's Library. However, as you were, I am still prompted on the first run to finish the installation through the setup wizard. What is the missing piece?
Thanks,
Bob
Hello Bob,
I am struggling with the same problem that you have mentioned.
Have you found your missing piece to skip the setup wizard?
Thanks
This is what we used when we package it last year.
After you've done the initial setup wizard, capture these files using Composer and push it with Fill User Templates (FUT) and Fill Existing User home directories (FEU) ticked.
androidStudioFirstRun.xml
gradle.settings.xml
jdk.table.xml
other.xml
usage.statistics.xml
Located in ~/Library/Preferences/AndroidStudio/options
Hey @Kumarasinghe - how do you manage updates?
Hi,
To get around the first issue you could either create a new package for it with Composer, or possibly remove the quarantine flag in your script with:
xattr -c -r /path/to/app
For the second issue, you could either package up the additional content as part of the deployment so the users don't need to, or edit the authorisation db to allow that particular function, or (something I've had to do with XAMPP) is to add sudo rights for the binary that is performing the action.
Question for you even though I know this is an old thread - did you deploy XAMPP through Jamf? If so, can you give me some information on this as I am not having any success. Thanks!
Use Patch Management to push updated pkg uploaded to jamfcloud to make it available in Patch Management
Repacking for update the Android Studio is not working. After updated it show error.
Anyone can help me to repackage Android Studio for updating the existing app