Commit bd0ad352 authored by Mircea Bardac's avatar Mircea Bardac

default build is with language packs included, do not confuse users with the name of the installer


git-svn-id: svn+ssh://svn.psi-im.org/home/psi/svn/win-installer/trunk@23 2d3a5ac0-73f9-4639-b284-2310bd1da355
parent 6c9bc8b9
......@@ -48,10 +48,10 @@ VIAddVersionKey FileVersion "${INSTALLER_VERSION}b${INSTALLER_BUILD}"
VIAddVersionKey InternalName "${APPNAMEANDVERSION} Installer (build ${INSTALLER_BUILD}) - Win32 Installer v${INSTALLER_VERSION}"
VIAddVersionKey LegalTrademarks ""
!ifdef BUILD_WITH_LANGPACKS
VIAddVersionKey OriginalFilename "${LCAPPNAME}-${APPFULLVERSION}-win-setup-i18n.exe"
VIAddVersionKey OriginalFilename "${LCAPPNAME}-${APPFULLVERSION}-win-setup.exe"
VIAddVersionKey PrivateBuild "Language Packs Included: yes"
!else
VIAddVersionKey OriginalFilename "${LCAPPNAME}-${APPFULLVERSION}-win-setup.exe"
VIAddVersionKey OriginalFilename "${LCAPPNAME}-${APPFULLVERSION}-win-setup-base.exe"
VIAddVersionKey PrivateBuild "Language Packs Included: none"
!endif
VIAddVersionKey SpecialBuild "Build number: ${INSTALLER_BUILD}"
......@@ -96,9 +96,9 @@ BrandingText "- ${APPNAMEANDVERSION} installer - build ${INSTALLER_BUILD} / Inst
Name "${APPNAMEANDVERSION}"
InstallDir "$PROGRAMFILES\Psi"
!ifdef BUILD_WITH_LANGPACKS
OutFile "${LCAPPNAME}-${APPFULLVERSION}-win-setup-i18n.exe"
!else
OutFile "${LCAPPNAME}-${APPFULLVERSION}-win-setup.exe"
!else
OutFile "${LCAPPNAME}-${APPFULLVERSION}-win-setup-base.exe"
!endif
InstallDirRegKey HKLM "Software\Affinix\${APPNAME}" ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment