Improve windows installer

This commit is contained in:
Christian Hohnstaedt 2015-10-02 16:48:26 +02:00
parent 126fdec51c
commit 08e4860651
3 changed files with 9 additions and 3 deletions

View File

@ -7,8 +7,9 @@ This is for debian hosts, cross-compiling a windows binary.
Needed packages:
mingw cross compiler
makensis cross tool
wine (to run moc.exe and uic.exe)
# apt-get install mingw32 mingw32-binutils mingw32-runtime nsis
# apt-get install mingw32 mingw32-binutils mingw32-runtime nsis wine
create a new, empty directory say xca-w32
$ cd xca-w32

BIN
img/bigcert.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -22,6 +22,11 @@ SetCompressor /SOLID lzma
!define MUI_FINISHPAGE_NOREBOOTSUPPORT
!define MUI_FINISHPAGE_RUN "$INSTDIR\xca.exe"
!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP "${TOPDIR}/img\bigcert.bmp"
!define MUI_HEADERIMAGE_RIGHT
!define MUI_ICON "${TOPDIR}/img\key.ico"
;-----------------------------------
; Pagelist
@ -290,7 +295,7 @@ SectionEnd
LangString DESC_SecShortcut ${LANG_ENGLISH} "Shortcuts on the desktop and the menu."
LangString DESC_SecShortcut ${LANG_GERMAN} "Programmgruppe auf dem Desktop und im Menu."
LangString DESC_SecShortcut ${LANG_FRENCH} "Raccourcis sur le bureau et dans le menu."
LangString DESC_SecShortcut ${LANG_CROATIAN} "Prečac na radnoj površini i izborniku."
LangString DESC_SecShortcut ${LANG_CROATIAN} "Precac na radnoj površini i izborniku."
LangString DESC_SecFiles ${LANG_ENGLISH} "File association for *.xdb *.xca *.pem and 'open with' for *.crt *.crl *.pfx *.p7b *.cer"
LangString DESC_SecFiles ${LANG_GERMAN} "Registrierung der Dateiendung *.xdb *.xca *.pem und 'Öffnen mit' für *.crt *.crl *.pfx *.p7b *.cer"
@ -300,7 +305,7 @@ SectionEnd
LangString DESC_SecTrans ${LANG_ENGLISH} "Translations for german, russian, spanish, french and croatian."
LangString DESC_SecTrans ${LANG_GERMAN} "Übersetzungen in deutsch, russisch, spanisch kroatisch und französisch."
LangString DESC_SecTrans ${LANG_FRENCH} "Traductions pour l'allemand, le russe, l'espagnol, le français et le croate."
LangString DESC_SecTrans ${LANG_CROATIAN} "Prijevodi na njemački, ruski, španjolski, francuski i hrvatski jezik."
LangString DESC_SecTrans ${LANG_CROATIAN} "Prijevodi na njemacki, ruski, španjolski, francuski i hrvatski jezik."
;Assign language strings to sections
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN