aboutsummaryrefslogtreecommitdiff
path: root/deployment/windows
AgeCommit message (Collapse)Author
2019-11-03Merge pull request #1954 from LogicalPhallacy/LogicalPhallacy-patch-NSSMdkanada
Use mirror for NSSM (cherry picked from commit ef623f512903624bba48f243e3a659ec46064054) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-11-03Merge pull request #1903 from anthonylavado/nsis-updateJoshua M. Boniface
Update NSIS Installer (cherry picked from commit 9756bdb76ea625c19b6743a34ec95759d3f6d050) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-10-06Remove /bin from ffmpeg path.Erwin de Haan
2019-10-06Fix extracted path from ffmpeg zip.Erwin de Haan
2019-10-06Switch to custom patched build for ffmpegErwin de Haan
2019-09-20Add escapes for path quotes in the NSIS Installer (#1777)Anthony Lavado
This adds backslashes to escape the `--datadir` path in the Windows Installer. Without this, the path would be dropped at the first space (e.g. `C:\Test Area\Jellyfin` would become `C:\Test`). Fixes #1773.
2019-09-09NSIS improvements (#1692)Erwin de Haan
* Much better, but still broken It crashes with two custom pages after one another. (So when the service should be installed). * Fixed the problems and finished the NSIS installer. Also ignored some of the artifacts. * Added changes to CI for setup building. Consolidate building and fixed git error. Small CI fixes. Move UX repo to SourcesDirectory Fix stupid checkout <> clone error. Fix typo in PowerShell command. Artifact publish tasks can not have wildcards.
2019-07-27Change service install usercrankdoofus
The default is Network Service, with advanced option to use Local System
2019-07-25Rework based on review commentscrankdoofus
2019-07-25Update installer name to copycrankdoofus
2019-07-13Update to uninstall silently if already installedcrankdoofus
2019-07-09Update code for in-place upgradescrankdoofus
2019-07-07Correct commentcrankdoofus
2019-07-07Remove Emby migration section, include Licensecrankdoofus
2019-07-07Include License file with installationcrankdoofus
2019-07-06Correct Service handling & LocalAppData foldercrankdoofus
The service is now completely controlled by nssm as with the install-jellyfin.ps1 The LocalAppData had the global context, its now Corrected order of Mandatory and Optional components.
2019-07-06Changed order to include install scripts in installercrankdoofus
2019-07-06Cleaned up codecrankdoofus
2019-07-06Uncomment accidental commenting of compilationcrankdoofus
2019-07-06Added -Force to nsis extractioncrankdoofus
2019-07-06Create jellyfin.nsicrankdoofus
2019-07-06Added option for NSIScrankdoofus
This change will 1. download NSIS zip, 2. unzip in temp folder, 3. use nsis to build the installer
2019-07-02Qualified Namespace of pscredentialtrumblejoe
Qualified Namespace of pscredential, otherwise script fails in Powershell builds <3.0.
2019-04-08Merge pull request #1178 from jellyfin/LogicalPhallacy-patch-1Joshua M. Boniface
Updates windows installer default lib location
2019-04-06Use TLS 1.2 to download NSSMJohn Taylor
2019-03-31Update install-jellyfin.ps1LogicalPhallacy
2019-03-31Updates windows installer default lib locationLogicalPhallacy
You can use the emby import to move an existing library this way.
2019-02-20Fix Pathscheidleon
2019-02-18Rename Windows scripts folderJoshua Boniface