mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
47f7f15603
- get rid if GSview (this will not be bundled) - get rid of now unnecessary setting of PDF file format settings via lyxrc.dist - fix deletion of LyX's preferences folder when the user selected this option in the uninstaller - some fixes for the standard installer (that doesn't have the JabRef installation section) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38991 a592a061-630c-0410-9148-cb99ea01b6c8
48 lines
634 B
Plaintext
48 lines
634 B
Plaintext
/*
|
|
|
|
variables.nsh
|
|
|
|
Variables that are shared between multiple files
|
|
|
|
*/
|
|
|
|
Var PathLaTeX
|
|
Var PathLaTeXLocal
|
|
Var PathBibTeXEditor
|
|
|
|
Var SetupLaTeX
|
|
Var SizeLaTeX
|
|
|
|
Var APPDATemp
|
|
Var AppPre
|
|
var AppSubfolder
|
|
Var AppSuff
|
|
Var CreateDesktopIcon
|
|
Var CreateFileAssociations
|
|
Var DelPythonFiles
|
|
Var EditorPath
|
|
Var GhostscriptPath
|
|
Var ImageEditorPath
|
|
Var InstallJabRef
|
|
Var JabRefInstalled
|
|
Var LaTeXName
|
|
Var LaTeXInstalled
|
|
Var MiKTeXUser
|
|
Var MiKTeXVersion
|
|
Var MissedProg
|
|
Var Pointer
|
|
Var PSVPath
|
|
Var PythonPath
|
|
Var Search
|
|
Var SVGPath
|
|
Var StartmenuFolder
|
|
Var State
|
|
Var String
|
|
Var UpdateFNDBReturn
|
|
Var UserList
|
|
Var WMFPath
|
|
|
|
Var LangName
|
|
|
|
Var PrinterConf
|