mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Win installer: convert all files to Unicode
- at the moment some files were in Unicode, some in CP1252 which can make unnecessary troubles - remove an obsolete file - update InstallerStructure.odg
This commit is contained in:
parent
ec85f994fe
commit
4c21ca318f
@ -1,4 +1,4 @@
|
||||
Function LatexFolder
|
||||
Function LatexFolder
|
||||
|
||||
!insertmacro INSTALLOPTIONS_EXTRACT_AS "gui\io_latex.ini" "io_latex.ini"
|
||||
# generate the installer page
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
|
||||
external.nsh
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/**
|
||||
/**
|
||||
* EnvVarUpdate.nsh
|
||||
* : Environmental Variables: append, prepend, and remove entries
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
LaTeX.nsh
|
||||
|
||||
Handling of LaTeX distributions
|
||||
|
@ -1,4 +1,4 @@
|
||||
# This script contains the following functions:
|
||||
# This script contains the following functions:
|
||||
#
|
||||
# - LaTeXCheck (check installed LaTeX-system),
|
||||
# (only used by Small and Complete installer), uses:
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
|
||||
declaration.nsh
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
|
||||
detection.nsh
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
dictionaries.nsh
|
||||
|
||||
Handling of hunspell / MyThes dictionaries
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
|
||||
filelist.nsh
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
|
||||
gui.nsh
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
|
||||
nsis.nsh
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
|
||||
variables.nsh
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1,55 +0,0 @@
|
||||
/*
|
||||
|
||||
NSIS Script - LyX 2.1 Installer for Win32
|
||||
Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
|
||||
Compatible with NSIS 2.46
|
||||
|
||||
*/
|
||||
|
||||
# Do a Cyclic Redundancy Check to make sure the installer
|
||||
# was not corrupted by the download.
|
||||
CRCCheck force
|
||||
#
|
||||
# Make the installer as small as possible.
|
||||
SetCompressor /SOLID lzma
|
||||
|
||||
# installer settings like version numbers
|
||||
!include settings.nsh
|
||||
|
||||
# declarations of LyX's registry keys and installer variant
|
||||
!include include\declarations.nsh
|
||||
|
||||
# definitions of global variables
|
||||
!include include\variables.nsh
|
||||
|
||||
# configuration of standard NSIS header files
|
||||
!include include\nsis.nsh
|
||||
|
||||
# list of files to be included in the installer
|
||||
!include include\filelist.nsh
|
||||
|
||||
# detect third-party programs like Inkscape and LaTeX
|
||||
!include include\detection.nsh
|
||||
|
||||
# set up the installer pages
|
||||
!include include\gui.nsh
|
||||
|
||||
# sets the install sections and checks the system on starting the un/installer
|
||||
!include include\init.nsh
|
||||
|
||||
# install LyX and needed third-party programs like Python etc.
|
||||
!include setup\install.nsh
|
||||
|
||||
# uninstall LyX and all programs that were installed together with LyX
|
||||
!include setup\uninstall.nsh
|
||||
|
||||
# configure LyX (set start menu and write registry entries)
|
||||
!include setup\configure.nsh
|
||||
|
||||
# provides downloads of external programs
|
||||
#!include gui\external.nsh
|
||||
|
||||
#--------------------------------
|
||||
# Output file
|
||||
|
||||
Outfile "${SETUP_EXE}"
|
@ -12,7 +12,7 @@ These typically need to be modified for each LyX release
|
||||
!define APP_VERSION_MAJOR 2
|
||||
!define APP_VERSION_MINOR 3
|
||||
!define APP_VERSION_REVISION 0
|
||||
!define APP_VERSION_EMERGENCY "RC-2" # use "1" for an emergency release of LyX otherwise ""
|
||||
!define APP_VERSION_EMERGENCY "" # use "1" for an emergency release of LyX otherwise ""
|
||||
!define APP_EMERGENCY_DOT "" # use "." for an emergency release of LyX otherwise ""
|
||||
!define APP_VERSION_BUILD 1 # Start with 1 for the installer releases of each version
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
|
||||
configure.nsh
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
|
||||
install.nsh
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
|
||||
uninstall.nsh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user