Posted on 02-09-2015 05:52 AM
Hello,
New to AirServer. Anybody have tips on packaging it? Built .DMG with FUT and FEU checked, but asks for serial still.
Thanks!
Solved! Go to Solution.
Posted on 02-09-2015 06:17 AM
You can activate it after it is installed from the Terminal.
/Applications/AirServer.app/Contents/MacOS/AirServer --activate "ActivationCode"
Posted on 02-09-2015 06:00 AM
I haven't tried packaging AirServer personally but I would suspect that either Composer (assuming you're using Composer) is missing a file somewhere. Perhaps try fseventer to track what happens when you enter the license code and what files are read on subsequent launches.
The other possibility is that preference caching is getting in the way. The FUT and FEU methods are starting to struggle when manipulating preference files. If it is a preference file it needs you could try using a custom configuration profile instead.
Posted on 02-09-2015 06:17 AM
You can activate it after it is installed from the Terminal.
/Applications/AirServer.app/Contents/MacOS/AirServer --activate "ActivationCode"
Posted on 02-09-2015 07:51 AM
Thanks for your tips. I added @tron_jones script to run after the install and it worked.
Posted on 04-22-2015 10:25 AM
I created a script with that above command but can't get it to run under self service
Script
/Applications/AirServer.app/Contents/MacOS/AirServer --activate 1233455797898
It get an error that the policy failed to run
Posted on 04-22-2015 10:30 AM
is that command supposed to run as root or as the user, because it is most likely running as root.
Posted on 04-22-2015 10:32 AM
I tried running it as the logged in user as well. With the same error
Posted on 04-22-2015 10:56 AM
Not sure why but adding quotes seemed to fix the issue
sudo /Applications/AirServer.app/Contents/MacOS/AirServer --activate 1233455797898
to
"sudo /Applications/AirServer.app/Contents/MacOS/AirServer --activate 1233455797898"
Posted on 04-15-2016 12:31 PM
@tron_jones How did you find this command? And do you if there are more commands? I'm finding their CS to be "lacking" in the helpful department.
Posted on 04-15-2016 01:01 PM
From terminal.app:
strings /Applications/AirServer.app/Contents/MacOS/AirServer | grep '--'
Not very reliable, but it beats no documentation.
--<(
--activate
--validate
--deactivate