Installing a CAB file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Right mouse click on the *.inf and Install. Both the INF and OCX has to be in the same folder
 
Extracting the Contents of a CAB File
In order to extract what is in a cabinet file, you must use the Extract
utility. Extract.Exe can be found in your Windows folder or on your Windows
95, Windows 98, Windows NT, or Windows 2000 installation CD-ROM.

Extract.Exe is a command-line utility; therefore it is used from an MS-DOS
command prompt. To extract the files within a cabinet file, be sure the
Extract.Exe utility is in the MS-DOS Path or copy the Extract utility to the
same folder as the cabinet file.

From the MS-DOS command prompt, you can run the following command to extract
all of the files in a CAB file into the current directory:
Extract ActiveX.CAB *.*

where "ActiveX.CAB" is the name of your cabinet file.

For more information on using the Extract.Exe utility, you may type the
following command at an MS-DOS command prompt:
Extract /?
 
BTW. Did you use a different time on your post to keep it at the top longer?
 
Hello Experts,
I have a CAB file which I downloaded from a forgotten web site. What I
remember is that this CAB file is for Excel 97 Pro. This CAB contains two
files; a *.inf file and a *.ocx file.
Now the question is how to install this CAB file?
Can anyone help in this regard?

Thank you,
 
Already tried it but all in vain.
Is there any other way?

RK said:
Right mouse click on the *.inf and Install. Both the INF and OCX has to
be in the same folder
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top