Jump to content

Bezalel

Member
  • Posts

    595
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by Bezalel

  1. 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)

  2. Its simular to using winnt.sif but instead of the installer finding the file on its own you have to tell it where it is using the following command line

    winnt32 /unattend:[answer file]

    You can use any file name for the answer file. See ref.chm in deploy.cab for diferances between unattend.txt and winnt.sif.

    You can automate an upgrade either from winnt.sif or from unattend.txt but there are upgrade specific lines that you must use. I never did an unattended upgrade, in fact I rarely do any upgrades.

  3. I normally install my applications using cmdlines.txt but am having an issue installing Symantec Antivirus 10 on Windows 2000. The installer fails if it doesn't find IE5.5 or higher installed on the PC and Windows 2000 only has IE5. Installing IE6SP1 before SAV doesn't work because the computer hasn't been restarted yet and SAV sees the currently installed version. Can I force SAV to install without checking the browser version (or set a registry value to trick the installer)?

  4. The one in the winnt.sif is a Generic Product Key. It cannot be activated (the oembios files take care of activation) but it can be validated.

    I think the key in the unattend.txt is a beta key (but have't tested this).

    The Key on the case sticker can only be activated by phone (if you fail the oembios method) and can be validated.

    Use the key in the winnt.sif file if you are using the Dell CD or a custom CD made from the Dell CD.

×
×
  • Create New...