Click here to Skip to main content
15,890,512 members
Home / Discussions / COM
   

COM

 
Questionfolder browser activex control and file/ folder list in tree format Pin
ravi kanthi16-May-07 3:50
ravi kanthi16-May-07 3:50 
AnswerRe: folder browser activex control and file/ folder list in tree format Pin
Dave Kreskowiak16-May-07 4:54
mveDave Kreskowiak16-May-07 4:54 
GeneralRe: folder browser activex control and file/ folder list in tree format Pin
leckey16-May-07 6:20
leckey16-May-07 6:20 
QuestionAdding Filter by Class ID Pin
Raja Bose C Leo15-May-07 21:29
Raja Bose C Leo15-May-07 21:29 
AnswerRe: Adding Filter by Class ID Pin
rjkg18-May-07 19:07
rjkg18-May-07 19:07 
QuestionRe: Adding Filter by Class ID Pin
Raja Bose C Leo18-May-07 22:04
Raja Bose C Leo18-May-07 22:04 
AnswerRe: Adding Filter by Class ID Pin
rjkg22-May-07 20:10
rjkg22-May-07 20:10 
GeneralGetting an ActiveX control to install (newbie question) Pin
Judah Gabriel Himango15-May-07 18:24
sponsorJudah Gabriel Himango15-May-07 18:24 
Hi guys,

Thanks for taking the time to read this post.

I've got an ActiveX control embedded in a web page:

<html><OBJECT id="myFoo" width="640" height="480"
	style="position:absolute; left:100;top:100;"
	CLASSID="CLSID:f1387dda-43c0-4406-99a1-c1e0eaf1b5c8"
	codebase="http://blahblah/FooClientAxSetup.cab"
	type="application/x-oleobject">
	</object></html>


That cab file contains 3 files: My setup.MSI file, setup.exe, and my .inf file which should tell Internet Explorer to launch my setup.exe file. Here's the .inf file:

[version]
signature="$CHICAGO$"
AdvancedINF=2.0

Hook=runInstaller

[runInstaller]
run=%EXTRACT_DIR%\setup.exe


I launch the page in IE7. It prompts me to install. I say yes. Nothing happens. What am I doing wrong? Sigh | :sigh:


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: The Virginia Tech Shootings, Guns, and Politics
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


QuestionHow to properly initialise a COM/ActiveX component in C#? Pin
orinoco7715-May-07 6:12
orinoco7715-May-07 6:12 
QuestionNeed help to understand STA and MTA in COM Pin
Nandu_77b15-May-07 1:53
Nandu_77b15-May-07 1:53 
AnswerRe: Need help to understand STA and MTA in COM Pin
User 21559715-May-07 2:14
User 21559715-May-07 2:14 
QuestionWhat is proxy/strub in COM Pin
Nandu_77b15-May-07 1:46
Nandu_77b15-May-07 1:46 
AnswerRe: What is proxy/strub in COM [modified] Pin
User 21559715-May-07 2:18
User 21559715-May-07 2:18 
Questionregarding adding a filter Pin
Raja Bose C Leo14-May-07 3:04
Raja Bose C Leo14-May-07 3:04 
QuestionProblem: GetRecordInfoFromGuids Pin
viral_umang@hotmail.com14-May-07 1:55
viral_umang@hotmail.com14-May-07 1:55 
AnswerRe: Problem: GetRecordInfoFromGuids Pin
viral_umang@hotmail.com14-May-07 19:18
viral_umang@hotmail.com14-May-07 19:18 
QuestionInvalid Procedure call or argument in VB Client ? Pin
viral_umang@hotmail.com12-May-07 1:50
viral_umang@hotmail.com12-May-07 1:50 
AnswerRe: Invalid Procedure call or argument in VB Client ? Pin
Lim Bio Liong13-May-07 19:45
Lim Bio Liong13-May-07 19:45 
GeneralRe: Invalid Procedure call or argument in VB Client ? Pin
viral_umang@hotmail.com14-May-07 1:02
viral_umang@hotmail.com14-May-07 1:02 
GeneralRe: Invalid Procedure call or argument in VB Client ? Pin
Lim Bio Liong14-May-07 2:21
Lim Bio Liong14-May-07 2:21 
QuestionQuery Interface from Another Interface of Same Com Server Pin
georgekjolly11-May-07 4:47
georgekjolly11-May-07 4:47 
AnswerRe: Query Interface from Another Interface of Same Com Server Pin
Roger Stoltz11-May-07 5:08
Roger Stoltz11-May-07 5:08 
GeneralRe: Query Interface from Another Interface of Same Com Server Pin
georgekjolly11-May-07 5:21
georgekjolly11-May-07 5:21 
GeneralRe: Query Interface from Another Interface of Same Com Server Pin
Roger Stoltz11-May-07 9:37
Roger Stoltz11-May-07 9:37 
GeneralRe: Query Interface from Another Interface of Same Com Server Pin
georgekjolly11-May-07 18:35
georgekjolly11-May-07 18:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.