Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

724

Downloads of v 4.7.18.1906-beta:

9

Last Update:

21 Mar 2025

Package Maintainer(s):

Software Author(s):

  • ruamuyan

Tags:

uwp bilibili

BiliLite-uwp-x86

This is a prerelease version of BiliLite-uwp-x86.

  • 1
  • 2
  • 3

4.7.18.1906-beta | Updated: 21 Mar 2025

Downloads:

724

Downloads of v 4.7.18.1906-beta:

9

Maintainer(s):

Software Author(s):

  • ruamuyan

Tags:

uwp bilibili

BiliLite-uwp-x86 4.7.18.1906-beta

This is a prerelease version of BiliLite-uwp-x86.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by ruamuyan. The inclusion of ruamuyan trademark(s), if any, upon this webpage is solely to identify ruamuyan goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Failed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install BiliLite-uwp-x86, run the following command from the command line or from PowerShell:

>

To upgrade BiliLite-uwp-x86, run the following command from the command line or from PowerShell:

>

To uninstall BiliLite-uwp-x86, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade bililite-uwp-x86 -y --source="'INTERNAL REPO URL'" --version="'4.7.18.1906-beta'" --prerelease [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade bililite-uwp-x86 -y --source="'INTERNAL REPO URL'" --version="'4.7.18.1906-beta'" --prerelease
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install bililite-uwp-x86
  win_chocolatey:
    name: bililite-uwp-x86
    version: '4.7.18.1906-beta'
    source: INTERNAL REPO URL
    state: present
    allow_prerelease: yes

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'bililite-uwp-x86' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '4.7.18.1906-beta'
  options  '--prerelease'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller bililite-uwp-x86
{
    Name        = "bililite-uwp-x86"
    Version     = "4.7.18.1906-beta"
    Source      = "INTERNAL REPO URL"
    chocoParams = "--prerelease"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'bililite-uwp-x86':
  ensure          => '4.7.18.1906-beta',
  install_options => ['--prerelease'],
  provider        => 'chocolatey',
  source          => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

WARNING

This package is exempt from moderation. While it is likely safe for you, there is more risk involved.

Description

Bilibili third-party UWP client third-party release version. Fork from https://github.com/xiaoyaocz/biliuwp-lite.


resources\BiliLite.Packages_4.7.18.1906_x86.zip
md5: 01B3078E2A198D5F3A5E1A2EBA485F75 | sha1: 6470DF291FA64BC19DA7046D8A04F7112FA0D804 | sha256: 33B7F0F0E26252C2D177BDCB81F7D4CE74A287976D2404326198E8559CC697AC | sha512: 5C2930E67F17FAAE0677505A8125C901A1D61F2062F5C2CC0F00B5905D9AB28769571B74AE654E61B6EE869218C1CE40C42A718567D6C3122FC5B97CBB0D715A
tools\chocolateyInstall.ps1
# Due to Powershell limitations, this script can only be opened with GBK encoding

# ��ȡ��ǰ�ű����ڵ�Ŀ¼
$scriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path

# ָ��Ҫ���еĽű��ļ�·��
$subInstallScriptPath = Join-Path $scriptDir "subInstall.ps1"

# ���һ���µ�PowerShell���ڲ�����subInstall.ps1�ű�
Start-Process powershell.exe -ArgumentList "-NoProfile -ExecutionPolicy Bypass -File `"$subInstallScriptPath`"" -Wait

# �ȴ��ű�ִ����ɺ󣬼���Ƿ�ɹ�
# ����ͳɹ��ļ���·��
$errorFilePath = Join-Path $scriptDir "..\temp\error"
$successFilePath = Join-Path $scriptDir "..\temp\success"

# ���ɹ��ļ��Ƿ����
if (Test-Path $successFilePath) {
    Write-Host "�ű�ִ�гɹ�"
    # ����ѡ��ɾ���ɹ��ļ�
    Remove-Item $successFilePath
} else {
    # �������ļ��Ƿ����
    if (Test-Path $errorFilePath) {
        Write-Host "�ű�ִ��ʧ�ܣ������ļ��Ѵ���"
        # ��ȡ�����ļ����ݲ���ӡ
        $errorContent = Get-Content $errorFilePath
        Write-Host "��������: $errorContent"
        # ����ѡ��ɾ�������ļ�
        Remove-Item $errorFilePath
    } else {
        Write-Host "�ű�ִ��ʧ�ܣ���δ���������ļ�"
        exit 1
    }
}
tools\chocolateyUninstall.ps1
# Due to Powershell limitations, this script can only be opened with GBK encoding
$PackageId = "5422.502643927C6AD"

$PackageNamePrefix = "{0}_" -f $PackageId
Write-Host "PackageNamePrefix: $PackageNamePrefix"

# ��ȡUWP����������
$PackageFullName = (Get-AppxPackage | Where-Object { $_.PackageFullName -like "$PackageNamePrefix*" }).PackageFullName
Write-Host "PackageFullName: $PackageFullName"

if ($PackageFullName) {
    Write-Host "�ҵ� UWP ��: $PackageFullName"
    # � UWP ��
    Remove-AppxPackage -Package $PackageFullName
    Write-Host "UWP �����"
} else {
    Write-Host "δ�ҵ�ƥ��� UWP ��"
}
tools\subInstall.ps1
# Due to Powershell limitations, this script can only be opened with GBK encoding

# �� $TempPath Ŀ¼���½��ļ� error
function Create-ErrorFile {
    param (
        [string]$ErrorMessage
    )
    $errorFilePath = Join-Path $TempPath "error"
    if (-not (Test-Path $errorFilePath)) {
        New-Item -ItemType File -Path $errorFilePath | Out-Null
    }
    # ��������Ϣд���ļ�
    $ErrorMessage | Out-File -FilePath $errorFilePath -Encoding UTF8
    Write-Host "�����ļ��Ѵ���: $errorFilePath"
}

# �� $TempPath Ŀ¼���½��ļ� success
function Create-SuccessFile {
    $successFilePath = Join-Path $TempPath "success"
    if (-not (Test-Path $successFilePath)) {
        New-Item -ItemType File -Path $successFilePath | Out-Null
    }
    Write-Host "�ɹ��ļ��Ѵ���: $successFilePath"
}

# ������ԱȨ��
If (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator"))
{
   Write-Warning "��ǰ�ű���Ҫ�Թ���ԱȨ�����У����Թ���Ա������� PowerShell ������ִ�д˽ű���"
   $arguments = "& '" +$myinvocation.mycommand.definition + "'"
   Start-Process powershell -Verb runAs -ArgumentList $arguments
   Break
}

$AppName = "BiliLite.Packages"
$Version = "4.7.18.1906"
$scriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path
Write-Output "scriptDir: $scriptDir"

$TempPath = Join-Path $scriptDir "..\temp"
if (-not (Test-Path $TempPath)) {
    New-Item -ItemType Directory -Path $TempPath | Out-Null
}

try{

    # ��ȡϵͳ�ܹ�
    $arch = $env:PROCESSOR_ARCHITECTURE
    # �жϼܹ�����ֵ
    if ($arch -eq "AMD64") {
        $systemArch = "x64"
    } elseif ($arch -eq "x86") {
        $systemArch = "x86"
    } elseif ($arch -eq "ARM64") {
        $systemArch = "ARM64"
    } else {
        $systemArch = "Unknown"
    }

    $Package = "{0}_{1}_{2}" -f $AppName, $Version, $systemArch
    Write-Output "Package: $Package"

    # �ҵ���Ӧ�İ�װ������ѹ��unpack·��
    $PackageZipRelativePath = "..\resources\{0}.zip" -f $Package
    $PackageZipPath = Join-Path $scriptDir $PackageZipRelativePath
    $UnpackPath = Join-Path $scriptDir "..\unpack"

    # ����ļ��Ƿ���ڲ���ѹ
    if (Test-Path $PackageZipPath) {
        # ȷ����ѹ·������
        if (-not (Test-Path $UnpackPath)) {
            New-Item -ItemType Directory -Path $UnpackPath | Out-Null
        }

        # ��ѹ�ļ�
        Expand-Archive -Path $PackageZipPath -DestinationPath $UnpackPath -Force
        Write-Host "�ļ��ѽ�ѹ�� $UnpackPath"
    } else {
        Write-Host "�ļ� $PackageZipPath �����ڣ������� GitHub ���ص�ǰƽ̨����İ�װ��"

        # �� GitHub �������������ѹ
        $downloadUrl = "https://github.com/ywmoyue/biliuwp-lite/releases/download/v{0}/{1}.zip" -f $Version, $Package
        Write-Host "���ص�ַ: $downloadUrl"

        try {
            # �����ļ�
            Invoke-WebRequest -Uri $downloadUrl -OutFile $PackageZipPath
            Write-Host "��������: $PackageZipPath"

            # ȷ����ѹ·������
            if (-not (Test-Path $UnpackPath)) {
                New-Item -ItemType Directory -Path $UnpackPath | Out-Null
            }

            # ��ѹ�ļ�
            Expand-Archive -Path $PackageZipPath -DestinationPath $UnpackPath -Force
            Write-Host "�ļ��ѽ�ѹ�� $UnpackPath"
        } catch {
            $errorMessage = "���ػ��ѹʧ��: $_"
            Write-Host $errorMessage
            Create-ErrorFile -ErrorMessage $errorMessage
            exit 1
        }
    }

    # ���ÿ�����ģʽ�����װδ֪��Դ��
    Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" -Name "AllowDevelopmentWithoutDevLicense" -Value 1
    Write-Host "�������װδ֪��Դ��"

    # ֤��·��
    $certRelativePath = "..\unpack\{0}_Test\{0}.cer" -f $Package
    $certPath = Resolve-Path (Join-Path $scriptDir $certRelativePath)

    # ��װ�ű�·��
    $installScriptPath = "$scriptDir\..\unpack\{0}_Test\install.ps1" -f $Package
    $installPackagePath = "$scriptDir\..\unpack\{0}_Test" -f $Package
    Write-Host "��װ·�� $installScriptPath"

    # ��װ֤��
    try {
        $cert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2
        $cert.Import($certPath.Path)

        $store = New-Object System.Security.Cryptography.X509Certificates.X509Store("Root", "LocalMachine")
        $store.Open("ReadWrite")
        $store.Add($cert)
        $store.Close()
        Write-Host "֤�鰲װ���"
    } catch {
        $errorMessage = "֤�鰲װʧ��: $_"
        Write-Host $errorMessage
        Create-ErrorFile -ErrorMessage $errorMessage
        exit 1
    }

    # ִ�а�װ�ű�
    try {
        . "$installScriptPath" -Force
        Write-Host "��װ�ű�ִ�гɹ�"
    } catch {
        $errorMessage = "��װ�ű�ִ��ʧ��: $_"
        Write-Host $errorMessage
        Create-ErrorFile -ErrorMessage $errorMessage
        exit 1
    }

    $PackageId = "5422.502643927C6AD"

    $PackageNamePrefix = "{0}_{1}" -f $PackageId, $Version
    Write-Host "PackageNamePrefix: $PackageNamePrefix"

    # ����Ƿ�װ�ɹ�
    $PackageFullName = (Get-AppxPackage | Where-Object { $_.PackageFullName -like "$PackageNamePrefix*" }).PackageFullName
    if (-not $PackageFullName) {
        $errorMessage = "Ӧ�ð�װ����֤ʧ�ܣ����鰲װ��־"
        Write-Host $errorMessage
        Create-ErrorFile -ErrorMessage $errorMessage
        exit 1
    } else {
        $successMessage = "Ӧ���Ѱ�װ"
        Write-Host $successMessage
        Create-SuccessFile
    }
} catch {
    $errorMessage = "��������" + $_.Exception.Message
    Write-Host $errorMessage
    Read-Host -Prompt "�����������..."
}

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
BiliLite-uwp-x86 4.8.1.201-beta 14 Friday, June 6, 2025 Exempted
BiliLite-uwp-x86 4.8.1-beta 13 Monday, June 2, 2025 Exempted
BiliLite-uwp-x86 4.8.0.106-beta 20 Wednesday, May 28, 2025 Exempted
BiliLite-uwp-x86 4.8.0.105-beta 11 Saturday, May 24, 2025 Exempted
BiliLite-uwp-x86 4.8.0.103-beta 12 Friday, May 23, 2025 Exempted
BiliLite-uwp-x86 4.8.0.101-beta 133 Thursday, May 15, 2025 Exempted
BiliLite-uwp-x86 4.8.0-beta 12 Thursday, May 15, 2025 Exempted
BiliLite-uwp-x86 4.7.21-beta 18 Sunday, May 11, 2025 Exempted
BiliLite-uwp-x86 4.7.20.2102-beta 16 Saturday, May 3, 2025 Exempted
BiliLite-uwp-x86 4.7.20-beta 20 Thursday, May 1, 2025 Exempted
BiliLite-uwp-x86 4.7.19.2002-beta 129 Saturday, March 29, 2025 Exempted
BiliLite-uwp-x86 4.7.19-beta 17 Saturday, March 22, 2025 Exempted
BiliLite-uwp-x86 4.7.18.1906-beta 9 Friday, March 21, 2025 Exempted
BiliLite-uwp-x86 4.7.18.1904-beta 15 Friday, March 14, 2025 Exempted
BiliLite-uwp-x86 4.7.18.1903-beta 14 Monday, March 10, 2025 Exempted
BiliLite-uwp-x86 4.7.18.1902-beta 16 Monday, March 10, 2025 Exempted
BiliLite-uwp-x86 4.7.18.1901-beta 11 Sunday, March 9, 2025 Exempted
BiliLite-uwp-x86 4.7.18-beta 17 Saturday, March 8, 2025 Exempted
BiliLite-uwp-x86 4.7.17.1802-beta 12 Tuesday, March 4, 2025 Exempted
BiliLite-uwp-x86 4.7.17.1801-beta 12 Saturday, March 1, 2025 Exempted
BiliLite-uwp-x86 4.7.17-beta 13 Wednesday, February 26, 2025 Exempted
BiliLite-uwp-x86 4.7.16.1705-beta 11 Tuesday, February 25, 2025 Exempted
BiliLite-uwp-x86 4.7.16.1703-beta 19 Thursday, February 20, 2025 Exempted
BiliLite-uwp-x86 4.7.16.1702-beta 16 Wednesday, February 19, 2025 Exempted
BiliLite-uwp-x86 4.7.16.1701-beta 9 Tuesday, February 18, 2025 Exempted
BiliLite-uwp-x86 4.7.16-beta 11 Sunday, February 16, 2025 Exempted
BiliLite-uwp 4.7.15.1601-beta 15 Monday, February 10, 2025 Exempted
BiliLite-uwp 4.7.15-beta 13 Sunday, February 9, 2025 Exempted
BiliLite-uwp 4.7.14.1502-beta 14 Friday, February 7, 2025 Exempted
BiliLite-uwp 4.7.14.1501-beta 30 Thursday, January 30, 2025 Exempted
BiliLite-uwp 4.7.14-beta 17 Wednesday, January 29, 2025 Exempted
BiliLite-uwp 4.7.13.1404-beta 23 Tuesday, January 28, 2025 Exempted
BiliLite-uwp 4.7.13.1403-beta 12 Monday, January 27, 2025 Exempted

This package has no dependencies.

Discussion for the BiliLite-uwp-x86 Package

Ground Rules:

  • This discussion is only about BiliLite-uwp-x86 and the BiliLite-uwp-x86 package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or BiliLite-uwp-x86, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus