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
- :
- Suite installer does not include InstallDate registry key
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jan 07, 2015
04:03 PM
Suite installer does not include InstallDate registry key
Hi,
For automation purposes, my team is attempting to retrieve the installDate and installSource registry information to verify installation but installing with the Suite installer, the HKLM\...\Uninstall\{ProductNum} does not provide the mentioned keys. Can these only be found in MSI packages? If no, then is there a way for me to obtain the information about the Suite installer?
Any help regarding this would be greatly appreciated.There isn't a lot of documentation our there supporting the Suite installer project.
For automation purposes, my team is attempting to retrieve the installDate and installSource registry information to verify installation but installing with the Suite installer, the HKLM\...\Uninstall\{ProductNum} does not provide the mentioned keys. Can these only be found in MSI packages? If no, then is there a way for me to obtain the information about the Suite installer?
Any help regarding this would be greatly appreciated.There isn't a lot of documentation our there supporting the Suite installer project.
(3) Replies
‎Jan 08, 2015
10:47 AM
You can probably use the LastWriteTime from RegQueryInfoKey, at least at a C/C++ level. Other languages or layers may wrap this; for instance this happens to be an example scenario shown in PowerShell on a TechNet blog.
‎Jan 09, 2015
08:26 AM
No, I'm not aware of a way to make the suite write this value. Typically the suite registers just enough to show up pleasantly in Programs and Features. For any further information, we expect people will be more interested in the underlying packages' data.