The $libkey variable will now contain your LibraryKey.$advinst = new-object -comobject Advanced Installer
$proj = $advinst.loadproject("your project path")
$licensing = $advinst.Licensing
$libkey = $licensing.TrialsAndRegistrations.Registration.LibraryKey
Not quite sure what you mean here. Could you please give me some more details?How can I access multiple trials?
Code: Select all
$proj.Licensing.TrialAndRegistrations.Registration