Hi, I have 3 files, 1) test.ocx (the activex component which will be embedded in the web page) 2) test.dll (my test dll which will be invoked by the test.ocx) 3) test.inf (inf file used to refer the test.ocx via its class id) I packed all 3 files in a test.cab file using cabarc.exe. There is an html page test.htm which refers the test.cab file and the test.ocx using its clsid. Currently whenever I open the html page, the cab file contents are downloaded to windows directory. I want all the cab file and all its contents to download to c:\testdir. It seems it is not possible to do this using the component download INF file. How can this be achieved? Any sample inf for this? Thanks, Abhijit
See http://tinyurl.com/9xjjn Ben "Abhijit" wrote in message news:1126954962.931152.112560@f14g2000cwb.googlegroups.com... > Hi, > > > I have 3 files, > 1) test.ocx (the activex component which will be embedded in the web > page) > 2) test.dll (my test dll which will be invoked by the test.ocx) > 3) test.inf (inf file used to refer the test.ocx via its class id) > > > I packed all 3 files in a test.cab file using cabarc.exe. > There is an html page test.htm which refers the test.cab file and the > test.ocx using its clsid. > > > Currently whenever I open the html page, the cab file contents are > downloaded to windows directory. I want all the cab file and all > its contents to download to c:\testdir. It seems it is not possible to > do this using the component download INF file. > > > How can this be achieved? Any sample inf for this? > > > Thanks, > Abhijit >