mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
cdb56cafb3
- fix bundle installer so that MiKTeX is installed before LyX - fix some ImageMagick settings - cleanups and visual feedback for new installations git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40533 a592a061-630c-0410-9148-cb99ea01b6c8
54 lines
737 B
Plaintext
54 lines
737 B
Plaintext
/*
|
|
|
|
variables.nsh
|
|
|
|
Variables that are shared between multiple files
|
|
|
|
*/
|
|
|
|
Var PathLaTeX
|
|
Var PathLaTeXLocal
|
|
Var PathBibTeXEditor
|
|
|
|
#Var SetupLaTeX
|
|
#Var SizeLaTeX
|
|
|
|
Var Acrobat
|
|
Var APPDATemp
|
|
Var AppPre
|
|
var AppSubfolder
|
|
Var AppSuff
|
|
Var CreateDesktopIcon
|
|
Var CreateFileAssociations
|
|
Var DelPythonFiles
|
|
Var EditorPath
|
|
Var GhostscriptPath
|
|
Var GnumericPath
|
|
Var ImageEditorPath
|
|
!if ${SETUPTYPE} == BUNDLE
|
|
Var InstallJabRef
|
|
!endif
|
|
Var JabRefInstalled
|
|
Var LaTeXName
|
|
Var LaTeXInstalled
|
|
Var LilyPondPath
|
|
Var MiKTeXUser
|
|
Var MiKTeXVersion
|
|
Var Pointer
|
|
Var PSVPath
|
|
Var PythonPath
|
|
Var Search
|
|
!if ${SETUPTYPE} != BUNDLE
|
|
Var State
|
|
!endif
|
|
Var SVGPath
|
|
Var StartmenuFolder
|
|
Var String
|
|
Var UpdateFNDBReturn
|
|
Var UserList
|
|
Var WMFPath
|
|
|
|
Var LangName
|
|
|
|
Var PrinterConf
|