Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
011bf970
Kaydet (Commit)
011bf970
authored
Nis 22, 2005
tarafından
Oliver Bolte
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS mh1990 (1.1.2); FILE ADDED
2005/04/06 14:57:36 mh 1.1.2.1: add: NSIS, #i4729#
üst
b6397ca2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
90 additions
and
0 deletions
+90
-0
downloadtemplate.nsi
setup_native/source/win32/nsis/downloadtemplate.nsi
+90
-0
No files found.
setup_native/source/win32/nsis/downloadtemplate.nsi
0 → 100644
Dosyayı görüntüle @
011bf970
!define PRODUCT_NAME "PRODUCTNAMEPLACEHOLDER"
!define PRODUCT_VERSION "PRODUCTVERSIONPLACEHOLDER"
!define PRODUCT_PUBLISHER "PUBLISHERPLACEHOLDER"
!define PRODUCT_WEB_SITE "WEBSITEPLACEHOLDER"
; SetCompressor lzma
SetCompressor zlib
; MUI 1.67 compatible ------
!include "MUI.nsh"
Function .onInit
IfSilent onInitSilent onInitNoSilent
onInitSilent:
StrCpy $INSTDIR "$TEMP\PRODUCTNAMEPLACEHOLDER PRODUCTVERSIONPLACEHOLDER Installation Files"
GoTo onInitDone
onInitNoSilent:
StrCpy $INSTDIR "$DESKTOP\PRODUCTNAMEPLACEHOLDER PRODUCTVERSIONPLACEHOLDER Installation Files"
GoTo onInitDone
onInitDone:
FunctionEnd
; MUI Settings
!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_RIGHT
!define MUI_HEADERIMAGE_BITMAP_NOSTRETCH
!define MUI_HEADERIMAGE_BITMAP BANNERBMPPLACEHOLDER
!define MUI_WELCOMEFINISHPAGE_BITMAP WELCOMEBMPPLACEHOLDER
!define MUI_WELCOMEFINISHPAGE_BITMAP_NOSTRETCH
!define MUI_ABORTWARNING
!define MUI_ICON "SETUPICOPLACEHOLDER"
; Welcome page
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
!macro MUI_LANGUAGE_PACK LANGUAGE
!verbose push
!verbose ${MUI_VERBOSE}
!include "NSISPATHPLACEHOLDER\${LANGUAGE}_pack.nsh"
!verbose pop
!macroend
!macro MUI_LANGUAGEFILE_PACK_BEGIN LANGUAGE
!ifndef MUI_INSERT
!define MUI_INSERT
!insertmacro MUI_INSERT
!endif
LoadLanguageFile "NSISPATHPLACEHOLDER\${LANGUAGE}_pack.nlf"
!macroend
; Language files
ALLLANGUAGESPLACEHOLDER
; Reserve files
;!insertmacro MUI_RESERVEFILE_INSTALLOPTIONS
; MUI end ------
Name "PRODUCTNAMEPLACEHOLDER PRODUCTVERSIONPLACEHOLDER"
OutFile "OUTPUTDIRPLACEHOLDER\DOWNLOADNAMEPLACEHOLDER"
; InstallDir "$DESKTOP\PRODUCTNAMEPLACEHOLDER PRODUCTVERSIONPLACEHOLDER Installation Files"
; ShowInstDetails show
Section "MainSection" SEC01
ALLFILESPLACEHOLDER
SectionEnd
Section -Post
IfSilent onPostSilent onPostNoSilent
onPostSilent:
ExecWait "$INSTDIR\setup.exe -lang $LANGUAGE /qr -ignore_running"
RMDir /r $INSTDIR
RMDir $INSTDIR
GoTo onPostDone
onPostNoSilent:
Exec "$INSTDIR\setup.exe -lang $LANGUAGE"
GoTo onPostDone
onPostDone:
SectionEnd
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment