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
- :
- Inserting date into registry after intallation
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 17, 2012
04:25 PM
Inserting date into registry after intallation
Hello,
I would like to insert the installation date into the registry during the installation so I can retrieve the date every time the program runs to implement a 30 day license confirmation. How would I do this?
Right now I go to
Configure the target System->Registry->Destination computer's registry view->HKEY_LOCAL_MACHINE->new Key->date->[Date]
It doesn't save the date.
I would appreciate step by step instructions to d this
Thanks all!
I would like to insert the installation date into the registry during the installation so I can retrieve the date every time the program runs to implement a 30 day license confirmation. How would I do this?
Right now I go to
Configure the target System->Registry->Destination computer's registry view->HKEY_LOCAL_MACHINE->new Key->date->[Date]
It doesn't save the date.
I would appreciate step by step instructions to d this
Thanks all!
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 20, 2012
07:59 AM
Hi,
I understand that you would like to insert the date of installation to the registry,the same can be achieved with the help of InstallScript that is available in the other editions of InstallShield namely Premier and Professional but is locked in the Limited Edition.
I am currently working on trying to achieve the same using the Limited Edition and should be able to give you more information at the earliest.
I understand that you would like to insert the date of installation to the registry,the same can be achieved with the help of InstallScript that is available in the other editions of InstallShield namely Premier and Professional but is locked in the Limited Edition.
I am currently working on trying to achieve the same using the Limited Edition and should be able to give you more information at the earliest.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 23, 2012
08:35 AM
Hi,
The date of installation can be inserted into the registry by making an entry in the “Registry” view of the IDE.
Navigate to the path and then add HKEY_LOCAL_MACHINE -> new key -> SOFTWARE -> new key -> Test_DATE
Select Test_DATE and in the right pane of this key, right click and select “New String Value” and name it say “Date”.
Further right click the “Date” and select “Modify” option and in the dialog that appears enter [Date] in the field “Value Data”.
Build the project and install the same to find the date of installation in the registry. Please find the attached screenshot for a better understanding.
The date of installation can be inserted into the registry by making an entry in the “Registry” view of the IDE.
Navigate to the path and then add HKEY_LOCAL_MACHINE -> new key -> SOFTWARE -> new key -> Test_DATE
Select Test_DATE and in the right pane of this key, right click and select “New String Value” and name it say “Date”.
Further right click the “Date” and select “Modify” option and in the dialog that appears enter [Date] in the field “Value Data”.
Build the project and install the same to find the date of installation in the registry. Please find the attached screenshot for a better understanding.