summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-12-07 17:35:39 +0000
committerflorian <florian@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-12-07 17:35:39 +0000
commit0a7c13ba77a550b57514a2da41cda3539310aced (patch)
treec303d7adcc2d8c2e1f03ae2572e149a330ba2a2e
parentabb3839067810f3b00e144a05f4967fac0a09923 (diff)
kleinere Verbesserungen (Layout wird gleich aktiviert)
git-svn-id: https://svn.neo-layout.org@2131 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-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"