Posted on 05-12-2016 08:56 AM
Has anybody successfully create a licensed package for GraphPad Prism v 7a? Just curious to see what people's thoughts were in the process for this.
Solved! Go to Solution.
Posted on 05-15-2016 10:08 AM
I create a startup config.xml file and place it in /Applications/Prism.app/Contents/Shared Support
The parameters are discussed on Page 7 here http://cdn.graphpad.com/docs/prism/How-to-Install-Prism-A-Guide-for-IT-people.pdf
Posted on 05-13-2016 11:36 AM
I tried to capture the package with it licenses via Composer, when I tested it on another machine it asks for an activation code. I did notice that prior to capturing it on Composer, it asked if I wanted to allow all users or myself to use prism. I did try both options just to see but still asks for an activation code. Just wanted to see if anybody has any feedback or has tried to package this App.
Thanks in advance!
Posted on 05-15-2016 10:08 AM
I create a startup config.xml file and place it in /Applications/Prism.app/Contents/Shared Support
The parameters are discussed on Page 7 here http://cdn.graphpad.com/docs/prism/How-to-Install-Prism-A-Guide-for-IT-people.pdf
Posted on 05-16-2016 07:11 AM
Thank you!
Posted on 04-27-2021 01:00 PM
Just in case someone finds it useful, this was my repackaging workflow for v9.1.0:
This is what our prism-config.xml looks like:
<?xml version="1.0" encoding="UTF8"?>
<configuration>
<silent-activation>true</silent-activation>
<serial-number>GPS-XXXXXX-XXXX-XXXXX</serial-number>
<check-for-updates>false</check-for-updates>
<email-collection>optional</email-collection>
</configuration>
The software still asks for a name and email address on first launch, but we decided we can live with that.
Posted on 04-29-2021 08:19 AM
My config.xml doesn't have the email-collection option and don't think it prompts for details.
Also I got fed up of having to create new packages with different version of Prism, so now have AutoPKG get the latest package and then my policy to install includes this and a script which basically writes the config file to the right place. But even without AutoPKG saves having to use Composer so save a little time since can just grab the latest package from GraphPad
Posted on 05-13-2021 08:55 AM
@zoeleech Thanks - just to confirm that I repackaged v9.1.1 without the 'email-collection' option and I'm not prompted to enter any details, the software fires straight up. Awesome.