Need to deploy turboactivate license in windows 2000

We integrate turboactivate in our application and created a setup with lime lm license.It's work fine in windows xp and windows 7 machine.

In client base we have windows 2000 machine .

My question is will turbo activated license application work in windows 2000 machine..

could you give the solution for above requirement.

thank you

No, sorry, TurboActivate doesn't support Windows 2000. There are a few reasons: Windows 2000 is no longer supported by Microsoft, it's not secure, and it lacks functionality required by TurboActivate.

TurboActivate does support product keys in Windows 2000 -- you just can't activate those product keys. So, you can set a product key using CheckAndSavePKey() and you can use IsProductKeyValid() verify a saved product key. So if you absolutely need Windows 2000 support, you can support it in this limited way.

Could you give the steps to be followed for windows 2000 system installation.

After "CheckAndSavePKey() " and "IsProductKeyValid() " function

any other to be added quote a example for windows 2000 machine..

and how to access feature value in windows 2000 machine.?

is we need to activate after "IsProductKeyValid() " function returns true.

thank you.

any other to be added quote a example for windows 2000 machine..

I'm not sure what that means.

and how to access feature value in windows 2000 machine.?

You can't. Like I said Windows 2000 lacks the necessary features to fully support TurboActivate. It's an ancient system -- more than 12 years old. Microsoft stopped supporting it 4 years ago. I would recommend that all users using Windows 2000 upgrade to at least Windows XP.

is we need to activate after "IsProductKeyValid() " function returns true.

You can't activate on Windows 2000. If you absolutely need to support Windows 2000 you can use "IsProductKeyValid()" valid function as a binary way to limit your product (either they're licensed or not).

For instance, you can add code to your app that uses ""CheckAndSavePKey() " and "IsProductKeyValid() " for Windows 2000 systems, and uses proper activation for Windows XP and above.

Though, before going down this road I would first confirm that any of your customers actually use Windows 2000. My guess is they don't. This sounds like a requirement that doesn't exist in reality.

Yes we have customers actually use Windows 2000 because they had some softwares only run in windows 2000 machine.

ya include proper activation for win xp and above.

and i used "CheckAndSavePKey() " and "IsProductKeyValid() " function for windows 2000 machine.

any other function can be used in windows 2000 machine.

Feature value cannot be accessed and how to make our license effective in windows 2000 machine.

how to enable or disable a module in windows 2000 machine after 30 days license period?

any other function can be used in windows 2000 machine.

Yes, you can also use the trials & trial extension functions.

Feature value cannot be accessed and how to make our license effective in windows 2000 machine.

how to enable or disable a module in windows 2000 machine after 30 days license period?

Like I said before, Windows 2000 lacks the needed features to fully support TurboActivate. You can use "CheckAndSavePKey() " and "IsProductKeyValid() " along with the Trial functions to limit your app on Windows 2000.

Or you can require your users to upgrade to Windows XP or above and you can use all TurboActivate functions unimpeded.