AppUpdate License Key validation problem with ocx - WeOnlyDo Discussion board

AppUpdate License Key validation problem with ocx (wodAppUpdate)

by GLA, Sunday, December 07, 2008, 12:56 (5591 days ago)


I have a licensed version of wodAppUp.ocx

If I run the program (developed with Windev) with system XP, it works fine. It installs component and use normally
But if I run the program on a PC with system Vista(with admin privileges), I get the pop-up saying The product requires valid license key, but no such key is found. You have no rights to use this product in design environment.

The versions used are: 1.2.9.77 or 1.3.5.100 (same problem)
I'll appreciate any help on this matter.

Thanks in advance,

GLA

Re: AppUpdate License Key validation problem with

by woddrazen, Sunday, December 07, 2008, 18:20 (5591 days ago) @ GLA

Hi Gla,


Please make sure that you are using licensed version of wodAppUpdate.

in order to get update for our product, please go to:

http://www.weonlydo.com/index.asp?update=1

This is automated process. Make sure you use same email address that is registered with our system, one you used when you have purchased the product.

During installation process you should insert License Key in correct format. Using capital letters.

It should look something like this:
XXXX-XXXX-XXXX-XXXX

Let us know how it goes.


Regards,
Drazen

Re: AppUpdate License Key validation problem with

by GLA, Monday, December 08, 2008, 07:53 (5590 days ago) @ woddrazen

My version is up to date !!! (1.3.5.100 by your automatically generated message for update date 13/11/2008 my subscription is valid until Mar 20th 2009 )

And the component inserted into a windev software does not raise problems on several computers XP!
It is on a computer under Vista where I get the pop-up saying The product requires valid license key, but no such key is found. You have no rights to use this product in design environment

The installation under Vista of the windev software with the component OCX is realized with the privileges administrator
I am not thus in environment of design but use!

Re: AppUpdate License Key validation problem with

by GLA, Monday, December 08, 2008, 08:24 (5590 days ago) @ GLA

I downloaded again and installed the update ( 1.3.5.102 )
In my directory Windows / system32 the ocx is updated well but I notice that in C:Program FilesWeOnlyDo.ComAppUpdatethe update of the component ocx is not realized!
Why?
But in the installation of my software Windev it is the component up to date that is in windows. / system32 that I use

Re: AppUpdate License Key validation problem with

by wodDamir, Monday, December 08, 2008, 08:46 (5590 days ago) @ GLA

Hi Gla,

Can you please try distributing our sample? Does same happen with it too?

Also, please make sure that RequireAdmin property is ser to true.

Are you using UAC or no UAC?

As for the .ocx in C:Program Files , component binaries aren't placed there at all. .dll and .ocx files are only placed in C:WindowsSystem32 .

regards,
Damba

Re: AppUpdate License Key validation problem with

by GLA, Monday, December 08, 2008, 09:46 (5590 days ago) @ wodDamir


Where is your example (Excel by example ?)
I use UAC but my installer copies well the component into directory windows/system32
Thanks

And sorry for my very bad English !!!

Re: AppUpdate License Key validation problem with

by wodDamir, Monday, December 08, 2008, 10:07 (5590 days ago) @ GLA

Gla,

The samples are in C:\Users\Damir\AppData\Local\WeOnlyDo\Samples\wodAppUpdate (On Vista), and should be in C:\Documents and Settings\User\AppData\Local\WeOnlyDo\Samples\wodAppUpdate (on XP). Note that you should re-import the control on the form.

Also, can you sheck if COM (.dll) object has LicenseKey property avaiable?

regards,
Damba

Re: AppUpdate License Key validation problem with

by GLA, Monday, December 08, 2008, 10:48 (5590 days ago) @ wodDamir

I do not find it on my computer where WodappUpdate is installed (on XP)!

But now I believe to have resolved the problem!

In my program Windev I had forgotten -i in the line of command
DDELance( regsvr32.exe + SysRep(srWindows)+ system32wodAppUp.ocx -i ,DDEActif,Vrai)

After the correction it seems to work correctly on Vista !!
But it is strange that on XP it worked perfectly without it -i

Thanks