Bezalel Posted November 28, 2005 Posted November 28, 2005 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)
scankurban Posted December 1, 2005 Posted December 1, 2005 regsvr32 /s whatever.dllcurrently using for google toolbar
Bezalel Posted December 2, 2005 Author Posted December 2, 2005 Thanks, it works perfectly (and makes me feel like an id***).
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now