Jump to content

Converting ActiveX installer (.CAB) to an .EXE


Recommended Posts

Posted

I am trying to convert an ActiveX install that places an extra button on my IE toolbar into a .EXE file. I downloaded the .cab file and was able to extract a .dll and a .osd file but don't know how to read the .osd file. Here's the .osd file:

<?XML version="1.0" ENCODING='UTF-8'?>
<!DOCTYPE SOFTPKG SYSTEM "http://www.microsoft.com/standards/osd/osd.dtd">
<?XML::namespace href="http://www.microsoft.com/standards/osd/msicd.dtd" as="MSICD"?>
<SOFTPKG NAME="IEPrint" VERSION="1,0,0,140">
<TITLE> IEPrint </TITLE>
<MSICD::NATIVECODE>
<CODE NAME="IEPrint">
<IMPLEMENTATION>
<CODEBASE FILENAME="IEPrint.dll">
</CODEBASE>
</IMPLEMENTATION>
</CODE>
</MSICD::NATIVECODE>
</SOFTPKG>

the orgional installer is located at http://www.visiontech.ltd.uk/software/download/IEPrint.htm. (WARNING: This page will attempt to install the button)


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...