From d0f5f9f4a761eaf7d1883b6f080ac36a2927e898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Tue, 23 Jan 2007 01:19:58 +0000 Subject: [PATCH] Installer: use better version to register Aiksaurus git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16815 a592a061-630c-0410-9148-cb99ea01b6c8 --- .../Win32/packaging/LyXWinInstaller/InstallActions-complete.nsh | 2 +- .../Win32/packaging/LyXWinInstaller/InstallActions-small.nsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development/Win32/packaging/LyXWinInstaller/InstallActions-complete.nsh b/development/Win32/packaging/LyXWinInstaller/InstallActions-complete.nsh index e3ed9d5cd7..58ef0fc0a0 100644 --- a/development/Win32/packaging/LyXWinInstaller/InstallActions-complete.nsh +++ b/development/Win32/packaging/LyXWinInstaller/InstallActions-complete.nsh @@ -102,7 +102,7 @@ Section "-Installation actions" SecInstallation ; copy the files and register Aiksaurus CopyFiles "$INSTDIR\${AiksaurusInstall}" "$APPDATA" WriteRegStr HKLM "Software\Aiksaurus" "OnlyWithLyX" "Yes" ; special entry to tell the uninstaller that it was installed with LyX - WriteRegStr HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment" "AIK_DATA_DIR" "${AiksaurusDir}" + WriteRegStr HKLM "Software\Aiksaurus" "Data Path" "${AiksaurusDir}" ${endif} ${if} $PSVPath == "" diff --git a/development/Win32/packaging/LyXWinInstaller/InstallActions-small.nsh b/development/Win32/packaging/LyXWinInstaller/InstallActions-small.nsh index 318eb6fdb6..b9c958458a 100644 --- a/development/Win32/packaging/LyXWinInstaller/InstallActions-small.nsh +++ b/development/Win32/packaging/LyXWinInstaller/InstallActions-small.nsh @@ -70,7 +70,7 @@ Section "-Installation actions" SecInstallation ; copy the files and register Aiksaurus CopyFiles "$INSTDIR\${AiksaurusInstall}" "$APPDATA" WriteRegStr HKLM "Software\Aiksaurus" "OnlyWithLyX" "Yes" ; special entry to tell the uninstaller that it was installed with LyX - WriteRegStr HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment" "AIK_DATA_DIR" "${AiksaurusDir}" + WriteRegStr HKLM "Software\Aiksaurus" "Data Path" "${AiksaurusDir}" ${endif} ; create the PathPrefix