PRB: Dialog Box Displayed When Downloading .cab File with IE3Last reviewed: January 2, 1998Article ID: Q175505 |
The information in this article applies to:
SYMPTOMSWhen you attempt to download a .cab file to using the CODEBASE tag on a Web page in Internet Explorer (IE) 3.x, a dialog box appears that asks you to specify the location of a file.
CAUSEThis can occur for one of two reasons.
RESOLUTIONSet the .inf file for read-write access and re-cab the file using Cabarc.exe. See Solution 1 below for more information. -or- Rewrite the .inf file with code download syntax. See Solution 2 below for more information.
STATUSThis behavior is by design.
MORE INFORMATION
Solution 1To set your .inf file for read-write access, perform the following steps:
Solution 2To determine if the .inf file in your .cab file was created for use in a setup application, search for the phrase "Add.Code". If this phrase is not present in the .inf file, then the file was not built for use in a setup application. For information about building an .inf file in the code download format, please refer to the Internet Client SDK documentation regarding the packaging of ActiveX controls in the following chapter: Component Development\ActiveX Controls\Packaging ActiveX Controls. If you are packaging an ActiveX control that was created using Visual Basic, use the Application Setup Wizard and choose the "Create Internet Download Setup" option.
REFERENCESInternet Client SDK documentation Web site: http://www.microsoft.com/msdn/sdk/inetsdk/help/default.htm More information regarding .inf setup files is provided on the Microsoft MSDN Online Library Web site: http://premium.microsoft.com/msdn/library. Refer to the following section in the library: SDK Documentation\Setup and Systems Management Services\Setup API\Overview\INF Files.
|
Additional query words: inf cab setup InetSDK dialog
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |