• Welcome to Support Forum: Get Support for Patch My PC Products and Services.
 

GraphPad Prism and prism-config.xml

Started by [email protected], February 11, 2025, 01:51:36 AM

Previous topic - Next topic

[email protected]

I hope someone can help.
First of all, great that this application is available in PMPC.
I'm struggling to add the prism-config.xml to the installation so it can auto-activate.

The file contains:

<?xml version="1.0" encoding="UTF-8"?>

<configuration>

<silent-activation>true</silent-activation>

<serial-number>#####</serial-number>

</configuration>

I've added it to additional files in "Manage custom pre/posts scripts" and republished the application, but when I install it from Company Portal, it still asks for activation.

This should place the xml in the installation package and that should be enough for the installer to use it during installation.

Has anyone had success doing something similar?

Dan Gough (Patch My PC)

Unless the installer is designed to copy the script to the correct location if it finds it next to the installer, you will need to write a post-install script to copy the file. If you've tried using a script already, can you post the script contents here?