mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 16:31:13 +00:00
Installer: use better version to register Aiksaurus
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16815 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c3d6f9621f
commit
d0f5f9f4a7
@ -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 == ""
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user