PRMiller2
Technical User
- Jul 30, 2010
- 123
I'm using Visual Studio 2010's Installer to deploy a Windows Form application. I have figured out how to add keys to the registry during the installation and how to change a string value. However, I'm not sure how to set today's date.
In my case, I have created a registry key during installation at HKLM\Software\[Manufacturer] called "InstallDate." How can I have it write today's date at the time of installation?
In my case, I have created a registry key during installation at HKLM\Software\[Manufacturer] called "InstallDate." How can I have it write today's date at the time of installation?