Sign an CAB file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ananth
    New Member
    • Nov 2006
    • 75

    #1

    Sign an CAB file

    Hi all,
    I am using a HTML page to download an CAB in various PC,The source file is residing in a web server and i am calling the HTML page which contains a code to download the CAB file.The CAB file is not getting downloaded in the PC.the HTML code is as follows

    visual basic code:<HTML>
    <HEAD>
    <TITLE>software .CAB</TITLE>
    </HEAD>
    <BODY>
    <OBJECT CLASSID="clsid: 5220cb21-c88d-11cf-b347-00aa00a28331">
    <PARAM NAME="LPKPath" VALUE="LPKfilen ame.LPK">
    </OBJECT>
    -->

    <OBJECT ID="Softwareinf o"
    CLASSID="CLSID: 66CD362B-FECF-404C-9E1E-9325E52F20D8"
    CODEBASE="softw are.CAB#version =1,0,0,0">
    </OBJECT>
    </BODY>
    </HTML>
    The HTML page shows an error message that the CAB file is from an unknown publisher.What is this error due to.

    Kindly help me in this regard.
Working...