cancel
Showing results for 
Search instead for 
Did you mean: 

COM License Bridge

CRVMANISH
Contributor
0 Kudos

If we include COM license bridge code in Addon , does that Add on work on B1 Client m/c.

Do we need to install COM license bridge on client m/c also.

Why COM license Bride works only for server and not for client.

Is there any other work around to get installation number and hardware key

Please Suggest

Accepted Solutions (0)

Answers (1)

Answers (1)

rasmuswulff_jensen
Active Contributor
0 Kudos

The UI connection have the InstallNo under

oApplication.Company.InstallationId

Hardware key is a bit more tricky but if you wish to avid the License COM Bridge at all cost (as me) you could script a opening of the About window, read it from that window using UI-API and close the window again... Might not be pretty but that way you can get it without a server-component.

CRVMANISH
Contributor
0 Kudos

Hi Jensen

Thanks for the reply

Do you know why my Addon does not run on B1 Client , i have used COM bridge license code in Add on,

It works fine on B1 server but not on B1 client

CRVMANISH
Contributor
0 Kudos

Hi ,

I tried your suggestions to script opening of the About window, read it from that window using UI-API and close the window again. But this form is disable and i am not able to read the content from it in code.

Can U please share part of your code.