Page 1 of 1

Transform file with Keydata

Posted: Thu Jul 16, 2015 1:24 pm
by tuckerv77
Good Day Everyone,

I am looking to create a transform file using Orca of which I would like to incorporate our KeyData so that we do not have to push it separately. I am using Microsoft Intune to deploy PDF XChange 5 Pro and it does not play well with batch files so that is out of the question. We do not want to use GPO to push the software in our environment.

Looking at the MSI in Orca I found the InstallExecuteSequence table and was wondering if I put the Key in the Condition field, "KEYDATA="xxxxxxxx"" if it would recognize it during the install and automatically license the product? If I am in the wrong area could you please direct me to the correct area? I would like to have the registration disabled and license automatically activated without the user knowing.

Thanks in advance,

Tucker

Re: Transform file with Keydata

Posted: Thu Jul 16, 2015 4:05 pm
by Tracker Supp-Stefan
Hello tuckerv77,

Welcome to our forums, and thanks for the question!
Just add a new entry in the Property table - with name KEYDATA and value your full key string (including the = sign at the end).
Please also do not delete other keys from that table (e.g. KEYREG with default value TRIAL) - leave them as the installer needs them, and it will then detect the KEYDATA and apply it as necessary.

The features listed in the ADDLOCAL here:
https://help.pdf-xchange.com/EUM/de ... tches_pro5
Can be turned on/off from the Feature table in the .msi package.

Regards,
Stefan

Re: Transform file with Keydata

Posted: Fri Jul 17, 2015 4:44 pm
by tuckerv77
That worked like a champ! Thank you kindly!!!

Re: Transform file with Keydata

Posted: Fri Jul 17, 2015 4:54 pm
by Will - Tracker Supp
:)