mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-24 07:30:57 +01:00
[PR #1903] [MERGED] Update NSIS Installer #8763
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#8763
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/1903
Author: @anthonylavado
Created: 10/16/2019
Status: ✅ Merged
Merged: 11/3/2019
Merged by: @joshuaboniface
Base:
master← Head:nsis-update📝 Commits (10+)
c8ffa2fSet service install default to no04c4ad7Begin to add setup type dialog05fb84bMake service setup an optional component, remove setuptype page config for now9ad7813Fix up Setup Type dialog, and add logic for basic setupf80343bFix the Setup Type dialog titlesdc46620Automatically creates shortcuts for non-service installs5232302Adds icons to shortcuts, fixes nsis warning63e0bd1Only create/remove shortcuts on non-service install6f504a2Use the registry path for datadir, don't override it here330395eCheck for the presence of AppDataLocal folder before using it📊 Changes
5 files changed (+207 additions, -19 deletions)
View changed files
📝
.ci/azure-pipelines.yml(+1 -1)📝
deployment/windows/build-jellyfin.ps1(+22 -0)➕
deployment/windows/dialogs/setuptype.nsddef(+12 -0)➕
deployment/windows/dialogs/setuptype.nsdinc(+50 -0)📝
deployment/windows/jellyfin.nsi(+122 -18)📄 Description
Changes
Significant updates and changes to the NSIS Installer for Windows. Most are centered around non-service installs.
Current Functions
To Do
Comment, lint, and re-organize install script fileThis will have to come laterIssues
Kind of #1836, and other posts on Reddit, etc.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.