Alaska Software Inc. - Installed OCX dll
Username: Password:
AuthorTopic: Installed OCX dll
Carlos a Beling Installed OCX dll
on Tue, 21 Dec 2010 10:17:07 -0200
Hello:
good morning.
How can I know if a OCX file is already installed?

Beling
TIA
Jorge LRe: Installed OCX dll
on Tue, 21 Dec 2010 09:32:27 -0300
Hi Carlos
with createobject() and comlasterror()


regards

"Carlos a Beling"  escribió en el mensaje de 
noticias:3b79763b$7e927a36$36b59@news.alaska-software.com...

Hello:
good morning.
How can I know if a OCX file is already installed?

Beling
TIA
Carlos a Beling Re: Installed OCX dll
on Wed, 22 Dec 2010 14:53:43 -0200
Hello Jorge:
good afternoon.
Many thanks.
I´d like to know if all OCX file was installed (ie.: FEXists(MyFile.OCX)).

Beling
Best regards

Em 21/12/2010 10:32, Jorge L escreveu:
> Hi Carlos
> with createobject() and comlasterror()
>
>
> regards
>
> "Carlos a Beling"  escribió en el mensaje de 
> noticias:3b79763b$7e927a36$36b59@news.alaska-software.com...
>
> Hello:
> good morning.
> How can I know if a OCX file is already installed?
>
> Beling
> TIA
>
>
AUGE_OHRRe: Installed OCX dll
on Thu, 23 Dec 2010 00:11:18 +0100
hi,

> Id like to know if all OCX file was installed (ie.: FEXists(MyFile.OCX)).

without CLSID it will not work, else you can use 
:isInstalled(<cProgId>|<cCLSID>)

greetings by OHR
Jimmy
Carlos a Beling Re: Installed OCX dll
on Thu, 23 Dec 2010 10:21:05 -0200
Hello Jimmy:
good morning.
Many thanks.
I made a try and I discovered that if I use RegSvr32 for installing the 
OCX file and it is already installed it does not install the new one 
over the old one. That's is enough for me by now.

Beling
Merry xMas


Em 22/12/2010 21:11, AUGE_OHR escreveu:
> hi,
>
>> I´d like to know if all OCX file was installed (ie.: FEXists(MyFile.OCX)).
> without CLSID it will not work, else you can use
> :isInstalled(<cProgId>|<cCLSID>)
>
> greetings by OHR
> Jimmy
>
>
Jorge LRe: Installed OCX dll
on Thu, 23 Dec 2010 13:54:06 -0300
Hi Carlos

Why GetObject() don´t work for you ?



"Carlos a Beling"  escribió en el mensaje de 
noticias:313f6e7a$46f02eaf$b17@news.alaska-software.com...

Hello Jimmy:
good morning.
Many thanks.
I made a try and I discovered that if I use RegSvr32 for installing the
OCX file and it is already installed it does not install the new one
over the old one. That's is enough for me by now.

Beling
Merry xMas


Em 22/12/2010 21:11, AUGE_OHR escreveu:
> hi,
>
>> I´d like to know if all OCX file was installed (ie.: 
>> FEXists(MyFile.OCX)).
> without CLSID it will not work, else you can use
> :isInstalled(<cProgId>|<cCLSID>)
>
> greetings by OHR
> Jimmy
>
>
Carlos a Beling Re: Installed OCX dll
on Thu, 23 Dec 2010 15:32:42 -0200
Hello Jorge:
I use a Setup program that have OCX files in a folder.
It would be easier I know that the file was installed without to have 
the CLSID that needs to be relationed to the file for installing it.
Laziness. 

Beling
Happy xMas and New Year

Em 23/12/2010 14:54, Jorge L escreveu:
> Hi Carlos
>
> Why GetObject() don´t work for you ?
>
>
>
> "Carlos a Beling"  escribió en el mensaje de 
> noticias:313f6e7a$46f02eaf$b17@news.alaska-software.com...
>
> Hello Jimmy:
> good morning.
> Many thanks.
> I made a try and I discovered that if I use RegSvr32 for installing the
> OCX file and it is already installed it does not install the new one
> over the old one. That's is enough for me by now.
>
> Beling
> Merry xMas
>
>
> Em 22/12/2010 21:11, AUGE_OHR escreveu:
>> hi,
>>
>>> I´d like to know if all OCX file was installed (ie.: 
>>> FEXists(MyFile.OCX)).
>> without CLSID it will not work, else you can use
>> :isInstalled(<cProgId>|<cCLSID>)
>>
>> greetings by OHR
>> Jimmy
>>
>>
>
>
Jorge LRe: Installed OCX dll
on Thu, 23 Dec 2010 15:16:36 -0300
Hi Carlos

you can read al keys  InProcServer32 of HKCU\CLSID



"Carlos a Beling"  escribió en el mensaje de 
noticias:c224e9c$7751a9d1$9046@news.alaska-software.com...

Hello Jorge:
I use a Setup program that have OCX files in a folder.
It would be easier I know that the file was installed without to have
the CLSID that needs to be relationed to the file for installing it.
Laziness. 

Beling
Happy xMas and New Year

Em 23/12/2010 14:54, Jorge L escreveu:
> Hi Carlos
>
> Why GetObject() don´t work for you ?
>
>
>
> "Carlos a Beling"  escribió en el mensaje de 
> noticias:313f6e7a$46f02eaf$b17@news.alaska-software.com...
>
> Hello Jimmy:
> good morning.
> Many thanks.
> I made a try and I discovered that if I use RegSvr32 for installing the
> OCX file and it is already installed it does not install the new one
> over the old one. That's is enough for me by now.
>
> Beling
> Merry xMas
>
>
> Em 22/12/2010 21:11, AUGE_OHR escreveu:
>> hi,
>>
>>> I´d like to know if all OCX file was installed (ie.: 
>>> FEXists(MyFile.OCX)).
>> without CLSID it will not work, else you can use
>> :isInstalled(<cProgId>|<cCLSID>)
>>
>> greetings by OHR
>> Jimmy
>>
>>
>
>
Carlos a Beling Re: Installed OCX dll
on Tue, 28 Dec 2010 11:33:24 -0200
Hello JOrge:
good morning.
Many thanks.
I'll give it a try.

Beling
Very Happy New Year

Em 23/12/2010 16:16, Jorge L escreveu:
> Hi Carlos
>
> you can read al keys  InProcServer32 of HKCU\CLSID
>
>
>
> "Carlos a Beling"  escribió en el mensaje de 
> noticias:c224e9c$7751a9d1$9046@news.alaska-software.com...
>
> Hello Jorge:
> I use a Setup program that have OCX files in a folder.
> It would be easier I know that the file was installed without to have
> the CLSID that needs to be relationed to the file for installing it.
> Laziness. 
>
> Beling
> Happy xMas and New Year
>
> Em 23/12/2010 14:54, Jorge L escreveu:
>> Hi Carlos
>>
>> Why GetObject() don´t work for you ?
>>
>>
>>
>> "Carlos a Beling"  escribió en el mensaje de 
>> noticias:313f6e7a$46f02eaf$b17@news.alaska-software.com...
>>
>> Hello Jimmy:
>> good morning.
>> Many thanks.
>> I made a try and I discovered that if I use RegSvr32 for installing the
>> OCX file and it is already installed it does not install the new one
>> over the old one. That's is enough for me by now.
>>
>> Beling
>> Merry xMas
>>
>>
>> Em 22/12/2010 21:11, AUGE_OHR escreveu:
>>> hi,
>>>
>>>> I´d like to know if all OCX file was installed (ie.: 
>>>> FEXists(MyFile.OCX)).
>>> without CLSID it will not work, else you can use
>>> :isInstalled(<cProgId>|<cCLSID>)
>>>
>>> greetings by OHR
>>> Jimmy
>>>
>>>
>>
>>
>
>