New package: ElementLabs.Bionic version 1.0.3+3 - #407964
Conversation
|
Validation Pipeline Run WinGetSvc-Validation-148-407964-20260726-1 |
|
@microsoft-github-policy-service agree |
|
I tested the submitted multi-file manifest locally on Windows x64. Bionic was also launched manually from Validation and installationPS D:\tmp> $manifest = 'D:\tmp\winget-pkgs\manifests\e\ElementLabs\Bionic\1.0.3+3'
PS D:\tmp> winget validate --manifest $manifest
Manifest validation succeeded.
PS D:\tmp> winget install --manifest $manifest
Found Bionic [ElementLabs.Bionic] Version 1.0.3+3
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://bionic-installers.lmstudio.ai/win32/x64/1.0.3-3/Bionic-1.0.3-3-x64.exe
██████████████████████████████ 608 MB / 608 MB
Successfully verified installer hash
Starting package install...
Successfully installedInstalled application metadataPS D:\tmp> Get-ItemProperty $uninstallRoots -ErrorAction SilentlyContinue |
>> Where-Object DisplayName -match '^Bionic' |
>> Select-Object DisplayName, DisplayVersion, Publisher, UninstallString
DisplayName DisplayVersion Publisher UninstallString
----------- -------------- --------- ---------------
Bionic 1.0.3+3 1.0.3+3 LM Studio "C:\Users\alexa\AppData\Local\Programs\Bionic\Uninstall Bionic.exe" /currentuserThe registry also provided the expected quiet uninstall command: DisplayName : Bionic 1.0.3+3
DisplayVersion : 1.0.3+3
Publisher : LM Studio
InstallLocation :
QuietUninstallString : "C:\Users\alexa\AppData\Local\Programs\Bionic\Uninstall Bionic.exe" /currentuser /S
UninstallString : "C:\Users\alexa\AppData\Local\Programs\Bionic\Uninstall Bionic.exe" /currentuserThis metadata matches the submitted UninstallationBefore the package exists in the public WinGet source, PS D:\tmp> winget list --name Bionic
Name Id Version
------------------------------------------------------------------------
Bionic 1.0.3+3 ARP\User\X64\7c1a7243-201d-510b-a8e1-803c5b933ce8 1.0.3+3
PS D:\tmp> winget list --id ElementLabs.Bionic --exact
No installed package found matching input criteria.Consequently, uninstalling through the unpublished local multi-file manifest did not correlate the installed entry: PS D:\tmp> winget uninstall --manifest $manifest --silent
No installed package found matching input criteria.Uninstallation through the exact registered application name succeeded silently: PS D:\tmp> winget uninstall `
>> --name 'Bionic 1.0.3+3' `
>> --exact `
>> --silent
Found Bionic 1.0.3+3 [ARP\User\X64\7c1a7243-201d-510b-a8e1-803c5b933ce8]
Starting package uninstall...
Successfully uninstalledAfterward, the uninstall registry entry was absent and the installation directory contained no files. I believe the manifest-based uninstall result is caused by the package not yet being available for source correlation. I am calling it out in case reviewers expect different behavior when testing an unpublished local multi-file manifest. |
The installer metadata shown by the pipeline matches the submitted manifest:
The The log contains no Defender threat name, affected file, event details, or error code. I am not sure what I need to do here. As documented in my earlier comment, this exact manifest installed successfully, Bionic launched and appeared functional, its registered metadata matched AppsAndFeaturesEntries, and silent uninstallation succeeded. https://dev.azure.com/shine-oss/winget-pkgs/_build/results?buildId=374572&view=logs&j=68997d86-8ece-5ae8-3ac5-ccdbfa458731&t=b79910ce-dca5-5e27-ad7f-bd285eecb5a2&l=96 From my local env: PS C:\Users\alexa> Update-MpSignature
PS C:\Users\alexa> Get-MpComputerStatus |
>> Select-Object `
>> AntivirusSignatureVersion,
>> AntivirusSignatureLastUpdated
AntivirusSignatureVersion AntivirusSignatureLastUpdated
------------------------- -----------------------------
1.455.359.0 2026-07-26 11:06:06
PS C:\Users\alexa> $installer = 'D:\tmp\Bionic-1.0.3-3-x64.exe'
PS C:\Users\alexa> $installDir = Join-Path $env:LOCALAPPDATA 'Programs\Bionic'
PS C:\Users\alexa> Test-Path -LiteralPath $installer
True
PS C:\Users\alexa> Start-MpScan -ScanType CustomScan -ScanPath $installer
PS C:\Users\alexa> Get-MpThreatDetection |
>> Sort-Object InitialDetectionTime -Descending |
>> Select-Object -First 20 `
>> InitialDetectionTime,
>> ThreatID,
>> Resources,
>> ActionSuccess,
>> CurrentThreatExecutionStatus |
>> Format-List
PS C:\Users\alexa> Get-WinEvent `
>> -LogName 'Microsoft-Windows-Windows Defender/Operational' `
>> -MaxEvents 200 |
>> Where-Object Id -in 1116, 1117, 1118, 1119 |
>> Select-Object TimeCreated, Id, Message |
>> Format-List
PS C:\Users\alexa> Get-WinEvent `
>> -LogName 'Microsoft-Windows-Windows Defender/Operational' `
>> -MaxEvents 100 |
>> Where-Object Id -in 1000, 1001, 1002 |
>> Select-Object TimeCreated, Id, Message |
>> Format-List
TimeCreated : 2026-07-26 16:33:16
Id : 1001
Message : Microsoft Defender Antivirus scan has finished.
Scan ID: {190FC9C1-95A2-4E30-80B9-3320CDF5C4FA}
Scan Type: Antimalware
Scan Parameters: Custom Scan
User: NT AUTHORITY\LOCAL SERVICE
Scan Time: 0:00:01
TimeCreated : 2026-07-26 16:33:14
Id : 1000
Message : Microsoft Defender Antivirus scan has started.
Scan ID: {190FC9C1-95A2-4E30-80B9-3320CDF5C4FA}
Scan Type: Antimalware
Scan Parameters: Custom Scan
Scan Resources: file:_D:\tmp\Bionic-1.0.3-3-x64.exe
User: NT AUTHORITY\LOCAL SERVICE
Scan Trigger: On demand
Scan Only If Idle: Enabled
Low CPU Priority for Scans: Disabled
Thread Priority: 7
PS C:\Users\alexa> Test-Path -LiteralPath $installDir
False |
|
Hi AlexanderBartash (Deterministic automation - build 1800.) |
|
Validation Pipeline Run WinGetSvc-Validation-148-407964-20260730-1 |
c3daecd to
52c115c
Compare
|
Validation Pipeline Run WinGetSvc-Validation-148-407964-20260730-2 |
|
Fixed, thank you. |
6a1ad74
into
microsoft:master
|
Publish pipeline succeeded for this Pull Request. Once you refresh your index, this change should be present. |



📖 Description
Adds the initial WinGet manifest for Bionic version 1.0.3+3.
✅ Checklist
📦 Manifest Checklist
winget validate --manifest <path>(validation guide)winget install --manifest <path>Microsoft Reviewers: Open in CodeFlow