My application is in VBA (in AutoCAD).
It uses MSHFlexgrid, which is now a licensed ActiveX control.

With this, the application gives error on the user's machine that License not found.
On developer's machine there is no error as we have VB6 installed.
After Googling a lot I understand that I need to create .lic file using lpk_tool.exe

Is it necessary to ship .lic file along with the application?...