Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with .lpk file

Status
Not open for further replies.

grovemedia

Technical User
Dec 15, 2003
22
US
I have created an activex control for our intranet. In that control I have a third party control(FarPoint Spread 3.5). When I tried to install our control on a users computer on our intranet the FarPoint Spread needed a license. I did some research and the Spread control needed a .lpk license file to distribute over the web. So I created a .lpk file with the LPK_Tool(Request.lpk). I created the object on my asp page, and I think this is where I am missing something. My object tag code on my asp page is:

<OBJECT ID="SpreadLPK"
CLASSID="CLSID:3d25aba1-caec-11cf-b34a-00aa00a28331>
<PARAM NAME="LPKPATH" Value="Request.lpk">
</OBJECT>

I have read that you need to put the path to where the lpk file is in place of "LPKPATH", and I have done that and that still didn't work. Everything installs and gives no errors, but when it finishes the install, nothing shows. Any help would be greatly appreciated.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top