Archive: LanguageFiles


LanguageFiles
  I've seen that with LangString you can add language strings. I've also tried putting extra lines in the language files, but this does not seem to work. Is there a way to add key-value pairs in the existing language files???

thx, Lieven Cardoen, IndieGroup


What for ? Adding new languages ? Or just defining your own translations ? In the later, just include your own my_lang.nsh containing your LangString sentences from your main .nsi script.

Gal'


You cannot add strings to existing language files and shouldn't because they can be updated on each version. You can create your own language files with the LangFile.nsh header. Create multiple language files:

!insertmacro LANGFILE "EnglishID" "English"

${LangFileString} SOME_STRING "some string"
Then in your script use:
!include LangFile.nsh

!insertmacro LANGFILE_INCLUDE "path to english.nsh"
and you should be able to use ${SOME_STRING}.

error in script
  Thx for quick reply. I get an error from the LangFile.nsh...

!include: error in script: "C:\Program Files (x86)\NSIS\Include\LangFile.nsh" on line 15


Error
  I'll just send you a zip with the nsi file in it. Otherwise it's too hard to explain. Maybe I'm just making a stupid mistake. I do not get lots of time at the company to go deep into nsis, so maybe I'm doing a lot of things that can be done better.

Anyway, on line 106 in my script I added:

!include LangFile.nsh


and on line 161 I added:

!insertmacro LANGFILE_INCLUDE "languageFiles/SetupEVACD/Dutch.nsh"
!insertmacro LANGFILE_INCLUDE "languageFiles/SetupEVACD/English.nsh"
!insertmacro LANGFILE_INCLUDE "languageFiles/SetupEVACD/French.nsh"
!insertmacro LANGFILE_INCLUDE "languageFiles/SetupEVACD/German.nsh"

My language files look like:

!insertmacro LANGFILE "Dutch" "Nederlands"

${LangFileString} DesktopShortCut "Desktop Snelkoppeling"


Please have a look as I would like to make this language files work.

Maybe there's a problem with loading the default language files? I do need to load these to...

thx, Lieven Cardoen, Indie Group

Sorry
  Found it, apparently, by inluding the MUI.nsh, the LangFile.nsh was already imported.

thx, will try to get it going now!

thx!


yep, take care about not including twice the files, because you will define twice the functions, the macro, the variables and so on.... => error

Something like:



!macro include_once HEADER_FILE
!ifndef ALREADY_INCLUDED_${HEADER_FILE}
!include ${HEADER_FILE}
!define ALREADY_INCLUDED_${HEADER_FILE}
!endif
!macroend


could be useful.

Gal'

New problems
  Script is attached.

When compiling I get this now :
There are a lot of warnings at the end and some of them in between.

In between they look like :
warning: LangString "MUI_UNTEXT_ABORT_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)

At the end they look like :
LangString "MUI_BUTTONTEXT_FINISH" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)


code:--------------------------------------------------------------------------------
MakeNSIS v2.31 - Copyright 1995-2007 Contributors
See the file COPYING for license details.
Credits can be found in the Users Manual.

Processing config:
Processing plugin dlls: "C:\Program Files (x86)\NSIS\Plugins\*.dll"
- AccessControl::??0CAccessControl@@QAE@XZ
- AccessControl::??4CAccessControl@@QAEAAV0@ABV0@@Z
- AccessControl::?fnAccessControl@@YAHXZ
- AccessControl::?nAccessControl@@3HA
- AccessControl:enyOnFile
- AccessControl:enyOnRegKey
- AccessControl:isableInheritance
- AccessControl::EnableInheritance
- AccessControl::GrantOnFile
- AccessControl::GrantOnRegKey
- AccessControl::RevokeOnFile
- AccessControl::RevokeOnRegKey
- AccessControl::SetFileGroup
- AccessControl::SetFileOwner
- AccessControl::SetOnFile
- AccessControl::SetOnRegKey
- AccessControl::SetRegKeyGroup
- AccessControl::SetRegKeyOwner
- AdvSplash::show
- Banner::destroy
- Banner::getWindow
- Banner::show
- BgImage::AddImage
- BgImage::AddText
- BgImage::Clear
- BgImage:estroy
- BgImage::Redraw
- BgImage::SetBg
- BgImage::SetReturn
- BgImage::Sound
- Dialer::AttemptConnect
- Dialer::AutodialHangup
- Dialer::AutodialOnline
- Dialer::AutodialUnattended
- Dialer::GetConnectedState
- DriveInfo::GetDriveFS
- DriveInfo::GetDriveLabel
- GetVersion::WindowsName
- GetVersion::WindowsPlatformArchitecture
- GetVersion::WindowsPlatformId
- GetVersion::WindowsServerName
- GetVersion::WindowsServicePack
- GetVersion::WindowsServicePackBuild
- GetVersion::WindowsType
- GetVersion::WindowsVersion
- InstallOptions::dialog
- InstallOptions::initDialog
- InstallOptions::show
- LangDLL::LangDialog
- Math::Script
- NSISdl::download
- NSISdl::download_quiet
- Splash::show
- StartMenu::Init
- StartMenu::Select
- StartMenu::Show
- System::Alloc
- System::Call
- System::Copy
- System::Free
- System::Get
- System::Int64Op
- System::Store
- TypeLib::GetLibVersion
- TypeLib::Register
- TypeLib::UnRegister
- UserInfo::GetAccountType
- UserInfo::GetName
- UserInfo::GetOriginalAccountType
- VPatch::vpatchfile
- nsDialogs::Create
- nsDialogs::CreateControl
- nsDialogs::CreateItem
- nsDialogs::GetUserData
- nsDialogs::OnBack
- nsDialogs::OnChange
- nsDialogs::OnClick
- nsDialogs::OnNotify
- nsDialogs::SelectFileDialog
- nsDialogs::SelectFolderDialog
- nsDialogs::SetRTL
- nsDialogs::SetUserData
- nsDialogs::Show
- nsExec::Exec
- nsExec::ExecToLog
- nsExec::ExecToStack
- version::GetWindowsVersion
- version::IsWindows2000
- version::IsWindows2003
- version::IsWindows31
- version::IsWindows95
- version::IsWindows98
- version::IsWindows98orLater
- version::IsWindowsME
- version::IsWindowsNT351
- version::IsWindowsNT40
- version::IsWindowsPlatform9x
- version::IsWindowsPlatformNT
- version::IsWindowsXP

!define: "MUI_INSERT_NSISCONF"=""

Changing directory to: "F:\IndieGroup\InstallerScripts"

Processing script file: "F:\IndieGroup\InstallerScripts\SetupEVACD.nsi"
Name: "TaalSignaal 3"
!define: "REGKEY"="SOFTWARE\$(^Name)"
!define: "VERSION"="1.0"
!define: "CUSTOMER"="WoltersPlantyn"
!define: "COMPANY"="IndieGroup"
!define: "URL"="www.indiegroup.be"
!define: "APPLICATIONID"="2"
!define: "EVAVERSION"="1.0"
!define: "MUI_ICON"="C:\Program Files (x86)\NSIS\Contrib\Graphics\Icons\orange-install.ico"
!define: "MUI_FINISHPAGE_NOAUTOCLOSE"=""
!define: "MUI_STARTMENUPAGE_REGISTRY_ROOT"="HKLM"
!define: "MUI_STARTMENUPAGE_NODISABLE"=""
!define: "MUI_STARTMENUPAGE_REGISTRY_KEY"="SOFTWARE\$(^Name)"
!define: "MUI_STARTMENUPAGE_REGISTRY_VALUENAME"="StartMenuGroup"
!define: "MUI_STARTMENUPAGE_DEFAULTFOLDER"="TaalSignaal"
!define: "MUI_FINISHPAGE_RUN"="$INSTDIR\Taalsignaal3.exe"
!define: "MUI_UNICON"="C:\Program Files (x86)\NSIS\Contrib\Graphics\Icons\orange-uninstall.ico"
!define: "MUI_UNFINISHPAGE_NOAUTOCLOSE"=""
!define: "MUI_WELCOMEFINISHPAGE_BITMAP"="installerscreen.bmp"
!define: "INSTALLATIONLOG"="true"
!define: "INSTALLATIONLOGFILE"="$INSTDIR\install.log"
Var: "STR_REPLACE_VAR_0"
Var: "STR_REPLACE_VAR_1"
Var: "STR_REPLACE_VAR_2"
Var: "STR_REPLACE_VAR_3"
Var: "STR_REPLACE_VAR_4"
Var: "STR_REPLACE_VAR_5"
Var: "STR_REPLACE_VAR_6"
Var: "STR_REPLACE_VAR_7"
Var: "STR_REPLACE_VAR_8"
!define: "StrReplace"="!insertmacro "_strReplaceConstructor""
!define: "Dump"="!insertmacro "_dump""
!define: "DumpLog"="!insertmacro "_dumpLog""
!include: "C:\Program Files (x86)\NSIS\Include\Sections.nsh"
!define: "SECTIONS_INCLUDED"=""
!define: "SF_SELECTED"="1"
!define: "SF_SECGRP"="2"
!define: "SF_SUBSEC"="2"
!define: "SF_SECGRPEND"="4"
!define: "SF_SUBSECEND"="4"
!define: "SF_BOLD"="8"
!define: "SF_RO"="16"
!define: "SF_EXPAND"="32"
!define: "SF_PSELECTED"="64"
!define: "SF_TOGGLED"="128"
!define: "SF_NAMECHG"="256"
!define: "SECTION_OFF"="0xFFFFFFFE"
!define: "INSTTYPE_1"="1"
!define: "INSTTYPE_2"="2"
!define: "INSTTYPE_3"="4"
!define: "INSTTYPE_4"="8"
!define: "INSTTYPE_5"="16"
!define: "INSTTYPE_6"="32"
!define: "INSTTYPE_7"="64"
!define: "INSTTYPE_8"="128"
!define: "INSTTYPE_9"="256"
!define: "INSTTYPE_10"="512"
!define: "INSTTYPE_11"="1024"
!define: "INSTTYPE_12"="2048"
!define: "INSTTYPE_13"="4096"
!define: "INSTTYPE_14"="8192"
!define: "INSTTYPE_15"="16384"
!define: "INSTTYPE_16"="32768"
!define: "INSTTYPE_17"="65536"
!define: "INSTTYPE_18"="131072"
!define: "INSTTYPE_19"="262144"
!define: "INSTTYPE_20"="524288"
!define: "INSTTYPE_21"="1048576"
!define: "INSTTYPE_22"="2097152"
!define: "INSTTYPE_23"="4194304"
!define: "INSTTYPE_24"="8388608"
!define: "INSTTYPE_25"="16777216"
!define: "INSTTYPE_26"="33554432"
!define: "INSTTYPE_27"="67108864"
!define: "INSTTYPE_28"="134217728"
!define: "INSTTYPE_29"="268435456"
!define: "INSTTYPE_30"="536870912"
!define: "INSTTYPE_31"="1073741824"
!define: "INSTTYPE_32"="2147483648"
!include: closed: "C:\Program Files (x86)\NSIS\Include\Sections.nsh"
!include: "C:\Program Files (x86)\NSIS\Include\MUI.nsh"
!include: "C:\Program Files (x86)\NSIS\Contrib\Modern UI\System.nsh"
NSIS Modern User Interface version 1.8 - © 2002-2007 Joost Verburg (C:\Program Files (x86)\NSIS\Contrib\Modern UI\System.nsh:8)
!define: "MUI_INCLUDED"=""
!define: "MUI_SYSVERSION"="1.8"
!define: "MUI_VERBOSE"="3"
!include: closed: "C:\Program Files (x86)\NSIS\Contrib\Modern UI\System.nsh"
!include: closed: "C:\Program Files (x86)\NSIS\Include\MUI.nsh"
!include: "C:\Program Files (x86)\NSIS\Include\InstallOptions.nsh"
!include: closed: "C:\Program Files (x86)\NSIS\Include\InstallOptions.nsh"
!include: "C:\Program Files (x86)\NSIS\Include\FileFunc.nsh"
!define: "FILEFUNC_INCLUDED"=""
!include: closed: "C:\Program Files (x86)\NSIS\Include\FileFunc.nsh"
ReserveFile: "BgImage.dll" [compress] 3784/7168 bytes
ReserveFile: "AdvSplash.dll" [compress] 2702/6144 bytes
ReserveFile: "options.ini" [compress] 400/735 bytes
ReserveFile: "BrowseEvaLocation.ini" [compress] 587/1317 bytes
ReserveFile: "InstallOptions.dll" [compress] 7934/14336 bytes
Var: "StartMenuGroup"
Var: "DesktopShortCut"
Var: "SharedEvaLocation"
Var: "SharedEvaLocationPath"
Var: "LogTemp"
Var: "CreateUsers"
!insertmacro: MUI_PAGE_WELCOME
!insertmacro: end of MUI_PAGE_WELCOME
!insertmacro: MUI_PAGE_DIRECTORY
!insertmacro: end of MUI_PAGE_DIRECTORY
!insertmacro: MUI_PAGE_STARTMENU
!insertmacro: end of MUI_PAGE_STARTMENU
Page: custom (creator:ShowOptions) (leave:LeaveOptions)
Page: custom (creator:ShowBrowseEvaLocation) (leave:LeaveBrowseEvaLocation)
!insertmacro: MUI_PAGE_INSTFILES
!insertmacro: end of MUI_PAGE_INSTFILES
!insertmacro: MUI_PAGE_FINISH
!insertmacro: end of MUI_PAGE_FINISH
!insertmacro: MUI_UNPAGE_CONFIRM
!insertmacro: end of MUI_UNPAGE_CONFIRM
!insertmacro: MUI_UNPAGE_INSTFILES
!insertmacro: end of MUI_UNPAGE_INSTFILES
!insertmacro: MUI_LANGUAGE
!insertmacro: end of MUI_LANGUAGE
!insertmacro: MUI_LANGUAGE
!insertmacro: end of MUI_LANGUAGE
!insertmacro: MUI_LANGUAGE
!insertmacro: end of MUI_LANGUAGE
!insertmacro: MUI_LANGUAGE
!insertmacro: end of MUI_LANGUAGE
!insertmacro: LANGFILE_INCLUDE
!undef: "LangFileString"
!define: "LangFileString"="!insertmacro LANGFILE_SETSTRING"
!define: "LANGFILE_SETNAMES"=""
!include: "F:\IndieGroup\InstallerScripts\languageFiles\SetupEVACD\DutchCustom.nsh"
!insertmacro: LANGFILE
!undef: "LANGFILE_IDNAME"
!undef: "LANGFILE_Dutch_NAME"
!define: "LANGFILE_IDNAME"="Dutch"
!define: "LANGFILE_Dutch_NAME"="Dutch"
!insertmacro: end of LANGFILE
!insertmacro: LANGFILE_SETSTRING
!define: "DesktopShortCut"="Desktop Snelkoppeling"
!insertmacro: end of LANGFILE_SETSTRING
!include: closed: "F:\IndieGroup\InstallerScripts\languageFiles\SetupEVACD\DutchCustom.nsh"
!undef: "LANGFILE_SETNAMES"
!include: "C:\Program Files (x86)\NSIS\Contrib\Language files\English.nsh"
!insertmacro: LANGFILE
!insertmacro: end of LANGFILE
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_WELCOME_INFO_TITLE"="Welcome to the $(^NameDA) Setup Wizard"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_WELCOME_INFO_TEXT"="This wizard will guide you through the installation of $(^NameDA).



It is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without having to reboot your computer.



$_CLICK"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_DIRECTORY_TITLE"="Choose Install Location"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_DIRECTORY_SUBTITLE"="Choose the folder in which to install $(^NameDA)."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_INSTALLING_TITLE"="Installing"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_INSTALLING_SUBTITLE"="Please wait while $(^NameDA) is being installed."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_TITLE"="Installation Complete"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_SUBTITLE"="Setup was completed successfully."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_ABORT_TITLE"="Installation Aborted"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_ABORT_SUBTITLE"="Setup was not completed successfully."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_UNINSTALLING_TITLE"="Uninstalling"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_UNINSTALLING_SUBTITLE"="Please wait while $(^NameDA) is being uninstalled."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_FINISH_TITLE"="Uninstallation Complete"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_FINISH_SUBTITLE"="Uninstall was completed successfully."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_ABORT_TITLE"="Uninstallation Aborted"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_ABORT_SUBTITLE"="Uninstall was not completed successfully."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_INFO_TITLE"="Completing the $(^NameDA) Setup Wizard"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_INFO_TEXT"="$(^NameDA) has been installed on your computer.



Click Finish to close this wizard."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_INFO_REBOOT"="Your computer must be restarted in order to complete the installation of $(^NameDA). Do you want to reboot now?"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_REBOOTNOW"="Reboot now"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_REBOOTLATER"="I want to manually reboot later"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_RUN"="&Run $(^NameDA)"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_SHOWREADME"="&Show Readme"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_BUTTONTEXT_FINISH"="&Finish"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_STARTMENU_TITLE"="Choose Start Menu Folder"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_STARTMENU_SUBTITLE"="Choose a Start Menu folder for the $(^NameDA) shortcuts."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_INNERTEXT_STARTMENU_TOP"="Select the Start Menu folder in which you would like to create the program's shortcuts. You can also enter a name to create a new folder."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_INNERTEXT_STARTMENU_CHECKBOX"="Do not create shortcuts"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_CONFIRM_TITLE"="Uninstall $(^NameDA)"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_CONFIRM_SUBTITLE"="Remove $(^NameDA) from your computer."
!insertmacro: end of LANGFILE_SETSTRING
!include: closed: "C:\Program Files (x86)\NSIS\Contrib\Language files\English.nsh"
!undef: "LangFileString"
!define: "LangFileString"="!insertmacro LANGFILE_LANGSTRING"
!include: "C:\Program Files (x86)\NSIS\Contrib\Language files\English.nsh"
!insertmacro: LANGFILE
!insertmacro: end of LANGFILE
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_WELCOME_INFO_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_WELCOME_INFO_TITLE" 1043 "Welcome to the $(^NameDA) Setup Wizard"
!undef: "MUI_TEXT_WELCOME_INFO_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_WELCOME_INFO_TEXT" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_WELCOME_INFO_TEXT" 1043 "This wizard will guide you through the installation of $(^NameDA).



It is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without having to reboot your computer.



$_CLICK"
!undef: "MUI_TEXT_WELCOME_INFO_TEXT"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_DIRECTORY_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_DIRECTORY_TITLE" 1043 "Choose Install Location"
!undef: "MUI_TEXT_DIRECTORY_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_DIRECTORY_SUBTITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_DIRECTORY_SUBTITLE" 1043 "Choose the folder in which to install $(^NameDA)."
!undef: "MUI_TEXT_DIRECTORY_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_INSTALLING_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_INSTALLING_TITLE" 1043 "Installing"
!undef: "MUI_TEXT_INSTALLING_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_INSTALLING_SUBTITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_INSTALLING_SUBTITLE" 1043 "Please wait while $(^NameDA) is being installed."
!undef: "MUI_TEXT_INSTALLING_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_TITLE" 1043 "Installation Complete"
!undef: "MUI_TEXT_FINISH_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_SUBTITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_SUBTITLE" 1043 "Setup was completed successfully."
!undef: "MUI_TEXT_FINISH_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_ABORT_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_ABORT_TITLE" 1043 "Installation Aborted"
!undef: "MUI_TEXT_ABORT_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_ABORT_SUBTITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_ABORT_SUBTITLE" 1043 "Setup was not completed successfully."
!undef: "MUI_TEXT_ABORT_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_UNINSTALLING_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_UNINSTALLING_TITLE" 1043 "Uninstalling"
!undef: "MUI_UNTEXT_UNINSTALLING_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_UNINSTALLING_SUBTITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_UNINSTALLING_SUBTITLE" 1043 "Please wait while $(^NameDA) is being uninstalled."
!undef: "MUI_UNTEXT_UNINSTALLING_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_FINISH_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_FINISH_TITLE" 1043 "Uninstallation Complete"
!undef: "MUI_UNTEXT_FINISH_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_FINISH_SUBTITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_FINISH_SUBTITLE" 1043 "Uninstall was completed successfully."
!undef: "MUI_UNTEXT_FINISH_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_ABORT_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_ABORT_TITLE" 1043 "Uninstallation Aborted"
!undef: "MUI_UNTEXT_ABORT_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_ABORT_SUBTITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_ABORT_SUBTITLE" 1043 "Uninstall was not completed successfully."
!undef: "MUI_UNTEXT_ABORT_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_INFO_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_INFO_TITLE" 1043 "Completing the $(^NameDA) Setup Wizard"
!undef: "MUI_TEXT_FINISH_INFO_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_INFO_TEXT" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_INFO_TEXT" 1043 "$(^NameDA) has been installed on your computer.



Click Finish to close this wizard."
!undef: "MUI_TEXT_FINISH_INFO_TEXT"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_INFO_REBOOT" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_INFO_REBOOT" 1043 "Your computer must be restarted in order to complete the installation of $(^NameDA). Do you want to reboot now?"
!undef: "MUI_TEXT_FINISH_INFO_REBOOT"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_REBOOTNOW" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_REBOOTNOW" 1043 "Reboot now"
!undef: "MUI_TEXT_FINISH_REBOOTNOW"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_REBOOTLATER" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_REBOOTLATER" 1043 "I want to manually reboot later"
!undef: "MUI_TEXT_FINISH_REBOOTLATER"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_RUN" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_RUN" 1043 "&Run $(^NameDA)"
!undef: "MUI_TEXT_FINISH_RUN"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_SHOWREADME" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_SHOWREADME" 1043 "&Show Readme"
!undef: "MUI_TEXT_FINISH_SHOWREADME"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_BUTTONTEXT_FINISH" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_BUTTONTEXT_FINISH" 1043 "&Finish"
!undef: "MUI_BUTTONTEXT_FINISH"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_STARTMENU_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_STARTMENU_TITLE" 1043 "Choose Start Menu Folder"
!undef: "MUI_TEXT_STARTMENU_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_STARTMENU_SUBTITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_STARTMENU_SUBTITLE" 1043 "Choose a Start Menu folder for the $(^NameDA) shortcuts."
!undef: "MUI_TEXT_STARTMENU_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_INNERTEXT_STARTMENU_TOP" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_INNERTEXT_STARTMENU_TOP" 1043 "Select the Start Menu folder in which you would like to create the program's shortcuts. You can also enter a name to create a new folder."
!undef: "MUI_INNERTEXT_STARTMENU_TOP"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_INNERTEXT_STARTMENU_CHECKBOX" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_INNERTEXT_STARTMENU_CHECKBOX" 1043 "Do not create shortcuts"
!undef: "MUI_INNERTEXT_STARTMENU_CHECKBOX"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_CONFIRM_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_CONFIRM_TITLE" 1043 "Uninstall $(^NameDA)"
!undef: "MUI_UNTEXT_CONFIRM_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_CONFIRM_SUBTITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_CONFIRM_SUBTITLE" 1043 "Remove $(^NameDA) from your computer."
!undef: "MUI_UNTEXT_CONFIRM_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!include: closed: "C:\Program Files (x86)\NSIS\Contrib\Language files\English.nsh"
!insertmacro: end of LANGFILE_INCLUDE
!insertmacro: LANGFILE_INCLUDE
!undef: "LangFileString"
!define: "LangFileString"="!insertmacro LANGFILE_SETSTRING"
!define: "LANGFILE_SETNAMES"=""
!include: "F:\IndieGroup\InstallerScripts\languageFiles\SetupEVACD\EnglishCustom.nsh"
!insertmacro: LANGFILE
!undef: "LANGFILE_IDNAME"
!undef: "LANGFILE_English_NAME"
!define: "LANGFILE_IDNAME"="English"
!define: "LANGFILE_English_NAME"="English"
!insertmacro: end of LANGFILE
!insertmacro: LANGFILE_SETSTRING
!insertmacro: end of LANGFILE_SETSTRING
!include: closed: "F:\IndieGroup\InstallerScripts\languageFiles\SetupEVACD\EnglishCustom.nsh"
!undef: "LANGFILE_SETNAMES"
!include: "C:\Program Files (x86)\NSIS\Contrib\Language files\English.nsh"
!insertmacro: LANGFILE
!insertmacro: end of LANGFILE
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_WELCOME_INFO_TITLE"="Welcome to the $(^NameDA) Setup Wizard"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_WELCOME_INFO_TEXT"="This wizard will guide you through the installation of $(^NameDA).



It is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without having to reboot your computer.



$_CLICK"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_DIRECTORY_TITLE"="Choose Install Location"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_DIRECTORY_SUBTITLE"="Choose the folder in which to install $(^NameDA)."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_INSTALLING_TITLE"="Installing"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_INSTALLING_SUBTITLE"="Please wait while $(^NameDA) is being installed."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_TITLE"="Installation Complete"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_SUBTITLE"="Setup was completed successfully."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_ABORT_TITLE"="Installation Aborted"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_ABORT_SUBTITLE"="Setup was not completed successfully."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_UNINSTALLING_TITLE"="Uninstalling"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_UNINSTALLING_SUBTITLE"="Please wait while $(^NameDA) is being uninstalled."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_FINISH_TITLE"="Uninstallation Complete"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_FINISH_SUBTITLE"="Uninstall was completed successfully."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_ABORT_TITLE"="Uninstallation Aborted"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_ABORT_SUBTITLE"="Uninstall was not completed successfully."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_INFO_TITLE"="Completing the $(^NameDA) Setup Wizard"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_INFO_TEXT"="$(^NameDA) has been installed on your computer.



Click Finish to close this wizard."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_INFO_REBOOT"="Your computer must be restarted in order to complete the installation of $(^NameDA). Do you want to reboot now?"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_REBOOTNOW"="Reboot now"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_REBOOTLATER"="I want to manually reboot later"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_RUN"="&Run $(^NameDA)"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_SHOWREADME"="&Show Readme"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_BUTTONTEXT_FINISH"="&Finish"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_STARTMENU_TITLE"="Choose Start Menu Folder"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_STARTMENU_SUBTITLE"="Choose a Start Menu folder for the $(^NameDA) shortcuts."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_INNERTEXT_STARTMENU_TOP"="Select the Start Menu folder in which you would like to create the program's shortcuts. You can also enter a name to create a new folder."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_INNERTEXT_STARTMENU_CHECKBOX"="Do not create shortcuts"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_CONFIRM_TITLE"="Uninstall $(^NameDA)"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_CONFIRM_SUBTITLE"="Remove $(^NameDA) from your computer."
!insertmacro: end of LANGFILE_SETSTRING
!include: closed: "C:\Program Files (x86)\NSIS\Contrib\Language files\English.nsh"
!undef: "LangFileString"
!define: "LangFileString"="!insertmacro LANGFILE_LANGSTRING"
!include: "C:\Program Files (x86)\NSIS\Contrib\Language files\English.nsh"
!insertmacro: LANGFILE
!insertmacro: end of LANGFILE
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_WELCOME_INFO_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_WELCOME_INFO_TITLE" 1033 "Welcome to the $(^NameDA) Setup Wizard"
!undef: "MUI_TEXT_WELCOME_INFO_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_WELCOME_INFO_TEXT" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_WELCOME_INFO_TEXT" 1033 "This wizard will guide you through the installation of $(^NameDA).



It is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without having to reboot your computer.



$_CLICK"
!undef: "MUI_TEXT_WELCOME_INFO_TEXT"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_DIRECTORY_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_DIRECTORY_TITLE" 1033 "Choose Install Location"
!undef: "MUI_TEXT_DIRECTORY_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_DIRECTORY_SUBTITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_DIRECTORY_SUBTITLE" 1033 "Choose the folder in which to install $(^NameDA)."
!undef: "MUI_TEXT_DIRECTORY_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_INSTALLING_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_INSTALLING_TITLE" 1033 "Installing"
!undef: "MUI_TEXT_INSTALLING_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_INSTALLING_SUBTITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_INSTALLING_SUBTITLE" 1033 "Please wait while $(^NameDA) is being installed."
!undef: "MUI_TEXT_INSTALLING_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_TITLE" 1033 "Installation Complete"
!undef: "MUI_TEXT_FINISH_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_SUBTITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_SUBTITLE" 1033 "Setup was completed successfully."
!undef: "MUI_TEXT_FINISH_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_ABORT_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_ABORT_TITLE" 1033 "Installation Aborted"
!undef: "MUI_TEXT_ABORT_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_ABORT_SUBTITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_ABORT_SUBTITLE" 1033 "Setup was not completed successfully."
!undef: "MUI_TEXT_ABORT_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_UNINSTALLING_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_UNINSTALLING_TITLE" 1033 "Uninstalling"
!undef: "MUI_UNTEXT_UNINSTALLING_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_UNINSTALLING_SUBTITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_UNINSTALLING_SUBTITLE" 1033 "Please wait while $(^NameDA) is being uninstalled."
!undef: "MUI_UNTEXT_UNINSTALLING_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_FINISH_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_FINISH_TITLE" 1033 "Uninstallation Complete"
!undef: "MUI_UNTEXT_FINISH_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_FINISH_SUBTITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_FINISH_SUBTITLE" 1033 "Uninstall was completed successfully."
!undef: "MUI_UNTEXT_FINISH_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_ABORT_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_ABORT_TITLE" 1033 "Uninstallation Aborted"
!undef: "MUI_UNTEXT_ABORT_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_ABORT_SUBTITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_ABORT_SUBTITLE" 1033 "Uninstall was not completed successfully."
!undef: "MUI_UNTEXT_ABORT_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_INFO_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_INFO_TITLE" 1033 "Completing the $(^NameDA) Setup Wizard"
!undef: "MUI_TEXT_FINISH_INFO_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_INFO_TEXT" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_INFO_TEXT" 1033 "$(^NameDA) has been installed on your computer.



Click Finish to close this wizard."
!undef: "MUI_TEXT_FINISH_INFO_TEXT"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_INFO_REBOOT" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_INFO_REBOOT" 1033 "Your computer must be restarted in order to complete the installation of $(^NameDA). Do you want to reboot now?"
!undef: "MUI_TEXT_FINISH_INFO_REBOOT"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_REBOOTNOW" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_REBOOTNOW" 1033 "Reboot now"
!undef: "MUI_TEXT_FINISH_REBOOTNOW"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_REBOOTLATER" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_REBOOTLATER" 1033 "I want to manually reboot later"
!undef: "MUI_TEXT_FINISH_REBOOTLATER"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_RUN" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_RUN" 1033 "&Run $(^NameDA)"
!undef: "MUI_TEXT_FINISH_RUN"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_SHOWREADME" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_SHOWREADME" 1033 "&Show Readme"
!undef: "MUI_TEXT_FINISH_SHOWREADME"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_BUTTONTEXT_FINISH" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_BUTTONTEXT_FINISH" 1033 "&Finish"
!undef: "MUI_BUTTONTEXT_FINISH"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_STARTMENU_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_STARTMENU_TITLE" 1033 "Choose Start Menu Folder"
!undef: "MUI_TEXT_STARTMENU_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_STARTMENU_SUBTITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_STARTMENU_SUBTITLE" 1033 "Choose a Start Menu folder for the $(^NameDA) shortcuts."
!undef: "MUI_TEXT_STARTMENU_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_INNERTEXT_STARTMENU_TOP" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_INNERTEXT_STARTMENU_TOP" 1033 "Select the Start Menu folder in which you would like to create the program's shortcuts. You can also enter a name to create a new folder."
!undef: "MUI_INNERTEXT_STARTMENU_TOP"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_INNERTEXT_STARTMENU_CHECKBOX" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_INNERTEXT_STARTMENU_CHECKBOX" 1033 "Do not create shortcuts"
!undef: "MUI_INNERTEXT_STARTMENU_CHECKBOX"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_CONFIRM_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_CONFIRM_TITLE" 1033 "Uninstall $(^NameDA)"
!undef: "MUI_UNTEXT_CONFIRM_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_CONFIRM_SUBTITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_CONFIRM_SUBTITLE" 1033 "Remove $(^NameDA) from your computer."
!undef: "MUI_UNTEXT_CONFIRM_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!include: closed: "C:\Program Files (x86)\NSIS\Contrib\Language files\English.nsh"
!insertmacro: end of LANGFILE_INCLUDE
!insertmacro: LANGFILE_INCLUDE
!undef: "LangFileString"
!define: "LangFileString"="!insertmacro LANGFILE_SETSTRING"
!define: "LANGFILE_SETNAMES"=""
!include: "F:\IndieGroup\InstallerScripts\languageFiles\SetupEVACD\FrenchCustom.nsh"
!insertmacro: LANGFILE
!undef: "LANGFILE_IDNAME"
!undef: "LANGFILE_French_NAME"
!define: "LANGFILE_IDNAME"="French"
!define: "LANGFILE_French_NAME"="French"
!insertmacro: end of LANGFILE
!insertmacro: LANGFILE_SETSTRING
!insertmacro: end of LANGFILE_SETSTRING
!include: closed: "F:\IndieGroup\InstallerScripts\languageFiles\SetupEVACD\FrenchCustom.nsh"
!undef: "LANGFILE_SETNAMES"
!include: "C:\Program Files (x86)\NSIS\Contrib\Language files\English.nsh"
!insertmacro: LANGFILE
!insertmacro: end of LANGFILE
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_WELCOME_INFO_TITLE"="Welcome to the $(^NameDA) Setup Wizard"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_WELCOME_INFO_TEXT"="This wizard will guide you through the installation of $(^NameDA).



It is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without having to reboot your computer.



$_CLICK"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_DIRECTORY_TITLE"="Choose Install Location"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_DIRECTORY_SUBTITLE"="Choose the folder in which to install $(^NameDA)."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_INSTALLING_TITLE"="Installing"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_INSTALLING_SUBTITLE"="Please wait while $(^NameDA) is being installed."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_TITLE"="Installation Complete"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_SUBTITLE"="Setup was completed successfully."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_ABORT_TITLE"="Installation Aborted"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_ABORT_SUBTITLE"="Setup was not completed successfully."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_UNINSTALLING_TITLE"="Uninstalling"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_UNINSTALLING_SUBTITLE"="Please wait while $(^NameDA) is being uninstalled."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_FINISH_TITLE"="Uninstallation Complete"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_FINISH_SUBTITLE"="Uninstall was completed successfully."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_ABORT_TITLE"="Uninstallation Aborted"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_ABORT_SUBTITLE"="Uninstall was not completed successfully."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_INFO_TITLE"="Completing the $(^NameDA) Setup Wizard"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_INFO_TEXT"="$(^NameDA) has been installed on your computer.



Click Finish to close this wizard."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_INFO_REBOOT"="Your computer must be restarted in order to complete the installation of $(^NameDA). Do you want to reboot now?"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_REBOOTNOW"="Reboot now"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_REBOOTLATER"="I want to manually reboot later"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_RUN"="&Run $(^NameDA)"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_SHOWREADME"="&Show Readme"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_BUTTONTEXT_FINISH"="&Finish"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_STARTMENU_TITLE"="Choose Start Menu Folder"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_STARTMENU_SUBTITLE"="Choose a Start Menu folder for the $(^NameDA) shortcuts."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_INNERTEXT_STARTMENU_TOP"="Select the Start Menu folder in which you would like to create the program's shortcuts. You can also enter a name to create a new folder."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_INNERTEXT_STARTMENU_CHECKBOX"="Do not create shortcuts"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_CONFIRM_TITLE"="Uninstall $(^NameDA)"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_CONFIRM_SUBTITLE"="Remove $(^NameDA) from your computer."
!insertmacro: end of LANGFILE_SETSTRING
!include: closed: "C:\Program Files (x86)\NSIS\Contrib\Language files\English.nsh"
!undef: "LangFileString"
!define: "LangFileString"="!insertmacro LANGFILE_LANGSTRING"
!include: "C:\Program Files (x86)\NSIS\Contrib\Language files\English.nsh"
!insertmacro: LANGFILE
!insertmacro: end of LANGFILE
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_WELCOME_INFO_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_WELCOME_INFO_TITLE" 1036 "Welcome to the $(^NameDA) Setup Wizard"
!undef: "MUI_TEXT_WELCOME_INFO_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_WELCOME_INFO_TEXT" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_WELCOME_INFO_TEXT" 1036 "This wizard will guide you through the installation of $(^NameDA).



It is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without having to reboot your computer.



$_CLICK"
!undef: "MUI_TEXT_WELCOME_INFO_TEXT"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_DIRECTORY_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_DIRECTORY_TITLE" 1036 "Choose Install Location"
!undef: "MUI_TEXT_DIRECTORY_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_DIRECTORY_SUBTITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_DIRECTORY_SUBTITLE" 1036 "Choose the folder in which to install $(^NameDA)."
!undef: "MUI_TEXT_DIRECTORY_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_INSTALLING_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_INSTALLING_TITLE" 1036 "Installing"
!undef: "MUI_TEXT_INSTALLING_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_INSTALLING_SUBTITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_INSTALLING_SUBTITLE" 1036 "Please wait while $(^NameDA) is being installed."
!undef: "MUI_TEXT_INSTALLING_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_TITLE" 1036 "Installation Complete"
!undef: "MUI_TEXT_FINISH_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_SUBTITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_SUBTITLE" 1036 "Setup was completed successfully."
!undef: "MUI_TEXT_FINISH_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_ABORT_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_ABORT_TITLE" 1036 "Installation Aborted"
!undef: "MUI_TEXT_ABORT_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_ABORT_SUBTITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_ABORT_SUBTITLE" 1036 "Setup was not completed successfully."
!undef: "MUI_TEXT_ABORT_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_UNINSTALLING_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_UNINSTALLING_TITLE" 1036 "Uninstalling"
!undef: "MUI_UNTEXT_UNINSTALLING_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_UNINSTALLING_SUBTITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_UNINSTALLING_SUBTITLE" 1036 "Please wait while $(^NameDA) is being uninstalled."
!undef: "MUI_UNTEXT_UNINSTALLING_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_FINISH_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_FINISH_TITLE" 1036 "Uninstallation Complete"
!undef: "MUI_UNTEXT_FINISH_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_FINISH_SUBTITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_FINISH_SUBTITLE" 1036 "Uninstall was completed successfully."
!undef: "MUI_UNTEXT_FINISH_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_ABORT_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_ABORT_TITLE" 1036 "Uninstallation Aborted"
!undef: "MUI_UNTEXT_ABORT_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_ABORT_SUBTITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_ABORT_SUBTITLE" 1036 "Uninstall was not completed successfully."
!undef: "MUI_UNTEXT_ABORT_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_INFO_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_INFO_TITLE" 1036 "Completing the $(^NameDA) Setup Wizard"
!undef: "MUI_TEXT_FINISH_INFO_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_INFO_TEXT" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_INFO_TEXT" 1036 "$(^NameDA) has been installed on your computer.



Click Finish to close this wizard."
!undef: "MUI_TEXT_FINISH_INFO_TEXT"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_INFO_REBOOT" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_INFO_REBOOT" 1036 "Your computer must be restarted in order to complete the installation of $(^NameDA). Do you want to reboot now?"
!undef: "MUI_TEXT_FINISH_INFO_REBOOT"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_REBOOTNOW" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_REBOOTNOW" 1036 "Reboot now"
!undef: "MUI_TEXT_FINISH_REBOOTNOW"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_REBOOTLATER" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_REBOOTLATER" 1036 "I want to manually reboot later"
!undef: "MUI_TEXT_FINISH_REBOOTLATER"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_RUN" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_RUN" 1036 "&Run $(^NameDA)"
!undef: "MUI_TEXT_FINISH_RUN"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_SHOWREADME" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_SHOWREADME" 1036 "&Show Readme"
!undef: "MUI_TEXT_FINISH_SHOWREADME"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_BUTTONTEXT_FINISH" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_BUTTONTEXT_FINISH" 1036 "&Finish"
!undef: "MUI_BUTTONTEXT_FINISH"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_STARTMENU_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_STARTMENU_TITLE" 1036 "Choose Start Menu Folder"
!undef: "MUI_TEXT_STARTMENU_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_STARTMENU_SUBTITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_STARTMENU_SUBTITLE" 1036 "Choose a Start Menu folder for the $(^NameDA) shortcuts."
!undef: "MUI_TEXT_STARTMENU_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_INNERTEXT_STARTMENU_TOP" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_INNERTEXT_STARTMENU_TOP" 1036 "Select the Start Menu folder in which you would like to create the program's shortcuts. You can also enter a name to create a new folder."
!undef: "MUI_INNERTEXT_STARTMENU_TOP"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_INNERTEXT_STARTMENU_CHECKBOX" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_INNERTEXT_STARTMENU_CHECKBOX" 1036 "Do not create shortcuts"
!undef: "MUI_INNERTEXT_STARTMENU_CHECKBOX"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_CONFIRM_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_CONFIRM_TITLE" 1036 "Uninstall $(^NameDA)"
!undef: "MUI_UNTEXT_CONFIRM_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_CONFIRM_SUBTITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_CONFIRM_SUBTITLE" 1036 "Remove $(^NameDA) from your computer."
!undef: "MUI_UNTEXT_CONFIRM_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!include: closed: "C:\Program Files (x86)\NSIS\Contrib\Language files\English.nsh"
!insertmacro: end of LANGFILE_INCLUDE
!insertmacro: LANGFILE_INCLUDE
!undef: "LangFileString"
!define: "LangFileString"="!insertmacro LANGFILE_SETSTRING"
!define: "LANGFILE_SETNAMES"=""
!include: "F:\IndieGroup\InstallerScripts\languageFiles\SetupEVACD\GermanCustom.nsh"
!insertmacro: LANGFILE
!undef: "LANGFILE_IDNAME"
!undef: "LANGFILE_German_NAME"
!define: "LANGFILE_IDNAME"="German"
!define: "LANGFILE_German_NAME"="German"
!insertmacro: end of LANGFILE
!insertmacro: LANGFILE_SETSTRING
!insertmacro: end of LANGFILE_SETSTRING
!include: closed: "F:\IndieGroup\InstallerScripts\languageFiles\SetupEVACD\GermanCustom.nsh"
!undef: "LANGFILE_SETNAMES"
!include: "C:\Program Files (x86)\NSIS\Contrib\Language files\English.nsh"
!insertmacro: LANGFILE
!insertmacro: end of LANGFILE
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_WELCOME_INFO_TITLE"="Welcome to the $(^NameDA) Setup Wizard"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_WELCOME_INFO_TEXT"="This wizard will guide you through the installation of $(^NameDA).



It is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without having to reboot your computer.



$_CLICK"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_DIRECTORY_TITLE"="Choose Install Location"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_DIRECTORY_SUBTITLE"="Choose the folder in which to install $(^NameDA)."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_INSTALLING_TITLE"="Installing"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_INSTALLING_SUBTITLE"="Please wait while $(^NameDA) is being installed."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_TITLE"="Installation Complete"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_SUBTITLE"="Setup was completed successfully."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_ABORT_TITLE"="Installation Aborted"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_ABORT_SUBTITLE"="Setup was not completed successfully."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_UNINSTALLING_TITLE"="Uninstalling"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_UNINSTALLING_SUBTITLE"="Please wait while $(^NameDA) is being uninstalled."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_FINISH_TITLE"="Uninstallation Complete"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_FINISH_SUBTITLE"="Uninstall was completed successfully."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_ABORT_TITLE"="Uninstallation Aborted"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_ABORT_SUBTITLE"="Uninstall was not completed successfully."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_INFO_TITLE"="Completing the $(^NameDA) Setup Wizard"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_INFO_TEXT"="$(^NameDA) has been installed on your computer.



Click Finish to close this wizard."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_INFO_REBOOT"="Your computer must be restarted in order to complete the installation of $(^NameDA). Do you want to reboot now?"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_REBOOTNOW"="Reboot now"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_REBOOTLATER"="I want to manually reboot later"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_RUN"="&Run $(^NameDA)"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_FINISH_SHOWREADME"="&Show Readme"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_BUTTONTEXT_FINISH"="&Finish"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_STARTMENU_TITLE"="Choose Start Menu Folder"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_TEXT_STARTMENU_SUBTITLE"="Choose a Start Menu folder for the $(^NameDA) shortcuts."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_INNERTEXT_STARTMENU_TOP"="Select the Start Menu folder in which you would like to create the program's shortcuts. You can also enter a name to create a new folder."
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_INNERTEXT_STARTMENU_CHECKBOX"="Do not create shortcuts"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_CONFIRM_TITLE"="Uninstall $(^NameDA)"
!insertmacro: end of LANGFILE_SETSTRING
!insertmacro: LANGFILE_SETSTRING
!define: "MUI_UNTEXT_CONFIRM_SUBTITLE"="Remove $(^NameDA) from your computer."
!insertmacro: end of LANGFILE_SETSTRING
!include: closed: "C:\Program Files (x86)\NSIS\Contrib\Language files\English.nsh"
!undef: "LangFileString"
!define: "LangFileString"="!insertmacro LANGFILE_LANGSTRING"
!include: "C:\Program Files (x86)\NSIS\Contrib\Language files\English.nsh"
!insertmacro: LANGFILE
!insertmacro: end of LANGFILE
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_WELCOME_INFO_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_WELCOME_INFO_TITLE" 1031 "Welcome to the $(^NameDA) Setup Wizard"
!undef: "MUI_TEXT_WELCOME_INFO_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_WELCOME_INFO_TEXT" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_WELCOME_INFO_TEXT" 1031 "This wizard will guide you through the installation of $(^NameDA).



It is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without having to reboot your computer.



$_CLICK"
!undef: "MUI_TEXT_WELCOME_INFO_TEXT"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_DIRECTORY_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_DIRECTORY_TITLE" 1031 "Choose Install Location"
!undef: "MUI_TEXT_DIRECTORY_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_DIRECTORY_SUBTITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_DIRECTORY_SUBTITLE" 1031 "Choose the folder in which to install $(^NameDA)."
!undef: "MUI_TEXT_DIRECTORY_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_INSTALLING_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_INSTALLING_TITLE" 1031 "Installing"
!undef: "MUI_TEXT_INSTALLING_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_INSTALLING_SUBTITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_INSTALLING_SUBTITLE" 1031 "Please wait while $(^NameDA) is being installed."
!undef: "MUI_TEXT_INSTALLING_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_TITLE" 1031 "Installation Complete"
!undef: "MUI_TEXT_FINISH_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_SUBTITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_SUBTITLE" 1031 "Setup was completed successfully."
!undef: "MUI_TEXT_FINISH_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_ABORT_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_ABORT_TITLE" 1031 "Installation Aborted"
!undef: "MUI_TEXT_ABORT_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_ABORT_SUBTITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_ABORT_SUBTITLE" 1031 "Setup was not completed successfully."
!undef: "MUI_TEXT_ABORT_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_UNINSTALLING_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_UNINSTALLING_TITLE" 1031 "Uninstalling"
!undef: "MUI_UNTEXT_UNINSTALLING_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_UNINSTALLING_SUBTITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_UNINSTALLING_SUBTITLE" 1031 "Please wait while $(^NameDA) is being uninstalled."
!undef: "MUI_UNTEXT_UNINSTALLING_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_FINISH_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_FINISH_TITLE" 1031 "Uninstallation Complete"
!undef: "MUI_UNTEXT_FINISH_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_FINISH_SUBTITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_FINISH_SUBTITLE" 1031 "Uninstall was completed successfully."
!undef: "MUI_UNTEXT_FINISH_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_ABORT_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_ABORT_TITLE" 1031 "Uninstallation Aborted"
!undef: "MUI_UNTEXT_ABORT_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_ABORT_SUBTITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_ABORT_SUBTITLE" 1031 "Uninstall was not completed successfully."
!undef: "MUI_UNTEXT_ABORT_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_INFO_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_INFO_TITLE" 1031 "Completing the $(^NameDA) Setup Wizard"
!undef: "MUI_TEXT_FINISH_INFO_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_INFO_TEXT" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_INFO_TEXT" 1031 "$(^NameDA) has been installed on your computer.



Click Finish to close this wizard."
!undef: "MUI_TEXT_FINISH_INFO_TEXT"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_INFO_REBOOT" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_INFO_REBOOT" 1031 "Your computer must be restarted in order to complete the installation of $(^NameDA). Do you want to reboot now?"
!undef: "MUI_TEXT_FINISH_INFO_REBOOT"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_REBOOTNOW" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_REBOOTNOW" 1031 "Reboot now"
!undef: "MUI_TEXT_FINISH_REBOOTNOW"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_REBOOTLATER" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_REBOOTLATER" 1031 "I want to manually reboot later"
!undef: "MUI_TEXT_FINISH_REBOOTLATER"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_RUN" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_RUN" 1031 "&Run $(^NameDA)"
!undef: "MUI_TEXT_FINISH_RUN"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_FINISH_SHOWREADME" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_FINISH_SHOWREADME" 1031 "&Show Readme"
!undef: "MUI_TEXT_FINISH_SHOWREADME"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_BUTTONTEXT_FINISH" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_BUTTONTEXT_FINISH" 1031 "&Finish"
!undef: "MUI_BUTTONTEXT_FINISH"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_STARTMENU_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_STARTMENU_TITLE" 1031 "Choose Start Menu Folder"
!undef: "MUI_TEXT_STARTMENU_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_TEXT_STARTMENU_SUBTITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_TEXT_STARTMENU_SUBTITLE" 1031 "Choose a Start Menu folder for the $(^NameDA) shortcuts."
!undef: "MUI_TEXT_STARTMENU_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_INNERTEXT_STARTMENU_TOP" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_INNERTEXT_STARTMENU_TOP" 1031 "Select the Start Menu folder in which you would like to create the program's shortcuts. You can also enter a name to create a new folder."
!undef: "MUI_INNERTEXT_STARTMENU_TOP"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_INNERTEXT_STARTMENU_CHECKBOX" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_INNERTEXT_STARTMENU_CHECKBOX" 1031 "Do not create shortcuts"
!undef: "MUI_INNERTEXT_STARTMENU_CHECKBOX"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_CONFIRM_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_CONFIRM_TITLE" 1031 "Uninstall $(^NameDA)"
!undef: "MUI_UNTEXT_CONFIRM_TITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!insertmacro: LANGFILE_LANGSTRING
warning: LangString "MUI_UNTEXT_CONFIRM_SUBTITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString: "MUI_UNTEXT_CONFIRM_SUBTITLE" 1031 "Remove $(^NameDA) from your computer."
!undef: "MUI_UNTEXT_CONFIRM_SUBTITLE"
!insertmacro: end of LANGFILE_LANGSTRING
!include: closed: "C:\Program Files (x86)\NSIS\Contrib\Language files\English.nsh"
!insertmacro: end of LANGFILE_INCLUDE
!insertmacro: GetDrives
!insertmacro: end of GetDrives
OutFile: "setup.exe"
InstallDir: "$PROGRAMFILES\TaalSignaal"
CRCCheck: on
XPStyle: on
ShowInstDetails: show
VIAddVersionKey: "ProductName" "TaalSignaal"
VIAddVersionKey: "ProductVersion" "1.0"
VIAddVersionKey: "CompanyName" "IndieGroup"
VIAddVersionKey: "CompanyWebsite" "www.indiegroup.be"
VIAddVersionKey: "FileVersion" "1.0"
VIAddVersionKey: "FileDescription" ""
VIAddVersionKey: "LegalCopyright" ""
InstallRegKey: "HKLM\SOFTWARE\$(^Name)\Path"
ShowUninstDetails: show
Section: "-Main" ->(SEC0000)
SetOutPath: "$INSTDIR"
SetOverwrite: on
File: "SachaPlayerLoader.exe" [compress] 2413648/2460246 bytes
File: "SachaPlayerLoader.swf" [compress] 94 bytes
File: "Taalsignaal3.exe" [compress] 2525213/2571939 bytes
File: "index.xml" [compress] 2689/20051 bytes
File: "loader.swf" [compress] 94 bytes
File: "taalsignaal3.ico" [compress] 42013/304886 bytes
File: Descending to: "buildTaalSignaal\conf\"
File: "applicationContext.xml" [compress] 1245/7075 bytes
File: "appsettings.xml" [compress] 351/1310 bytes
File: "resources_en.xml" [compress] 1118/4494 bytes
File: "resources_fr.xml" [compress] 1233/4594 bytes
File: "resources_nl.xml" [compress] 1222/4600 bytes
File: Descending to: "buildTaalSignaal\evatemplatedir\"
File: "IndieGroupEVA.xml" [compress] 114/152 bytes
File: "application.xml" [compress] 173/286 bytes
File: "group.xml" [compress] 131/180 bytes
File: "index.xml" [compress] 0/20051 bytes
File: "taalsignaal3.png" [compress] 46562/48048 bytes
File: "user.xml" [compress] 200/361 bytes
File: Descending to: "buildTaalSignaal\img\"
File: "Connect_CorrectButton.png" [compress] 511/611 bytes
File: "Connect_CorrectButton2.png" [compress] 540/637 bytes
File: "Connect_CorrectButton_old.png" [compress] 316/321 bytes
File: "Connect_NextButton.png" [compress] 515/616 bytes
File: "Connect_SolutionButton.png" [compress] 584/680 bytes
File: "Default_Correct.png" [compress] 511 bytes
File: "Default_CorrectIcon.png" [compress] 240/256 bytes
File: "Default_Feedback.png" [compress] 925 bytes
File: "Default_FinishIcon.png" [compress] 222/248 bytes
File: "Default_HalfCorrect.png" [compress] 339 bytes
File: "Default_NextIcon.png" [compress] 138/154 bytes
File: "Default_PreviousIcon.png" [compress] 107/116 bytes
File: "Default_SmallCorrect.png" [compress] 260 bytes
File: "Default_SmallFeedback.png" [compress] 300 bytes
File: "Default_SmallFeedback_old.png" [compress] 329/332 bytes
File: "Default_SmallHalfCorrect.png" [compress] 288/298 bytes
File: "Default_SmallQuestion.png" [compress] 259 bytes
File: "Default_SmallText.png" [compress] 216/218 bytes
File: "Default_SmallWrong.png" [compress] 300/305 bytes
File: "Default_SolutionIcon.png" [compress] 257/274 bytes
File: "Default_Wrong.png" [compress] 422 bytes
File: "Thumbs.db" [compress] 5974/20480 bytes
File: Descending to: "buildTaalSignaal\img\default\"
File: Descending to: "buildTaalSignaal\media\"
File: Descending to: "buildTaalSignaal\media\45581\"
File: "speelterrein.png" [compress] 27414 bytes
File: Descending to: "buildTaalSignaal\media\45582\"
File: "school.jpg" [compress] 2359/2493 bytes
File: Descending to: "buildTaalSignaal\media\45585\"
File: "rennen.png" [compress] 7965 bytes
File: Descending to: "buildTaalSignaal\media\45587\"
File: "carnaval1.jpg" [compress] 5109/5253 bytes
File: "p3_4bang.jpg" [compress] 17235/26339 bytes
File: "p3_4blij.jpg" [compress] 17315/26551 bytes
File: "p3_4droevig.jpg" [compress] 19023/28344 bytes
File: "p3_4verwonderd.jpg" [compress] 17503/26671 bytes
File: Descending to: "buildTaalSignaal\media\45588\"
File: "blij.png" [compress] 7609 bytes
File: Descending to: "buildTaalSignaal\media\45593\"
File: "tuin.png" [compress] 8880 bytes
File: Descending to: "buildTaalSignaal\media\45595\"
File: "HUT.jpg" [compress] 4183/4327 bytes
File: "TENT.jpg" [compress] 2848/3009 bytes
File: "halfvrijstaandhuis.jpg" [compress] 3912/4076 bytes
File: "huizenflat1.jpg" [compress] 4437/4584 bytes
File: "rijtjeshuis1.jpg" [compress] 8675/8829 bytes
File: "vrijstaandhuis1.jpg" [compress] 4189/4335 bytes
File: Descending to: "buildTaalSignaal\media\45597\"
File: "zenderontvanger2.jpg" [compress] 35015/48961 bytes
File: Descending to: "buildTaalSignaal\media\45598\"
File: "zenderontvanger3.jpg" [compress] 41927/56800 bytes
File: Descending to: "buildTaalSignaal\media\45607\"
File: "voetballer.png" [compress] 7576 bytes
File: Descending to: "buildTaalSignaal\media\45610\"
File: "th3act3groot klein.jpg" [compress] 19753/27569 bytes
File: Descending to: "buildTaalSignaal\media\45611\"
File: "bos.png" [compress] 26754 bytes
File: Descending to: "buildTaalSignaal\media\45618\"
File: "bloemen.jpg" [compress] 14840/23244 bytes
File: "kat.jpg" [compress] 19909/29617 bytes
File: "winkelstraat.jpg" [compress] 21000/30339 bytes
File: Descending to: "buildTaalSignaal\media\45621\"
File: "muur.png" [compress] 5558 bytes
File: Descending to: "buildTaalSignaal\media\45622\"
File: "diggi pen.jpg" [compress] 5006/5072 bytes
File: "diggi verf.jpg" [compress] 4352/4386 bytes
File: "film icoon.jpg" [compress] 1808/1883 bytes
File: "gitaar.jpg" [compress] 2004/2035 bytes
File: "microfoon.jpg" [compress] 3280/3320 bytes
File: Descending to: "buildTaalSignaal\media\45626\"
File: "dokter.png" [compress] 6864 bytes
File: Descending to: "buildTaalSignaal\media\45628\"
File: "background.jpg" [compress] 3391/3846 bytes
File: Descending to: "buildTaalSignaal\media\45630\"
File: "brood.png" [compress] 5883 bytes
File: Descending to: "buildTaalSignaal\media\45631\"
File: "koe.png" [compress] 14474 bytes
File: Descending to: "buildTaalSignaal\media\45636\"
File: "beeld.jpg" [compress] 863/926 bytes
File: "beeld1.jpg" [compress] 669/740 bytes
File: "dichter.jpg" [compress] 3169/3209 bytes
File: "krant.jpg" [compress] 2639/2672 bytes
File: "schilderij.jpg" [compress] 3295/3328 bytes
File: Descending to: "buildTaalSignaal\media\45637\"
File: "appel2.png" [compress] 1408 bytes
File: Descending to: "buildTaalSignaal\media\45638\"
File: "background.jpg" [compress] 5412/5557 bytes
File: Descending to: "buildTaalSignaal\media\45641\"
File: "zwemmen.png" [compress] 8464 bytes
File: Descending to: "buildTaalSignaal\media\45642\"
File: "verbaasd.jpg" [compress] 3689/3732 bytes
File: Descending to: "buildTaalSignaal\media\45643\"
File: "regen.png" [compress] 8316 bytes
File: Descending to: "buildTaalSignaal\media\45646\"
File: "background.jpg" [compress] 74496/96012 bytes
File: "defaultvalue1679.jpg" [compress] 6032/13556 bytes
File: "defaultvalue1690.jpg" [compress] 0/13556 bytes
File: "value1684.jpg" [compress] 0/13556 bytes
File: Descending to: "buildTaalSignaal\media\45663\"
File: "delenvaneenboek1.jpg" [compress] 5353/5396 bytes
File: Descending to: "buildTaalSignaal\media\45665\"
File: "bib.png" [compress] 7711 bytes
File: Descending to: "buildTaalSignaal\media\45666\"
File: "soortenteksten1.jpg" [compress] 40634/43638 bytes
File: Descending to: "buildTaalSignaal\media\45667\"
File: "ongeval.jpg" [compress] 4008/4051 bytes
File: "pen.jpg" [compress] 5429/5491 bytes
File: "reclame tanden.jpg" [compress] 5141/5179 bytes
File: "wolf.jpg" [compress] 3277/3328 bytes
File: "woordenboek vraagje.jpg" [compress] 3657/3703 bytes
File: Descending to: "buildTaalSignaal\media\45668\"
File: "wielrennen.png" [compress] 12920 bytes
File: Descending to: "buildTaalSignaal\media\45669\"
File: "brandweer.png" [compress] 7076 bytes
File: Descending to: "buildTaalSignaal\media\45670\"
File: "hond.png" [compress] 11475 bytes
File: Descending to: "buildTaalSignaal\media\45681\"
File: "background.jpg" [compress] 44363/63834 bytes
File: "defaultvalue1691.jpg" [compress] 4158/11238 bytes
File: "value1685.jpg" [compress] 0/11238 bytes
File: Descending to: "buildTaalSignaal\media\45701\"
File: "vis.png" [compress] 15985 bytes
File: Descending to: "buildTaalSignaal\media\45702\"
File: "potlood.png" [compress] 4834 bytes
File: Descending to: "buildTaalSignaal\media\45704\"
File: "background.jpg" [compress] 8140/8299 bytes
File: Descending to: "buildTaalSignaal\media\45708\"
File: "snoep.png" [compress] 7817 bytes
File: Descending to: "buildTaalSignaal\media\45710\"
File: "background.jpg" [compress] 16242/16814 bytes
File: Descending to: "buildTaalSignaal\media\45711\"
File: "vijvertje.jpg" [compress] 6722/6755 bytes
File: Descending to: "buildTaalSignaal\media\45713\"
File: "bos1.jpg" [compress] 4990/5025 bytes
File: Descending to: "buildTaalSignaal\media\45714\"
File: "zwaan.jpg" [compress] 3415/3474 bytes
File: Descending to: "buildTaalSignaal\media\45715\"
File: "vijver.jpg" [compress] 4546/4580 bytes
File: Descending to: "buildTaalSignaal\media\45716\"
File: "narcis.jpg" [compress] 3633/3671 bytes
File: Descending to: "buildTaalSignaal\media\45717\"
File: "background.jpg" [compress] 15898/16220 bytes
File: Descending to: "buildTaalSignaal\media\45720\"
File: "background.jpg" [compress] 7196/14636 bytes
File: "background.png" [compress] 2143 bytes
File: Descending to: "buildTaalSignaal\media\45880\"
File: "p21_2kinderenineetzaalklein.png" [compress] 13475 bytes
File: "p21_3kinderenspeelplklein.png" [compress] 11279 bytes
File: Descending to: "buildTaalSignaal\media\45881\"
File: "poes.png" [compress] 18512 bytes
File: Descending to: "buildTaalSignaal\media\45882\"
File: "televisie.png" [compress] 8318 bytes
File: Descending to: "buildTaalSignaal\media\45883\"
File: "telefoon.png" [compress] 5154 bytes
File: Descending to: "buildTaalSignaal\media\45886\"
File: "tekstballon.PNG" [compress] 2621 bytes
File: Descending to: "buildTaalSignaal\media\45896\"
File: "krant.jpg" [compress] 28220/40270 bytes
File: "krant2.jpg" [compress] 15486/24814 bytes
File: Descending to: "buildTaalSignaal\media\45908\"
File: "ogen.png" [compress] 6213 bytes
File: Descending to: "buildTaalSignaal\media\45910\"
File: "background.jpg" [compress] 7574/7662 bytes
File: Descending to: "buildTaalSignaal\media\45916\"
File: "huppelen.png" [compress] 8046 bytes
File: Descending to: "buildTaalSignaal\media\45917\"
File: "teddybeer.png" [compress] 10671 bytes
File: Descending to: "buildTaalSignaal\media\45919\"
File: "background.jpg" [compress] 28387/29108 bytes
File: Descending to: "buildTaalSignaal\media\45921\"
File: "background.jpg" [compress] 17764/27597 bytes
File: "background.png" [compress] 7427 bytes
File: Descending to: "buildTaalSignaal\media\45924\"
File: "fiets.png" [compress] 12869 bytes
File: Descending to: "buildTaalSignaal\media\45925\"
File: "voetbal.png" [compress] 4796 bytes
File: Descending to: "buildTaalSignaal\media\45926\"
File: "zwemmen.png" [compress] 10161 bytes
File: Descending to: "buildTaalSignaal\media\45933\"
File: "winkel.png" [compress] 26543 bytes
File: Descending to: "buildTaalSignaal\swf\"
File: "SachaPlayer.swf" [compress] 1216256/1216782 bytes
File: "application.swf" [compress] 1355495/1357458 bytes
File: Descending to: "buildTaalSignaal\xml\"
File: "assessmentItem_45581.xml" [compress] 424/1205 bytes
File: "assessmentItem_45582.xml" [compress] 582/2378 bytes
File: "assessmentItem_45585.xml" [compress] 801/10904 bytes
File: "assessmentItem_45586.xml" [compress] 609/2908 bytes
File: "assessmentItem_45587.xml" [compress] 462/1721 bytes
File: "assessmentItem_45588.xml" [compress] 528/1982 bytes
File: "assessmentItem_45589.xml" [compress] 921/5094 bytes
File: "assessmentItem_45591.xml" [compress] 604/3889 bytes
File: "assessmentItem_45593.xml" [compress] 668/2686 bytes
File: "assessmentItem_45595.xml" [compress] 548/2202 bytes
File: "assessmentItem_45597.xml" [compress] 899/5155 bytes
File: "assessmentItem_45598.xml" [compress] 899/5101 bytes
File: "assessmentItem_45602.xml" [compress] 1082/9749 bytes
File: "assessmentItem_45604.xml" [compress] 694/5455 bytes
File: "assessmentItem_45607.xml" [compress] 755/4909 bytes
File: "assessmentItem_45608.xml" [compress] 570/2581 bytes
File: "assessmentItem_45609.xml" [compress] 208/339 bytes
File: "assessmentItem_45610.xml" [compress] 781/3795 bytes
File: "assessmentItem_45611.xml" [compress] 773/7079 bytes
File: "assessmentItem_45613.xml" [compress] 871/6324 bytes
File: "assessmentItem_45614.xml" [compress] 570/2900 bytes
File: "assessmentItem_45617.xml" [compress] 631/3431 bytes
File: "assessmentItem_45618.xml" [compress] 585/2786 bytes
File: "assessmentItem_45619.xml" [compress] 578/2029 bytes
File: "assessmentItem_45621.xml" [compress] 458/1060 bytes
File: "assessmentItem_45622.xml" [compress] 477/2109 bytes
File: "assessmentItem_45624.xml" [compress] 562/2465 bytes
File: "assessmentItem_45626.xml" [compress] 499/1356 bytes
File: "assessmentItem_45627.xml" [compress] 570/2403 bytes
File: "assessmentItem_45628.xml" [compress] 427/819 bytes
File: "assessmentItem_45629.xml" [compress] 582/2330 bytes
File: "assessmentItem_45630.xml" [compress] 310/519 bytes
File: "assessmentItem_45631.xml" [compress] 447/1277 bytes
File: "assessmentItem_45636.xml" [compress] 528/2146 bytes
File: "assessmentItem_45637.xml" [compress] 522/1769 bytes
File: "assessmentItem_45638.xml" [compress] 469/896 bytes
File: "assessmentItem_45639.xml" [compress] 570/2605 bytes
File: "assessmentItem_45640.xml" [compress] 686/3867 bytes
File: "assessmentItem_45641.xml" [compress] 574/2309 bytes
File: "assessmentItem_45642.xml" [compress] 629/4350 bytes
File: "assessmentItem_45643.xml" [compress] 460/1566 bytes
File: "assessmentItem_45645.xml" [compress] 533/1649 bytes
File: "assessmentItem_45646.xml" [compress] 777/9919 bytes
File: "assessmentItem_45661.xml" [compress] 979/8395 bytes
File: "assessmentItem_45662.xml" [compress] 638/2770 bytes
File: "assessmentItem_45663.xml" [compress] 1011/7722 bytes
File: "assessmentItem_45665.xml" [compress] 917/7268 bytes
File: "assessmentItem_45666.xml" [compress] 970/6502 bytes
File: "assessmentItem_45667.xml" [compress] 699/5725 bytes
File: "assessmentItem_45668.xml" [compress] 433/1010 bytes
File: "assessmentItem_45669.xml" [compress] 449/1045 bytes
File: "assessmentItem_45670.xml" [compress] 464/1068 bytes
File: "assessmentItem_45671.xml" [compress] 838/3658 bytes
File: "assessmentItem_45681.xml" [compress] 374/688 bytes
File: "assessmentItem_45701.xml" [compress] 415/1045 bytes
File: "assessmentItem_45702.xml" [compress] 512/1846 bytes
File: "assessmentItem_45703.xml" [compress] 957/5983 bytes
File: "assessmentItem_45704.xml" [compress] 452/976 bytes
File: "assessmentItem_45705.xml" [compress] 807/3974 bytes
File: "assessmentItem_45706.xml" [compress] 528/2227 bytes
File: "assessmentItem_45707.xml" [compress] 803/8451 bytes
File: "assessmentItem_45708.xml" [compress] 843/7945 bytes
File: "assessmentItem_45709.xml" [compress] 701/3086 bytes
File: "assessmentItem_45710.xml" [compress] 468/1677 bytes
File: "assessmentItem_45711.xml" [compress] 488/1470 bytes
File: "assessmentItem_45712.xml" [compress] 478/1215 bytes
File: "assessmentItem_45713.xml" [compress] 461/1194 bytes
File: "assessmentItem_45714.xml" [compress] 536/1318 bytes
File: "assessmentItem_45715.xml" [compress] 569/2170 bytes
File: "assessmentItem_45716.xml" [compress] 525/1533 bytes
File: "assessmentItem_45717.xml" [compress] 447/967 bytes
File: "assessmentItem_45718.xml" [compress] 773/4293 bytes
File: "assessmentItem_45720.xml" [compress] 500/2135 bytes
File: "assessmentItem_45798.xml" [compress] 431/1512 bytes
File: "assessmentItem_45799.xml" [compress] 493/1754 bytes
File: "assessmentItem_45878.xml" [compress] 445/1221 bytes
File: "assessmentItem_45880.xml" [compress] 479/1424 bytes
File: "assessmentItem_45881.xml" [compress] 462/1206 bytes
File: "assessmentItem_45882.xml" [compress] 442/1176 bytes
File: "assessmentItem_45883.xml" [compress] 484/1294 bytes
File: "assessmentItem_45885.xml" [compress] 863/8964 bytes
File: "assessmentItem_45886.xml" [compress] 436/1395 bytes
File: "assessmentItem_45887.xml" [compress] 849/6515 bytes
File: "assessmentItem_45888.xml" [compress] 964/7228 bytes
File: "assessmentItem_45889.xml" [compress] 715/4770 bytes
File: "assessmentItem_45890.xml" [compress] 677/3053 bytes
File: "assessmentItem_45891.xml" [compress] 483/1873 bytes
File: "assessmentItem_45892.xml" [compress] 548/1871 bytes
File: "assessmentItem_45893.xml" [compress] 757/8099 bytes
File: "assessmentItem_45894.xml" [compress] 808/8617 bytes
File: "assessmentItem_45895.xml" [compress] 774/4853 bytes
File: "assessmentItem_45896.xml" [compress] 536/1911 bytes
File: "assessmentItem_45908.xml" [compress] 867/5821 bytes
File: "assessmentItem_45910.xml" [compress] 464/1214 bytes
File: "assessmentItem_45911.xml" [compress] 506/1524 bytes
File: "assessmentItem_45912.xml" [compress] 397/1313 bytes
File: "assessmentItem_45914.xml" [compress] 606/2634 bytes
File: "assessmentItem_45915.xml" [compress] 926/7140 bytes
File: "assessmentItem_45916.xml" [compress] 529/1943 bytes
File: "assessmentItem_45917.xml" [compress] 548/2574 bytes
File: "assessmentItem_45918.xml" [compress] 936/5182 bytes
File: "assessmentItem_45919.xml" [compress] 445/953 bytes
File: "assessmentItem_45920.xml" [compress] 613/2281 bytes
File: "assessmentItem_45921.xml" [compress] 482/928 bytes
File: "assessmentItem_45922.xml" [compress] 406/1015 bytes
File: "assessmentItem_45924.xml" [compress] 413/1010 bytes
File: "assessmentItem_45925.xml" [compress] 396/762 bytes
File: "assessmentItem_45926.xml" [compress] 418/992 bytes
File: "assessmentItem_45930.xml" [compress] 418/1149 bytes
File: "assessmentItem_45931.xml" [compress] 392/971 bytes
File: "assessmentItem_45932.xml" [compress] 539/2977 bytes
File: "assessmentItem_45933.xml" [compress] 414/992 bytes
File: "assessmentItem_45936.xml" [compress] 637/4047 bytes
File: "assessmentItem_45937.xml" [compress] 554/1744 bytes
File: "assessmentItem_45938.xml" [compress] 528/1388 bytes
File: "assessmentItem_45939.xml" [compress] 264/437 bytes
File: "assessmentItem_45940.xml" [compress] 258/431 bytes
File: "assessmentItem_45941.xml" [compress] 261/435 bytes
File: "assessmentItem_45942.xml" [compress] 264/439 bytes
File: "assessmentItem_45943.xml" [compress] 262/435 bytes
File: "assessmentItem_45944.xml" [compress] 945/7658 bytes
File: Returning to: "buildTaalSignaal"
WriteRegStr: HKLM\SOFTWARE\$(^Name)\Components\Main=1
SectionEnd
Section: "-post" ->(SEC0001)
SetShellVarContext: all
WriteRegStr: HKLM\SOFTWARE\$(^Name)\Path=$INSTDIR
SetOutPath: "$INSTDIR"
WriteUninstaller: "$INSTDIR\uninstall.exe"
!insertmacro: MUI_STARTMENU_WRITE_BEGIN
!insertmacro: end of MUI_STARTMENU_WRITE_BEGIN
SetOutPath: "$SMPROGRAMS\$StartMenuGroup"
Call "CopyEvaFolderStructure"
Call "CreateShortCuts"
!insertmacro: MUI_STARTMENU_WRITE_END
!insertmacro: end of MUI_STARTMENU_WRITE_END
Call "WriteEvaRegistryEntries"
Call "WriteUninstallRegistryEntries"
StrCmp "true" "true" equal=doLog, nonequal=doNotLog
!insertmacro: _dumpLog
Push: $INSTDIR\install.log
Call "DumpLog"
!insertmacro: end of _dumpLog
Goto: next
Goto: next
SectionEnd
Function: "CopyEvaFolderStructure"
DetailPrint: "CopyEvaFolderStructure"
StrCmp "$SharedEvaLocation" "1" equal=SharedEvaLocation, nonequal=NoSharedEvaLocation
IfFileExists: "$SharedEvaLocationPath\indiegroup\eva\applications\2\*.*" ? FinishCopyEvaFolderStructure : AppNotRegistered
DetailPrint: "CopyFiles /SILENT $INSTDIR\indiegroup $SharedEvaLocationPath\indiegroup"
CopyFiles: (silent) "$INSTDIR\usermanagement\*.*" -> "$SharedEvaLocationPath", size=0KB
Goto: FinishCopyEvaFolderStructure
IfFileExists: "$APPDATA\indiegroup\eva\applications\2\*.*" ? FinishCopyEvaFolderStructure : AppNotRegistered2
DetailPrint: "CopyFiles /SILENT $INSTDIR\indiegroup $APPDATA\indiegroup"
CopyFiles: (silent) "$INSTDIR\usermanagement\*.*" -> "$APPDATA", size=0KB
Goto: FinishCopyEvaFolderStructure
FunctionEnd
Function: "WriteEvaRegistryEntries"
DetailPrint: "Function Write Eva Registry Entries"
DetailPrint: "Writing Registry String ApplicationPath $INSTDIR"
WriteRegStr: HKLM\SOFTWARE\IndieGroup\EVA\2\ApplicationPath=$INSTDIR
StrCmp "$SharedEvaLocation" "1" equal=SharedEvaLocation, nonequal=NoSharedEvaLocation
DetailPrint: "Writing Registry String EvaPath $SharedEvaLocation"
WriteRegStr: HKLM\SOFTWARE\IndieGroup\EVA\2\EvaPath=$SharedEvaLocationPath
Goto: next
DetailPrint: "Writing Registry String EvaPath $APPDATA"
WriteRegStr: HKLM\SOFTWARE\IndieGroup\EVA\2\EvaPath=$APPDATA
Goto: next
StrCmp "$CreateUsers" "1" equal=AllowCreateUsers, nonequal=NoAllowCreateUsers
DetailPrint: "Writing Registry String CreateUsers true"
WriteRegStr: HKLM\SOFTWARE\IndieGroup\EVA\2\CreateUsers=true
Goto: next2
DetailPrint: "Writing Registry String CreateUsers false"
WriteRegStr: HKLM\SOFTWARE\IndieGroup\EVA\2\CreateUsers=false
Goto: next2
DetailPrint: "Writing Registry String EvaVersion 1.0"
WriteRegStr: HKLM\SOFTWARE\IndieGroup\EVA\2\EvaVersion=1.0
DetailPrint: "Writing Registry String Version 1.0"
WriteRegStr: HKLM\SOFTWARE\IndieGroup\EVA\2\Version=1.0
DetailPrint: "Writing Registry String Customer WoltersPlantyn"
WriteRegStr: HKLM\SOFTWARE\IndieGroup\EVA\2\Customer=WoltersPlantyn
DetailPrint: "Writing Registry String Name Application $(^Name)"
WriteRegStr: HKLM\SOFTWARE\IndieGroup\EVA\2\Name=$(^Name)
DetailPrint: "Writing Registry String Application ID to EVA Key 1.0"
WriteRegStr: HKLM\SOFTWARE\IndieGroup\EVA\InstalledApps\2=$(^Name)
FunctionEnd
Function: "WriteUninstallRegistryEntries"
DetailPrint: "Function WriteUninstallRegistryEntries"
WriteRegStr: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)\DisplayName=$(
^Name)
WriteRegStr: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)\DisplayVersion
=1.0
WriteRegStr: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)\Publisher=Indi
eGroup
WriteRegStr: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)\URLInfoAbout=w
ww.indiegroup.be
WriteRegStr: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)\DisplayIcon=$I
NSTDIR\uninstall.exe
WriteRegStr: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)\UninstallStrin
g=$INSTDIR\uninstall.exe
WriteRegDWORD: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)\NoModify=1
WriteRegDWORD: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)\NoRepair=1
FunctionEnd
Function: "CreateShortCuts"
DetailPrint: "Function CreateShortCuts"
CreateShortCut: "$SMPROGRAMS\$StartMenuGroup\TaalSignaal3.lnk"->"$INSTDIR\Taalsignaal3.exe" icon:$INSTDIR\taalsignaal3.ico,0, showmode=0x0, hotkey=0x0, comment=
CreateShortCut: "$SMPROGRAMS\$StartMenuGroup\$(^UninstallLink).lnk"->"$INSTDIR\uninstall.exe" icon:,0, showmode=0x0, hotkey=0x0, comment=
StrCmp "$DesktopShortCut" "1" equal=createDesktopShortCut, nonequal=doNotCreateDesktopShortCut
CreateShortCut: "$DESKTOP\TaalSignaal3.lnk"->"$INSTDIR\Taalsignaal3.exe" icon:$INSTDIR\taalsignaal3.ico,0, showmode=0x0, hotkey=0x0, comment=
Goto: next
Goto: next
FunctionEnd
Section: "-un.Main" ->(UNSEC0000)
RMDir: /r /REBOOTOK "$INSTDIR\buildTaalSignaal"
DeleteRegValue: HKLM\SOFTWARE\$(^Name)\Components\Main
SectionEnd
Section: "-un.post" ->(UNSEC0001)
DeleteRegKey: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)
Call "un.DeleteStartMenuEntries"
Call "un.DeleteShortCuts"
Call "un.DeleteRegistryEntries"
Call "un.DeleteDirectories"
Call "un.DeleteEvaRegistryEntries"
SectionEnd
Function: "un.DeleteStartMenuEntries"
Delete: /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\$(^UninstallLink).lnk"
Delete: /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\TaalSignaal3.lnk"
Delete: /REBOOTOK "$INSTDIR\uninstall.exe"
FunctionEnd
Function: "un.DeleteShortCuts"
Delete: /REBOOTOK "$DESKTOP\TaalSignaal3.lnk"
FunctionEnd
Function: "un.DeleteRegistryEntries"
DeleteRegValue: HKLM\SOFTWARE\$(^Name)\StartMenuGroup
DeleteRegValue: HKLM\SOFTWARE\$(^Name)\Path
DeleteRegKey: HKLM\SOFTWARE\$(^Name)\Components
DeleteRegKey: HKLM\SOFTWARE\$(^Name)
FunctionEnd
Function: "un.DeleteDirectories"
RMDir: /REBOOTOK "$SMPROGRAMS\$StartMenuGroup"
RMDir: /REBOOTOK "$INSTDIR"
FunctionEnd
Function: "un.DeleteEvaRegistryEntries"
DeleteRegValue: HKLM\SOFTWARE\IndieGroup\EVA\2\ApplicationPath
DeleteRegValue: HKLM\SOFTWARE\IndieGroup\EVA\2\EvaPath
DeleteRegValue: HKLM\SOFTWARE\IndieGroup\EVA\2\EvaVersion
DeleteRegValue: HKLM\SOFTWARE\IndieGroup\EVA\2\Version
DeleteRegValue: HKLM\SOFTWARE\IndieGroup\EVA\2\Customer
DeleteRegValue: HKLM\SOFTWARE\IndieGroup\EVA\2\Name
DeleteRegKey: HKLM\SOFTWARE\IndieGroup\EVA\2
DeleteRegValue: HKLM\SOFTWARE\IndieGroup\EVA\InstalledApp\2
FunctionEnd
Function: ".onInit"
InitPluginsDir
!insertmacro: _dump
Push: .onInit
Call "Dump"
!insertmacro: end of _dump
Push:
Push: 1033
Push: English
Push: 1043
Push: Dutch
Push: 1036
Push: French
Push: 1031
Push: German
Push: A
File: "LangDLL.dll"->"$PLUGINSDIR\LangDLL.dll" [compress] 2096/5120 bytes
Plugin Command: LangDialog Installer Language Please select the language of the installer
Pop: $LANGUAGE
StrCmp "$LANGUAGE" "cancel" equal=0, nonequal=+2
Abort: ""
StrCpy $CreateUsers "1" () ()
!insertmacro: INSTALLOPTIONS_EXTRACT_AS
InitPluginsDir
File: "options.ini"->"$PLUGINSDIR\options.ini" [compress] 0/735 bytes
!insertmacro: INSTALLOPTIONS_WRITE
WriteINIStr: [Settings] RTL=$(^RTL) in $PLUGINSDIR\options.ini
!insertmacro: end of INSTALLOPTIONS_WRITE
!insertmacro: end of INSTALLOPTIONS_EXTRACT_AS
!insertmacro: INSTALLOPTIONS_EXTRACT_AS
InitPluginsDir
File: "BrowseEvaLocation.ini"->"$PLUGINSDIR\BrowseEvaLocation.ini" [compress] 0/1317 bytes
!insertmacro: INSTALLOPTIONS_WRITE
WriteINIStr: [Settings] RTL=$(^RTL) in $PLUGINSDIR\BrowseEvaLocation.ini
!insertmacro: end of INSTALLOPTIONS_WRITE
!insertmacro: end of INSTALLOPTIONS_EXTRACT_AS
FunctionEnd
Function: "un.onInit"
ReadRegStr $INSTDIR HKLM\SOFTWARE\$(^Name)\Path
!insertmacro: MUI_STARTMENU_GETFOLDER
!insertmacro: end of MUI_STARTMENU_GETFOLDER
!insertmacro: SELECT_UNSECTION
Push: $R0
ReadRegStr $R0 HKLM\SOFTWARE\$(^Name)\Components\Main
StrCmp "$R0" "1" equal=0, nonequal=next0
!insertmacro: SelectSection
Push: $0
Push: $1
StrCpy $1 "0" () ()
SectionGetFlags: $1->$0
IntOp: $0=$0|1
SectionSetFlags: $1->$0
Pop: $1
Pop: $0
!insertmacro: end of SelectSection
Goto: done0
!insertmacro: UnselectSection
Push: $0
Push: $1
StrCpy $1 "0" () ()
SectionGetFlags: $1->$0
IntOp: $0=$0&0xFFFFFFFE
SectionSetFlags: $1->$0
Pop: $1
Pop: $0
!insertmacro: end of UnselectSection
Pop: $R0
!insertmacro: end of SELECT_UNSECTION
FunctionEnd
Function: "ShowOptions"
!insertmacro: _dump
Push: Function ShowOptions
Call "Dump"
!insertmacro: end of _dump
!insertmacro: INSTALLOPTIONS_INITDIALOG
Plugin Command: initDialog $PLUGINSDIR\options.ini
!insertmacro: end of INSTALLOPTIONS_INITDIALOG
!insertmacro: INSTALLOPTIONS_READ
ReadINIStr $1 [Field 5]:HWND from $PLUGINSDIR\options.ini
!insertmacro: end of INSTALLOPTIONS_READ
SendMessage$1,0x000C,0,STResktop Snelkoppeling)
!insertmacro: INSTALLOPTIONS_SHOW
Push: $0
Plugin Command: show
Pop: $0
Pop: $0
!insertmacro: end of INSTALLOPTIONS_SHOW
FunctionEnd
Function: "LeaveOptions"
!insertmacro: INSTALLOPTIONS_READ
ReadINIStr $DesktopShortCut [Field 1]:State from $PLUGINSDIR\options.ini
!insertmacro: end of INSTALLOPTIONS_READ
!insertmacro: _dump
Push: DesktopShortCut $DesktopShortCut
Call "Dump"
!insertmacro: end of _dump
!insertmacro: INSTALLOPTIONS_READ
ReadINIStr $SharedEvaLocation [Field 2]:State from $PLUGINSDIR\options.ini
!insertmacro: end of INSTALLOPTIONS_READ
!insertmacro: _dump
Push: SharedEvaLocation $SharedEvaLocation
Call "Dump"
!insertmacro: end of _dump
!insertmacro: INSTALLOPTIONS_WRITE
WriteINIStr: [Field 5] Text=testing in $PLUGINSDIR\options.ini
!insertmacro: end of INSTALLOPTIONS_WRITE
Abort: ""
FunctionEnd
Function: "ShowBrowseEvaLocation"
StrCmp "$SharedEvaLocation" "0" equal=DoNotShow, nonequal=DoShow
!insertmacro: _dump
Push: No Shared Eva Location
Call "Dump"
!insertmacro: end of _dump
Goto: next
!insertmacro: _dump
Push: Shared Eva Location
Call "Dump"
!insertmacro: end of _dump
!insertmacro: INSTALLOPTIONS_DISPLAY
Push: $0
File: "InstallOptions.dll"->"$PLUGINSDIR\InstallOptions.dll" [compress] 0/14336 bytes
Plugin Command: dialog $PLUGINSDIR\BrowseEvaLocation.ini
Pop: $0
Pop: $0
!insertmacro: end of INSTALLOPTIONS_DISPLAY
FunctionEnd
Function: "LeaveBrowseEvaLocation"
ReadINIStr $0 [Field 2]:State from $PLUGINSDIR\BrowseEvaLocation.ini
StrCpy $1 "$0" (2) ()
StrCmp "$1" "\\" equal=NotMapped, nonequal=Mapped
!insertmacro: _dump
Push: Network destination is not a mapped drive.
Call "Dump"
!insertmacro: end of _dump
MessageBox: 4: "De netwerkmap is niet toegewezen aan een stationsletter.
Wilt U dit automatisch laten doen?" (on IDYES goto true)
StrCpy $7 "CDEFGHIJKLMNOPQRSTUVWXYZ" () ()
!insertmacro: GetDrivesCall
!insertmacro: end of GetDrivesCall
StrCpy $7 "$7" (1) ()
!insertmacro: _dump
Push: Mapping network destination to drive $7.
Call "Dump"
!insertmacro: end of _dump
Exec: "net use $7: $0 /persistent:yes" (-> )
Var: "drive"
StrCpy $drive "$7" () ()
ReadINIStr $1 [Field 2]:HWND from $PLUGINSDIR\BrowseEvaLocation.ini
SendMessage$1,0x000C,0,STR:$drive:\)
Goto: next
!insertmacro: _dump
Push: User choose not to map network location automatically.
Call "Dump"
!insertmacro: end of _dump
Goto: next
!insertmacro: _dump
Push: Aborting
Call "Dump"
!insertmacro: end of _dump
Abort: ""
!insertmacro: _dump
Push: Path is mapped to drive
Call "Dump"
!insertmacro: end of _dump
Call "CheckWritePermissions"
!insertmacro: _dump
Push: Put path into variable SharedEvaLocationPath
Call "Dump"
!insertmacro: end of _dump
ReadINIStr $SharedEvaLocationPath [Field 2]:State from $PLUGINSDIR\BrowseEvaLocation.ini
ReadINIStr $CreateUsers [Field 6]:State from $PLUGINSDIR\BrowseEvaLocation.ini
!insertmacro: _dump
Push: CreateUsers : $CreateUsers
Call "Dump"
!insertmacro: end of _dump
FunctionEnd
Function: "CheckWritePermissions"
!insertmacro: _dump
Push: CheckWritePermissions
Call "Dump"
!insertmacro: end of _dump
ClearErrors
!insertmacro: _dump
Push: Opening file for writing $0\test.xml
Call "Dump"
!insertmacro: end of _dump
FileOpen: $0\test.xml as w -> $3
IfErrors ?Errors:NoErrors
!insertmacro: _dump
Push: Couldn't write to network destination
Call "Dump"
!insertmacro: end of _dump
MessageBox: 0: "Kon niet schrijven naar netwerklocatie
\Gelieve ervoor te zorgen dat schrijfrechten ingesteld zijn."
Abort: ""
!insertmacro: _dump
Push: Could write to network destination
Call "Dump"
!insertmacro: end of _dump
FileClose: $3
Delete: "$0\test.xml"
FunctionEnd
Function: "DriveFound"
StrCpy $9 "$9" (1) ()
!insertmacro: _strReplaceConstructor
Push: $7
Push: $9
Push:
Call "StrReplace"
Pop: $7
!insertmacro: end of _strReplaceConstructor
Push: $0
FunctionEnd
Function: "StrReplace"
Exch($STR_REPLACE_VAR_2,0)
Exch(st(1),0)
Exch($STR_REPLACE_VAR_1,0)
Exch(st(2),0)
Exch($STR_REPLACE_VAR_0,0)
StrCpy $STR_REPLACE_VAR_3 "-1" () ()
StrLen $STR_REPLACE_VAR_4 "$STR_REPLACE_VAR_1"
StrLen $STR_REPLACE_VAR_6 "$STR_REPLACE_VAR_0"
IntOp: $STR_REPLACE_VAR_3=$STR_REPLACE_VAR_3+1
StrCpy $STR_REPLACE_VAR_5 "$STR_REPLACE_VAR_0" ($STR_REPLACE_VAR_4) ($STR_REPLACE_VAR_3)
StrCmp "$STR_REPLACE_VAR_5" "$STR_REPLACE_VAR_1" equal=found, nonequal=
StrCmp "$STR_REPLACE_VAR_3" "$STR_REPLACE_VAR_6" equal=done, nonequal=
Goto: loop
StrCpy $STR_REPLACE_VAR_5 "$STR_REPLACE_VAR_0" ($STR_REPLACE_VAR_3) ()
IntOp: $STR_REPLACE_VAR_8=$STR_REPLACE_VAR_3+$STR_REPLACE_VAR_4
StrCpy $STR_REPLACE_VAR_7 "$STR_REPLACE_VAR_0" () ($STR_REPLACE_VAR_8)
StrCpy $STR_REPLACE_VAR_0 "$STR_REPLACE_VAR_5$STR_REPLACE_VAR_2$STR_REPLACE_VAR_7" () ()
StrLen $STR_REPLACE_VAR_6 "$STR_REPLACE_VAR_0"
Goto: loop
Pop: $STR_REPLACE_VAR_1
Pop: $STR_REPLACE_VAR_1
Exch($STR_REPLACE_VAR_0,0)
FunctionEnd
Function: "Dump"
Exch($5,0)
StrCpy $LogTemp "$LogTemp

$5" () ()
FunctionEnd
!define: "LVM_GETITEMCOUNT"="0x1004"
!define: "LVM_GETITEMTEXT"="0x102D"
Function: "DumpLog"
Exch($5,0)
Push: $0
Push: $1
Push: $2
Push: $3
Push: $4
Push: $6
FindWindow: output=$0, class="#32770", text="" hwndparent="$HWNDPARENT" hwndafter=""
GetDlgItem: output=$0 dialog=$0 item=1016
StrCmp "$0" "0" equal=error, nonequal=
FileOpen: $5 as w -> $5
FileWrite: $LogTemp

->$5
StrCmp "$5" "0" equal=error, nonequal=
SendMessage->$6)($0,0x1004,0,0)
Plugin Command: Alloc 1024
Pop: $3
StrCpy $2 "0" () ()
Plugin Command: Call *(i, i, i, i, i, i, i, i, i) i (0, 0, 0, 0, 0, r3, 1024) .r1
StrCmp "$2" "$6" equal=done, nonequal=
Plugin Command: Call User32::SendMessageA(i, i, i, i) i ($0, 0x102D, $2, r1)
Plugin Command: Call *$3(&t1024 .r4)
FileWrite: $4

->$5
IntOp: $2=$2+1
Goto: loop
FileClose: $5
Plugin Command: Free $1
Plugin Command: Free $3
Goto: exit
MessageBox: 0: "error"
Pop: $6
Pop: $4
Pop: $3
Pop: $2
Pop: $1
Pop: $0
Exch($5,0)
FunctionEnd
LangString: "^UninstallLink" 1043 "Uninstall $(^Name)"
LangString: "^UninstallLink" 1036 "Uninstall $(^Name)"
LangString: "^UninstallLink" 1033 "Uninstall $(^Name)"
LangString: "^UninstallLink" 1031 "Uninstall $(^Name)"

Processed 1 file, writing output:
Adding plug-ins initializing function... Done!
Processing pages... Done!
Removing unused resources... Done!
Generating language tables... Done!
Generating uninstaller... Done!

Output: "F:\IndieGroup\InstallerScripts\setup.exe"
Install: 8 pages (512 bytes), 2 sections (1 required) (2096 bytes), 1107 instructions (30996 bytes), 742 strings (15279 bytes), 4 language tables (1272 bytes).
Uninstall: 3 pages (192 bytes),
2 sections (1 required) (2096 bytes), 102 instructions (2856 bytes), 209 strings (4221 bytes), 4 language tables (1016 bytes).
Datablock optimizer saved 59074 bytes (~0.6%).

Using zlib compression.

EXE header size: 59904 / 35328 bytes
Install code: 11509 / 50531 bytes
Install data: 8792462 / 9960512 bytes
Uninstall code+data: 15136 / 28218 bytes
CRC (0x7B35D347): 4 / 4 bytes

Total size: 8879015 / 10074593 bytes (88.1%)


120 warnings:
LangString "MUI_TEXT_WELCOME_INFO_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_WELCOME_INFO_TEXT" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_DIRECTORY_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_DIRECTORY_SUBTITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_INSTALLING_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_INSTALLING_SUBTITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_SUBTITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_ABORT_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_ABORT_SUBTITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_UNINSTALLING_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_UNINSTALLING_SUBTITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_FINISH_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_FINISH_SUBTITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_ABORT_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_ABORT_SUBTITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_INFO_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_INFO_TEXT" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_INFO_REBOOT" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_REBOOTNOW" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_REBOOTLATER" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_RUN" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_SHOWREADME" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_BUTTONTEXT_FINISH" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_STARTMENU_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_STARTMENU_SUBTITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_INNERTEXT_STARTMENU_TOP" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_INNERTEXT_STARTMENU_CHECKBOX" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_CONFIRM_TITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_CONFIRM_SUBTITLE" set multiple times for 1043, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_WELCOME_INFO_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_WELCOME_INFO_TEXT" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_DIRECTORY_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_DIRECTORY_SUBTITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_INSTALLING_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_INSTALLING_SUBTITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_SUBTITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_ABORT_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_ABORT_SUBTITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_UNINSTALLING_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_UNINSTALLING_SUBTITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_FINISH_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_FINISH_SUBTITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_ABORT_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_ABORT_SUBTITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_INFO_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_INFO_TEXT" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_INFO_REBOOT" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_REBOOTNOW" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_REBOOTLATER" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_RUN" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_SHOWREADME" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_BUTTONTEXT_FINISH" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_STARTMENU_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_STARTMENU_SUBTITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_INNERTEXT_STARTMENU_TOP" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_INNERTEXT_STARTMENU_CHECKBOX" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_CONFIRM_TITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_CONFIRM_SUBTITLE" set multiple times for 1033, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_WELCOME_INFO_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_WELCOME_INFO_TEXT" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_DIRECTORY_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_DIRECTORY_SUBTITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_INSTALLING_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_INSTALLING_SUBTITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_SUBTITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_ABORT_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_ABORT_SUBTITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_UNINSTALLING_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_UNINSTALLING_SUBTITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_FINISH_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_FINISH_SUBTITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_ABORT_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_ABORT_SUBTITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_INFO_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_INFO_TEXT" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_INFO_REBOOT" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_REBOOTNOW" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_REBOOTLATER" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_RUN" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_SHOWREADME" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_BUTTONTEXT_FINISH" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_STARTMENU_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_STARTMENU_SUBTITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_INNERTEXT_STARTMENU_TOP" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_INNERTEXT_STARTMENU_CHECKBOX" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_CONFIRM_TITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_CONFIRM_SUBTITLE" set multiple times for 1036, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_WELCOME_INFO_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_WELCOME_INFO_TEXT" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_DIRECTORY_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_DIRECTORY_SUBTITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_INSTALLING_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_INSTALLING_SUBTITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_SUBTITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_ABORT_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_ABORT_SUBTITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_UNINSTALLING_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_UNINSTALLING_SUBTITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_FINISH_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_FINISH_SUBTITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_ABORT_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_ABORT_SUBTITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_INFO_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_INFO_TEXT" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_INFO_REBOOT" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_REBOOTNOW" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_REBOOTLATER" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_RUN" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_FINISH_SHOWREADME" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_BUTTONTEXT_FINISH" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_STARTMENU_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_TEXT_STARTMENU_SUBTITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_INNERTEXT_STARTMENU_TOP" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_INNERTEXT_STARTMENU_CHECKBOX" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_CONFIRM_TITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
LangString "MUI_UNTEXT_CONFIRM_SUBTITLE" set multiple times for 1031, wasting space (macro:LANGFILE_LANGSTRING:4)
Compilation time: 1.892 sec.


The example languages.nsi show some things, but not how to use, next to the default language files in Contrib\language files, other language files. So I would need the Dutch.nsh & Dutch.nlf file and an extra DutchCustom language file for my custum Dialog Pages.

Is it possible to define a Label in a ini file and let the text refer to a variable out of a language file?

thx, Lieven Cardoen, Indie Group


http://forums.winamp.com/showthread....readid=282184.

There is only one file in NSIS world. The .nsi you are compiling. !include filename is a trick to copy filename content at this location. So, you can use how many files you want, but have to respect the !include orders, no-duplication define and so on.

Gal'


Yes, the example in the thread is what I do right now. But if you have to localiza a hundred of variables, the script gets kind of long. + Normally I send localization files to the customer. Like that, the customer itself can translate or choose what should come in the installer (text).

So, If I am correct, I can create two scripts, let's say Dutch.nsh and French.nsh. In the French.nsh I put :

[code]
LangString WELCOME_MSG ${LANG_FRENCH} "Bienvenue !!!"
LangString END_MSG ${LANG_FRENCH} "C'est fini."
[/cod]
In the Dutch.nsh I put:


LangString WELCOME_MSG ${LANG_DUTCH} "Welkom!!!"
LangString END_MSG ${LANG_DUTCH} "Het is afgelopen."


Then I just inlude the two files and everything should work.

Thx again for the help, really great!

Lieven Cardoen

No problem with that, just don't forget to include both files, or you will have a thousand warnings "Var XXX_MSG is not defined for dutch language !" ....

Do not hesitate to make a .nsh for each kind of code (in my project, I have a file defining the pages, a file defining functions like .onInit, plus files for some lib I made and so on...). The matter is that the compiler needs to read stuff in a fixed order, so you have to make your !include routines at the right place.... or encapsulate the external files into macros, include the files at the top of the main .nsi, but call !insertmacro wherever it is required in the file. I prefer this way 'cause I cannot live with !include routines later in the file.


Gal'


Originally posted by kichik
You cannot add strings to existing language files and shouldn't because they can be updated on each version. You can create your own language files with the LangFile.nsh header. Create multiple language files:
!insertmacro LANGFILE "EnglishID" "English"

${LangFileString} SOME_STRING "some string"
Then in your script use:
!include LangFile.nsh

!insertmacro LANGFILE_INCLUDE "path to english.nsh"
and you should be able to use ${SOME_STRING}.
Thank you very much.
Unbelievably.. the simple information here worked immediately.. i was struggling with this..

I might also add.. to set the $var i used:
Var LANGFILE

ReadEnvStr ...
>ReadINIStr...
${IfThen} $LANGFILE == English ${|} StrCpy $LANGFILE English ${|}
>etc .. if you have more langfiles..