Does anyone have any successful experience of this?
I installed Prism v6 into /Applications, created a StartupConfig.xml file (as per the advice here) and placed this under /Applications/Prism 6/, then captured this in Composer.
However, when I install the package on another Mac from Self Service I get the Activate Prism dialogue box with the Serial number not pre-filled.
I've verified that I'm using the correct serial number with our Software Manager.
My StartupConfig.xml file looks like this, and was created via nano in a Terminal window:
<?xml version="1.0" encoding="UTFÂ8"?>
<configuration>
<silent-activation>true</silent-activation>
<serial-number>GPM6-XXXXXX-XXXX-XXXXX</serial-number>
<check-for-updates>false</check-for-updates>
</configuration>
Any advice greatly appreciated!