| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-08 | remove old windows job from pipeline | dkanada | |
| 2020-03-05 | Replaces uninstaller icon so it's more visible | ferferga | |
| 2020-01-16 | Merge pull request #2287 from nyanmisaka/master | dkanada | |
| New upstream ffmpeg version 4.2.1 for windows nightly channel | |||
| 2020-01-16 | fix indentation | Nyanmisaka | |
| 2020-01-16 | Update build-jellyfin.ps1 | Nyanmisaka | |
| 2020-01-16 | New upstream ffmpeg version 4.2.1 on windows | Nyanmisaka | |
| 2020-01-15 | Switch around SetCompressor arguments. Hide progress bars for powershell. | Erwin de Haan | |
| 2020-01-15 | Switch to slightly more verbose logging. | Erwin de Haan | |
| 2020-01-15 | Enable /SOLID switch for compression | Erwin de Haan | |
| 2020-01-15 | Enable Unicode | Erwin de Haan | |
| ANSI targets are deprecated | |||
| 2020-01-15 | Less output and lesser compression. | Erwin de Haan | |
| 2019-11-03 | Merge pull request #1903 from anthonylavado/nsis-update | Joshua M. Boniface | |
| Update NSIS Installer | |||
| 2019-11-03 | Always download the latest tray app release | Anthony Lavado | |
| 2019-11-01 | Use the correct file copy operation for the icon | Anthony Lavado | |
| 2019-11-01 | Fix an incorrect argument type in build script | Anthony Lavado | |
| 2019-10-30 | Add the tray app download to the build script, use it in the installer shortcuts | Anthony Lavado | |
| Adds the tray app download to build-jellyfin, adjusts the shortcuts in the installer, and adds the switch to the pipeline configuration. | |||
| 2019-10-29 | Remove extra EndIf | Anthony Lavado | |
| 2019-10-28 | Updated build-jellyfin.ps1 to pull from my mirror | LogicalPhallacy | |
| Updated it to pull from my mirror on Azure. | |||
| 2019-10-23 | More preparations for the tray app | Anthony Lavado | |
| 2019-10-23 | Add the "service" argument to the service parameters | Anthony Lavado | |
| This will avoid an exception when the server cannot launch a browser process for the web interface. | |||
| 2019-10-23 | Change the default AppExit action to Exit | Anthony Lavado | |
| When the service should fail to launch Jellyfin, or should Jellyfin crash, the default action is changed from Restart to AppExit. This prevents the service from entering a constant restart due to a permissions issue or similar. | |||
| 2019-10-22 | Make installer shortcut check better | Anthony Lavado | |
| During an upgrade, only create shortcuts if the existing install was not a service install. Otherwise, do not create them. | |||
| 2019-10-22 | Fix syntax errors, move order of upgrade checks, enhance folder check, fix ↵ | Anthony Lavado | |
| shortcuts Fixes a syntax error with the NoServiceUninstall section. Moves the detection of an existing Service and datadir further up, so it happens before we decide how the installation will happen. Removed a newline from a comment, and enhanced the existing directory check. Adds an existing folder check, as well as a prompt if the user wants to continue with it or not. Also adds the datadir property to shortcuts. | |||
| 2019-10-16 | Check for the presence of AppDataLocal folder before using it | Anthony Lavado | |
| 2019-10-16 | Use the registry path for datadir, don't override it here | Anthony Lavado | |
| Removes an assumption on directory if the user has a datadir from the previous install, use that | |||
| 2019-10-16 | Only create/remove shortcuts on non-service install | Anthony Lavado | |
| Should only remove shortcuts if the install type was non-service. On upgrade, check if the install type was non-service, and if so, set the variables correctly and create shortcuts. | |||
| 2019-10-16 | Adds icons to shortcuts, fixes nsis warning | Anthony Lavado | |
| Adds the icon as a resource file in the program folder, and uses it for the shortcuts created. Removes an extra section from the dialog creator file, so NSIS won't show a warning for unused code. | |||
| 2019-10-16 | Automatically creates shortcuts for non-service installs | Anthony Lavado | |
| If the user is not installing as a service, then the installer creates a Start Menu shortcut, and a desktop shortcut. Commented out future shortcuts for a tray app. | |||
| 2019-10-16 | Fix the Setup Type dialog titles | Anthony Lavado | |
| I had put the title and subtitle in the wrong order. This corrects the issue. | |||
| 2019-10-15 | Fix up Setup Type dialog, and add logic for basic setup | Anthony Lavado | |
| Fix up the Setup Type dialog, by removing an unused function from the page. Adds logic to the installer to check for a basic or advanced setup choice. Ensures that the service is only installed if the "advanced" method is chosen. Note - it may be possible to remove some defaults from the .onInit, considering they get set through the program now. | |||
| 2019-10-12 | Make service setup an optional component, remove setuptype page config for now | Anthony Lavado | |
| 2019-10-12 | Begin to add setup type dialog | Anthony Lavado | |
| 2019-10-12 | Set service install default to no | Anthony Lavado | |
| 2019-10-06 | Remove /bin from ffmpeg path. | Erwin de Haan | |
| 2019-10-06 | Fix extracted path from ffmpeg zip. | Erwin de Haan | |
| 2019-10-06 | Switch to custom patched build for ffmpeg | Erwin de Haan | |
| 2019-09-20 | Add 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-09 | NSIS 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-27 | Change service install user | crankdoofus | |
| The default is Network Service, with advanced option to use Local System | |||
| 2019-07-25 | Rework based on review comments | crankdoofus | |
| 2019-07-25 | Update installer name to copy | crankdoofus | |
| 2019-07-13 | Update to uninstall silently if already installed | crankdoofus | |
| 2019-07-09 | Update code for in-place upgrades | crankdoofus | |
| 2019-07-07 | Correct comment | crankdoofus | |
| 2019-07-07 | Remove Emby migration section, include License | crankdoofus | |
| 2019-07-07 | Include License file with installation | crankdoofus | |
| 2019-07-06 | Correct Service handling & LocalAppData folder | crankdoofus | |
| 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-06 | Changed order to include install scripts in installer | crankdoofus | |
| 2019-07-06 | Cleaned up code | crankdoofus | |
| 2019-07-06 | Uncomment accidental commenting of compilation | crankdoofus | |
