This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Serial, used for trialware activation
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jan 20, 2009
12:58 AM
Serial, used for trialware activation
I'm using InstallShield 2009 > trialware feature.
I create distributives, containing dll and exe files.
Both files are protected by trialware.
When program and dll are activated, program needs to know serial, which was used for dll-activation.
It is very very important to get serial number. Because i assign to serial numbers different periods, when updates are enabled.
On WindowsXP i can find serial number in registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\[ProductGuid]\ProductID
But on Vista there is no ProductID value in this registry node!
How can i get serial for product on Vista?
Please help!
I create distributives, containing dll and exe files.
Both files are protected by trialware.
When program and dll are activated, program needs to know serial, which was used for dll-activation.
It is very very important to get serial number. Because i assign to serial numbers different periods, when updates are enabled.
On WindowsXP i can find serial number in registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\[ProductGuid]\ProductID
But on Vista there is no ProductID value in this registry node!
How can i get serial for product on Vista?
Please help!
(2) Replies
‎Jan 22, 2009
08:59 AM
I don't have a Vista Machine in front of me, but is this a 64-bit version of Vista?
If so, have you looked at
HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\[ProductGUID]\ ?
Search Help for MsiGetProductInfoEx or REGDB_VALUENAME_UNINSTALL_PRODUCTID in order to get the value via script.
If so, have you looked at
HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\[ProductGUID]\ ?
Search Help for MsiGetProductInfoEx or REGDB_VALUENAME_UNINSTALL_PRODUCTID in order to get the value via script.
‎Jan 23, 2009
08:31 AM
MGarrett wrote:
I don't have a Vista Machine in front of me, but is this a 64-bit version of Vista?
If so, have you looked at
HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\[ProductGUID]\ ?
Search Help for MsiGetProductInfoEx or REGDB_VALUENAME_UNINSTALL_PRODUCTID in order to get the value via script.
it is not 64bit vista.
i searched through all registry and serial was not found anywhere.