---
title: "How to make the Activex auto download on the browser via cab file ?"  
description: "How to make the Activex auto download on the browser via cab file ?"  
author: "Dependra Pathak"  
published: 2011-03-28  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/679/how-to-make-the-activex-auto-download-on-the-browser-via-cab-file  
category: "visual c++"  
tags: ["visual c++"]  
reading_time: 1 minute  

---

# How to make the Activex auto download on the browser via cab file ?

Step1: Cretae a Cab file using cabarc\
cabarc N XYZ.cab *. dll\
\
Step2: Define in the HTML as\
\
< OBJECT ID="myMenus" CLASSID="CLSID:0000000-0000-0000-0000-123456789abc"\
codebase="http://varaghur.com/dload/YZ.cab #Version=-1,-1,-1,-1"\
HEIGHT=00 WIDTH=0\

## Answers

### Answer by Dependra Pathak

Step1: Cretae a Cab file using cabarc\
cabarc N XYZ.cab *. dll\
\
Step2: Define in the HTML as\
\
< OBJECT ID="myMenus" CLASSID="CLSID:0000000-0000-0000-0000-123456789abc"\
codebase="http://varaghur.com/dload/YZ.cab #Version=-1,-1,-1,-1"\
HEIGHT=00 WIDTH=0\


---

Original Source: https://www.mindstick.com/interview/679/how-to-make-the-activex-auto-download-on-the-browser-via-cab-file

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
