Click here to Skip to main content
15,891,674 members
Home / Discussions / COM
   

COM

 
AnswerRe: displaying the ActiveX Composite control Pin
theCPkid28-Oct-07 6:42
theCPkid28-Oct-07 6:42 
GeneralRe: displaying the ActiveX Composite control Pin
manish.patel25-Mar-08 22:28
manish.patel25-Mar-08 22:28 
GeneralRe: displaying the ActiveX Composite control Pin
theCPkid25-Mar-08 23:03
theCPkid25-Mar-08 23:03 
GeneralRe: displaying the ActiveX Composite control Pin
manish.patel25-Mar-08 23:08
manish.patel25-Mar-08 23:08 
Questionembedding WMP and changing it's skin Pin
H.R21-Oct-07 10:07
H.R21-Oct-07 10:07 
QuestionRegister browser helper object Pin
conman11019-Oct-07 5:28
conman11019-Oct-07 5:28 
AnswerRe: Register browser helper object Pin
User 21559719-Oct-07 7:05
User 21559719-Oct-07 7:05 
GeneralRe: Register browser helper object Pin
conman11020-Oct-07 0:08
conman11020-Oct-07 0:08 
Hello Sohail,

it helped a little bit:
A BHO is a COM server and should be registered both as a COM server and as a BHO.


But how do I do this in with my setup project. I guess the second step is done by registering the COM as an BHO:
HKLM {
 SOFTWARE {
  Microsoft {   
   Windows {
    CurrentVersion {
     Explorer {
      'Browser Helper Objects' {
       ForceRemove {1E1B2879-88FF-11D2-8D96-D7ACAC95951F}        
}}}}}}}

This code snippet is also from the link you provided, but shouldn't I change ForceRemove {...} to NoRemove {...}, because I want the key to be persistent after running the setup...

And how do I do the first step - registering my COM server - in the setup project?

Thanks in advance!
Constantin
GeneralRe: Register browser helper object Pin
User 21559721-Oct-07 1:48
User 21559721-Oct-07 1:48 
GeneralRe: Register browser helper object Pin
conman11021-Oct-07 3:53
conman11021-Oct-07 3:53 
GeneralRe: Register browser helper object Pin
User 21559721-Oct-07 5:51
User 21559721-Oct-07 5:51 
GeneralRe: Register browser helper object Pin
conman11021-Oct-07 22:28
conman11021-Oct-07 22:28 
GeneralRe: Register browser helper object Pin
User 21559722-Oct-07 1:19
User 21559722-Oct-07 1:19 
QuestionCOM Pin
Catharin18-Oct-07 1:09
Catharin18-Oct-07 1:09 
AnswerRe: COM Pin
User 21559718-Oct-07 6:00
User 21559718-Oct-07 6:00 
GeneralRe: COM Pin
Catharin19-Oct-07 1:16
Catharin19-Oct-07 1:16 
GeneralRe: COM [modified] Pin
User 21559719-Oct-07 5:25
User 21559719-Oct-07 5:25 
GeneralRe: COM Pin
User 21559721-Oct-07 22:39
User 21559721-Oct-07 22:39 
GeneralRe: COM Pin
Catharin22-Oct-07 0:02
Catharin22-Oct-07 0:02 
GeneralRe: COM [modified] Pin
User 21559722-Oct-07 1:04
User 21559722-Oct-07 1:04 
GeneralRe: COM Pin
Catharin22-Oct-07 2:00
Catharin22-Oct-07 2:00 
GeneralRe: COM Pin
User 21559722-Oct-07 2:36
User 21559722-Oct-07 2:36 
QuestionHow to get Close event of WORD? (COM) Pin
PhanMinhDuy17-Oct-07 20:52
PhanMinhDuy17-Oct-07 20:52 
QuestionCOM interfaces Pin
DanyCode17-Oct-07 9:37
DanyCode17-Oct-07 9:37 
QuestionCOM Pin
Catharin16-Oct-07 0:09
Catharin16-Oct-07 0:09 

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.