"MS office not activated" - "Remember My (YES) choice" -> IPXV_inst.settings ?  SOLVED

PDF-XChange Editor SDK for Developers

Moderators: TrackerSupp-Daniel, Tracker Support, Paul - Tracker Supp, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.

When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
Post Reply
zarkogajic
User
Posts: 1372
Joined: Thu Sep 05, 2019 12:35 pm

"MS office not activated" - "Remember My (YES) choice" -> IPXV_inst.settings ?

Post by zarkogajic »

Hi Support,

This annoyance https://forum.pdf-xchange.com/viewtopic.php?f=62&t=37289 affects SDK users as well, of course.

What would be the easiest way to pre-set "remember my choice" (of course for : "yes") from code in SDK?

Is there something like

IPXV_Inst.Settings['MsOffice.NotActivated.Remember.Yes'].v := true;

-žarko
User avatar
Vasyl-Tracker Dev Team
Site Admin
Posts: 2353
Joined: Thu Jun 30, 2005 4:11 pm
Location: Canada

Re: "MS office not activated" - "Remember My (YES) choice" -> IPXV_inst.settings ?

Post by Vasyl-Tracker Dev Team »

Hi, Zarko.

Yes, here is a simple way to avoid this msg:

Code: Select all

IPXV_Inst.Settings['Misc.ShowMsgNoOfficeLicense'].v := false;
HTH.
Vasyl Yaremyn
Tracker Software Products
Project Developer

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
zarkogajic
User
Posts: 1372
Joined: Thu Sep 05, 2019 12:35 pm

Re: "MS office not activated" - "Remember My (YES) choice" -> IPXV_inst.settings ?  SOLVED

Post by zarkogajic »

Hi Vasyl,

:) :)

-žarko
User avatar
TrackerSupp-Daniel
Site Admin
Posts: 8610
Joined: Wed Jan 03, 2018 6:52 pm

"MS office not activated" - "Remember My (YES) choice" -> IPXV_inst.settings ?

Post by TrackerSupp-Daniel »

:)
Dan McIntyre - Support Technician
Tracker Software Products (Canada) LTD

+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
Post Reply