Packaging a Cab File
How would I go about packaging a cab file. It is an Active X Controller.
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
dunnpy
17 years ago
dpolishsensation,
It's not clear what you are trying to do.
If you are using Wise you could snapshot the installation, to monitor the changes the installation makes.
A cab file is a compressed file format - similar to a .zip or .rar file, so it can be extracted to gain access to the files contained.
If you could post details of the product/program you are trying to package then the board may be able to assist further.
Thanks,
Dunnpy
It's not clear what you are trying to do.
If you are using Wise you could snapshot the installation, to monitor the changes the installation makes.
A cab file is a compressed file format - similar to a .zip or .rar file, so it can be extracted to gain access to the files contained.
If you could post details of the product/program you are trying to package then the board may be able to assist further.
Thanks,
Dunnpy
Posted by:
dpolishsensation
17 years ago
It's an Active X Control for a stock ticker. The cab file was downloaded from:
http://moneycentral.msn.com/cabs/ticker%2Ecab%23version%3D15%2C0%2C0%2C513
Here are the files that are extracted from the cab file:
msvcr71.dll
ticker15.ocx
ticker.inf
unicows.dll
utlsrf06.dll
I'm still learning software packaging and so far have only taken snapshots for exe's and built transforms for MSI's. I'm not sure where to start with this one :)
Thanks for your quick response!
http://moneycentral.msn.com/cabs/ticker%2Ecab%23version%3D15%2C0%2C0%2C513
Here are the files that are extracted from the cab file:
msvcr71.dll
ticker15.ocx
ticker.inf
unicows.dll
utlsrf06.dll
I'm still learning software packaging and so far have only taken snapshots for exe's and built transforms for MSI's. I'm not sure where to start with this one :)
Thanks for your quick response!
Posted by:
dunnpy
17 years ago
dpolishsensation,
Have a look at:
http://moneycentral.msn.com/investor/external/msticker.doc
Which appears to be related to your ticker download.
There is a link in that document on how to include the ticker in a page, including sample code:
http://moneycentral.msn.com/investor/external/invapps.asp
The code on the site initiates a download and an installation of the ticker.cab file.
As you already know what the files from the .cab file are called, you can then see where the files are placed after the installation. You can either do this manually, or with a snap shot of the installation.
Hope this makes sense and points you in the correct direction.
Thanks,
Dunnpy
Have a look at:
http://moneycentral.msn.com/investor/external/msticker.doc
Which appears to be related to your ticker download.
There is a link in that document on how to include the ticker in a page, including sample code:
http://moneycentral.msn.com/investor/external/invapps.asp
The code on the site initiates a download and an installation of the ticker.cab file.
As you already know what the files from the .cab file are called, you can then see where the files are placed after the installation. You can either do this manually, or with a snap shot of the installation.
Hope this makes sense and points you in the correct direction.
Thanks,
Dunnpy
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.