confirmation.nsddef 1.2 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. This file was created by NSISDialogDesigner 1.4.4.0
  4. http://coolsoft.altervista.org/nsisdialogdesigner
  5. Do not edit manually!
  6. -->
  7. <Dialog Name="confirmation" Title="Confirmation Page" Subtitle="Please confirm your choices for Jellyfin Server installation" GenerateShowFunction="False">
  8. <HeaderCustomScript>!include "helpers\StrSlash.nsh"</HeaderCustomScript>
  9. <CreateFunctionCustomScript>${StrSlash} '$0' $INSTDIR
  10. ${StrSlash} '$1' $_JELLYFINDATADIR_
  11. ${NSD_SetText} $hCtl_confirmation_ConfirmRichText "{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1043\viewkind4\uc1 \
  12. \pard\widctlpar\sa160\sl252\slmult1\b The installer will proceed based on the following inputs gathered on earlier screens.\par \
  13. Installation Folder:\b0 $0\line\b \
  14. Service install:\b0 $_INSTALLSERVICE_\line\b \
  15. Service start:\b0 $_SERVICESTART_\line\b \
  16. Service account:\b0 $_SERVICEACCOUNTTYPE_\line\b \
  17. Jellyfin Data Folder:\b0 $1\par \
  18. \
  19. \pard\sa200\sl276\slmult1\f1\lang1043\par \
  20. }"</CreateFunctionCustomScript>
  21. <RichText Name="ConfirmRichText" Location="12, 12" Size="426, 204" TabIndex="0" ExStyle="WS_EX_STATICEDGE" />
  22. </Dialog>