From 4802c7960969143ecbc3e9c0c71c84086b065893 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Fri, 9 Dec 2022 07:51:03 -0600 Subject: [PATCH] Added program details. Closes #897. --- nvm.iss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nvm.iss b/nvm.iss index 06e4b3a9..6bd3f950 100644 --- a/nvm.iss +++ b/nvm.iss @@ -19,6 +19,7 @@ PrivilegesRequired=admin AppId={#MyAppId} AppName={#MyAppName} AppVersion={#MyAppVersion} +AppCopyright=Copyright (C) 2018-2022 Ecor Ventures LLC, Corey Butler, and contributors. AppVerName={#MyAppName} {#MyAppVersion} AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} @@ -38,7 +39,12 @@ ChangesEnvironment=yes DisableProgramGroupPage=yes ArchitecturesInstallIn64BitMode=x64 ia64 UninstallDisplayIcon={app}\{#MyIcon} -AppCopyright=Copyright (C) 2018-2021 Ecor Ventures LLC, Corey Butler, and contributors. +VersionInfoVersion={#MyAppVersion} +VersionInfoCopyright=Copyright (C) 2018-2022 Ecor Ventures LLC, Corey Butler, and contributors. +VersionInfoCompany=Ecor Ventures LLC +VersionInfoDescription=Node version manager for Windows +VersionInfoProductName={#MyAppShortName} +VersionInfoProductTextVersion={#MyAppVersion} [Languages] Name: "english"; MessagesFile: "compiler:Default.isl"