I have an active-X document that I can successfully run from within the VB development environment but it fails to run after I package it as an internet package (CAB). After building the CAB file I have an .HTML file, a .VBD file and the .CAB file in a directory. If I load the HTML file in IE4 and click on the link, itstead of seeing my application IE4 decides I have asked to download the .VBD file and wants to know whether to Open it or Save it.

What is going on and how can I fix it?