Page 1 of 1

Version info in Support Information

Posted: Sun Sep 17, 2006 4:52 am
by Alwin van Driel
In add/remove programs you will see your app once installed. If you press "click here for support information" you will see some details of the installation as set in your project. However a lot of apps have beside publisher, contact etc. also a tag with the version information. Is this also possible in installaware?

Posted: Sun Sep 17, 2006 9:03 am
by jimo
Try using the following registry entries:

Write Registry Key HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$TITLE$\\DisplayVersion, $VERSION$
Write Registry Key HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$TITLE$\\HelpTelephone, 999-999-9999
Write Registry Key HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$TITLE$\\ReadMe, $TARGETDIR$\\Readme.txt
Write Registry Key HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$TITLE$\\RegCompany, $USERCOMPANY$
Write Registry Key HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$TITLE$\\RegOwner, $USERNAME$