From 72e2d9c2ab66802833a040a1e1cd2ba117cb1151 Mon Sep 17 00:00:00 2001 From: Riley McArdle Date: Fri, 29 Jul 2011 01:17:42 -0500 Subject: [PATCH] Changed company name to Next Generation Software --- Installer/mRemote.nsi | 3 ++- mRemoteV1/My Project/AssemblyInfo.vb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Installer/mRemote.nsi b/Installer/mRemote.nsi index 48e11c80..17f16f82 100644 --- a/Installer/mRemote.nsi +++ b/Installer/mRemote.nsi @@ -26,6 +26,7 @@ RequestExecutionLevel admin ; Version Information VIProductVersion ${PRODUCT_VERSION} +VIAddVersionKey "CompanyName" "Next Generation Software" VIAddVersionKey "ProductName" "mRemoteNG" VIAddVersionKey "ProductVersion" ${PRODUCT_VERSION} VIAddVersionKey "LegalCopyright" "Copyright © 2007-2009 Felix Deimel, 2010-2011 Riley McArdle" @@ -175,7 +176,7 @@ Section "" ; Install ; Registry WriteRegStr HKLM "Software\mRemoteNG" "InstallPath" $INSTDIR WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\mRemoteNG" "DisplayName" "mRemoteNG" - WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\mRemoteNG" "Publisher" "mRemoteNG" + WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\mRemoteNG" "Publisher" "Next Generation Software" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\mRemoteNG" "DisplayIcon" "$INSTDIR\mRemoteNG.exe" WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\mRemoteNG" "EstimatedSize" 6464 diff --git a/mRemoteV1/My Project/AssemblyInfo.vb b/mRemoteV1/My Project/AssemblyInfo.vb index 5229dbc2..ef86d63f 100644 --- a/mRemoteV1/My Project/AssemblyInfo.vb +++ b/mRemoteV1/My Project/AssemblyInfo.vb @@ -10,7 +10,7 @@ Imports System.Runtime.InteropServices - +