Menu

#267 [Setup] DisplayVersion field not set in Registry

v1.6
open
nobody
InnoSetup (1)
5
2016-08-08
2016-08-08
No

The DisplayVersion Registry key is missing when application in installed :
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Celestia_is1

You should add this in the ISS setup file :

define MyAppVersion_Major 1

define MyAppVersion_Minor 6

define MyAppVersion_SubVersionMajor 1

define MyAppVersion_SubVersionMinor 0

[Setup]
AppVersion={#MyAppVersion_Major}.{#MyAppVersion_Minor}.{#MyAppVersion_SubVersionMajor}.{#MyAppVersion_SubVersionMinor}
VersionInfoVersion={#MyAppVersion_Major}.{#MyAppVersion_Minor}.{#MyAppVersion_SubVersionMajor}.{#MyAppVersion_SubVersionMinor}

Discussion


Log in to post a comment.

MongoDB Logo MongoDB