summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--windows/Neo2.0_installer.exebin919635 -> 324231 bytes
-rw-r--r--windows/Neo2.0_installer.nsi8
2 files changed, 7 insertions, 1 deletions
diff --git a/windows/Neo2.0_installer.exe b/windows/Neo2.0_installer.exe
index 4f06f60..c0d4b0d 100644
--- a/windows/Neo2.0_installer.exe
+++ b/windows/Neo2.0_installer.exe
Binary files differ
diff --git a/windows/Neo2.0_installer.nsi b/windows/Neo2.0_installer.nsi
index e88ae4b..93afc2b 100644
--- a/windows/Neo2.0_installer.nsi
+++ b/windows/Neo2.0_installer.nsi
@@ -29,7 +29,7 @@
;Name und Name der Datei
Name "Neo 2.0 - Das ergonomische Tastaturlayout"
- OutFile "Neo2.0_universal_installer.exe"
+ OutFile "Neo2.0_installer.exe"
;Standardordner (für AHK)
InstallDir "$PROGRAMFILES\Neo2"
@@ -113,6 +113,9 @@ SectionIn 2
file kbdneo2\Treiber\32bit_Windows\kbdneo2.dll
${EndIf}
+;Keyboardlayout wird aktiviert
+ System::Call "user32::LoadKeyboardLayout (b0000407,KLF_ACTIVATE)"
+
;UnInstaller erstellen
WriteUninstaller "$INSTDIR\Uninstall.exe"
@@ -151,6 +154,9 @@ SectionIn 1
file kbdneo2\Treiber\32bit_Windows\kbdneo2.dll
${EndIf}
+;Keyboardlayout wird aktiviert
+ System::Call "user32::LoadKeyboardLayout (b0000407,KLF_ACTIVATE)"
+
;UnInstaller erstellen
WriteUninstaller "$INSTDIR\Uninstall.exe"