From 2e27b1f350a8281333f571d538f9763e7fb2fe87 Mon Sep 17 00:00:00 2001 From: Lorenz Cuno Klopfenstein Date: Mon, 4 Apr 2011 22:41:30 +0200 Subject: [PATCH] Updated application version and installation script to 3.3. --- Installer/script.nsi | 7 ++++--- Installer/update.xml | 4 ++-- OnTopReplica/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Installer/script.nsi b/Installer/script.nsi index 2a5aa56..44d5e02 100644 --- a/Installer/script.nsi +++ b/Installer/script.nsi @@ -38,7 +38,6 @@ RequestExecutionLevel user # PAGE DEFINITIONS !insertmacro MUI_PAGE_WELCOME -;!insertmacro MUI_PAGE_DIRECTORY !insertmacro MUI_PAGE_INSTFILES !insertmacro MUI_PAGE_FINISH @@ -54,8 +53,8 @@ Function RegisterApplication WriteRegStr HKCU "${REG_UNINSTALL}" "DisplayName" "OnTopReplica" WriteRegStr HKCU "${REG_UNINSTALL}" "DisplayIcon" "$\"$INSTDIR\OnTopReplica.exe$\"" WriteRegStr HKCU "${REG_UNINSTALL}" "Publisher" "Lorenz Cuno Klopfenstein" - WriteRegStr HKCU "${REG_UNINSTALL}" "DisplayVersion" "3.1.0.0" - WriteRegDWord HKCU "${REG_UNINSTALL}" "EstimatedSize" 800 ;KB + WriteRegStr HKCU "${REG_UNINSTALL}" "DisplayVersion" "3.3.0.0" + WriteRegDWord HKCU "${REG_UNINSTALL}" "EstimatedSize" 960 ;KB WriteRegStr HKCU "${REG_UNINSTALL}" "HelpLink" "${WEBSITE_LINK}" WriteRegStr HKCU "${REG_UNINSTALL}" "URLInfoAbout" "${WEBSITE_LINK}" WriteRegStr HKCU "${REG_UNINSTALL}" "InstallLocation" "$\"$INSTDIR$\"" @@ -97,6 +96,8 @@ Section "!OnTopReplica" OnTopReplica File "..\OnTopReplica\bin\Release\cs\OnTopReplica.resources.dll" SetOutPath "$INSTDIR\da" File "..\OnTopReplica\bin\Release\da\OnTopReplica.resources.dll" + SetOutPath "$INSTDIR\es" + File "..\OnTopReplica\bin\Release\es\OnTopReplica.resources.dll" ;Uninstaller WriteUninstaller "$INSTDIR\${UNINSTALLER_NAME}" diff --git a/Installer/update.xml b/Installer/update.xml index f8298c0..b068af0 100644 --- a/Installer/update.xml +++ b/Installer/update.xml @@ -1,6 +1,6 @@  - 3.2.0.0 - 2010-10-15T00:00:00Z + 3.3.0.0 + 2011-04-04T22:00:00Z http://www.klopfenstein.net/lorenz.aspx/ontopreplica \ No newline at end of file diff --git a/OnTopReplica/Properties/AssemblyInfo.cs b/OnTopReplica/Properties/AssemblyInfo.cs index c012e63..52e5902 100644 --- a/OnTopReplica/Properties/AssemblyInfo.cs +++ b/OnTopReplica/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.2.0.0")] -[assembly: AssemblyFileVersion("3.2.0.0")] +[assembly: AssemblyVersion("3.3.0.0")] +[assembly: AssemblyFileVersion("3.3.0.0")]