Mercurial > trustbridge
comparison packaging/trustbridge.nsi @ 793:6bb769d3cdc1
Installer: Welcomepage: Further shortned to the core message.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Tue, 15 Jul 2014 10:42:36 +0200 |
parents | 02214ef01bfa |
children | fdc15f0cfdd8 |
comparison
equal
deleted
inserted
replaced
792:02214ef01bfa | 793:6bb769d3cdc1 |
---|---|
65 !define MUI_UNWELCOMEFINISHPAGE_BITMAP "resources\wizard-uninstall.bmp" | 65 !define MUI_UNWELCOMEFINISHPAGE_BITMAP "resources\wizard-uninstall.bmp" |
66 !define MUI_ICON "resources\install.ico" | 66 !define MUI_ICON "resources\install.ico" |
67 !define MUI_UNICON "resources\uninstall.ico" | 67 !define MUI_UNICON "resources\uninstall.ico" |
68 | 68 |
69 ; MUI welcome page text | 69 ; MUI welcome page text |
70 !define MUI_WELCOMEPAGE_TITLE "Willkommen bei der Installation von ${productname}" | 70 !define MUI_WELCOMEPAGE_TITLE "${productname} ist eine Anwendung um Wurzelzertifikate auf ihrem System \ |
71 !define MUI_WELCOMEPAGE_TEXT "Dieser Assistent wird Sie durch die Installation von \ | |
72 ${productname} begleiten. $\r$\n$\r$\n\ | |
73 ${productname} ist eine Anwendung um Wurzelzertifikate auf ihrem System \ | |
74 zu installieren und aktuell zu halten." | 71 zu installieren und aktuell zu halten." |
72 ;!define MUI_WELCOMEPAGE_TEXT "" | |
75 | 73 |
76 !define MUI_FINISHPAGE_NOAUTOCLOSE | 74 !define MUI_FINISHPAGE_NOAUTOCLOSE |
77 !define MUI_UNFINISHPAGE_NOAUTOCLOSE | 75 !define MUI_UNFINISHPAGE_NOAUTOCLOSE |
78 | 76 |
79 !define MUI_STARTMENUPAGE_REGISTRY_ROOT "SHCTX" | 77 !define MUI_STARTMENUPAGE_REGISTRY_ROOT "SHCTX" |