Bug reports and solutions
Ticket 1996 | Bug | Software version | 2014-05-15 1:24 pm
Answers: 2
Windows Installer does not define DisplayVersion
Solved
2014-05-15 1:24 pm
We are on the way to automatically deploy Tipp10 in our NGO.
While doing so have I recognized that the Tipp10 Windows installer does not set the DisplayVersion in the Uninstall Registry key which makes it more difficult to automatically verify what version of Tipp10 is actually installed.
See details about uninstall registry key here: msdn.microsoft.com/en-us/library/aa372105
A small thing but it would be great if new installer could also define the DisplayVersion like this whereas 2.1.0 is replaced with the respective version:
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Tipp10_is1" /v "DisplayVersion" /d "2.1.0" /t REG_SZ /f
This way automatic verification would be much easier.
Cheers and thanks for great piece of software,
Oliver
While doing so have I recognized that the Tipp10 Windows installer does not set the DisplayVersion in the Uninstall Registry key which makes it more difficult to automatically verify what version of Tipp10 is actually installed.
See details about uninstall registry key here: msdn.microsoft.com/en-us/library/aa372105
A small thing but it would be great if new installer could also define the DisplayVersion like this whereas 2.1.0 is replaced with the respective version:
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Tipp10_is1" /v "DisplayVersion" /d "2.1.0" /t REG_SZ /f
This way automatic verification would be much easier.
Cheers and thanks for great piece of software,
Oliver
2014-05-17 1:38 pm
Thank you very much for your praise of our work.
We will adopt your suggestion to the next software release.
All the best from Berlin,
Your Tipp10 Team
We will adopt your suggestion to the next software release.
All the best from Berlin,
Your Tipp10 Team
2014-05-17 1:51 pm
The ticket was marked as "resolved".
Link zu diesem Ticket: https://www.tipp10.com/en/support/bugs/0/1996/