mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 14:28:46 +01:00
Move all old deployment stuff to a new folder
This commit is contained in:
24
deployment/old/windows/dialogs/confirmation.nsddef
Normal file
24
deployment/old/windows/dialogs/confirmation.nsddef
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
This file was created by NSISDialogDesigner 1.4.4.0
|
||||
http://coolsoft.altervista.org/nsisdialogdesigner
|
||||
Do not edit manually!
|
||||
-->
|
||||
<Dialog Name="confirmation" Title="Confirmation Page" Subtitle="Please confirm your choices for Jellyfin Server installation" GenerateShowFunction="False">
|
||||
<HeaderCustomScript>!include "helpers\StrSlash.nsh"</HeaderCustomScript>
|
||||
<CreateFunctionCustomScript>${StrSlash} '$0' $INSTDIR
|
||||
|
||||
${StrSlash} '$1' $_JELLYFINDATADIR_
|
||||
|
||||
${NSD_SetText} $hCtl_confirmation_ConfirmRichText "{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1043\viewkind4\uc1 \
|
||||
\pard\widctlpar\sa160\sl252\slmult1\b The installer will proceed based on the following inputs gathered on earlier screens.\par \
|
||||
Installation Folder:\b0 $0\line\b \
|
||||
Service install:\b0 $_INSTALLSERVICE_\line\b \
|
||||
Service start:\b0 $_SERVICESTART_\line\b \
|
||||
Service account:\b0 $_SERVICEACCOUNTTYPE_\line\b \
|
||||
Jellyfin Data Folder:\b0 $1\par \
|
||||
\
|
||||
\pard\sa200\sl276\slmult1\f1\lang1043\par \
|
||||
}"</CreateFunctionCustomScript>
|
||||
<RichText Name="ConfirmRichText" Location="12, 12" Size="426, 204" TabIndex="0" ExStyle="WS_EX_STATICEDGE" />
|
||||
</Dialog>
|
||||
Reference in New Issue
Block a user