MSI
WinGet
3 submissions
Discrakt
afonsojramos · 3.4.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
MsiExec.exe /i Discrakt_3.4.1_win64.msi /qn ALLUSERS=1 REBOOT=ReallySuppress
Uninstall
MsiExec.exe /x {86ECC503-7C8C-4C07-8312-9841B83DDC96} /qn REBOOT=ReallySuppress
Repair
MsiExec.exe /fa Discrakt_3.4.1_win64.msi /qn REBOOT=ReallySuppress
Logged Install
MsiExec.exe /i Discrakt_3.4.1_win64.msi /qn ALLUSERS=1 REBOOT=ReallySuppress /l*v C:\Windows\Temp\Discrakt_3.4.1_win64.msi.log
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{86ECC503-7C8C-4C07-8312-9841B83DDC96}
Product version operator
Greater than or equal to
Product version
3.4.1
MSI Properties
Product Code
{86ECC503-7C8C-4C07-8312-9841B83DDC96}
Upgrade Code
{8B55A0B3-6E9D-4A7C-B1F2-3C8E5D6F7A9B}
File Identity
Filename
Discrakt_3.4.1_win64.msi
File Size
1.8 MB
Real Type
Composite Document File V2 Document, Little Endian, Os: Windows, Version 6.2, MSI Installer, Code page: 1252, Title: Installation Database, Subject: Trakt to Discord Rich Presence, Author: afonsojramos, Keywords: Installer, Comments: This installer database contains the logic and data required to install Discrakt., Template: x64;0, Revision Number: {21247DE7-9D3A-4434-BCF8-280DA2F7EBE0}, Create Time/Date: Mon Jan 19 20:45:08 2026, Last Saved Time/Date: Mon Jan 19 20:45:08 2026, Number of Pages: 500, Number of Words: 10, Name of Creating Application: WiX Toolset (6.0.2.0), Security: 2
Installer Technology
Engine
Windows Installer
via MSI Detection
Confidence
100%
Signature
Status
Not Digitally Signed
Installer Selection
WinGet Package
Package ID
afonsojramos.discrakt
Version
3.4.1
Description
Trakt to Discord Rich Presence
License
MIT
↗
Installer URL
https://github.com/afonsojramos/discrakt/releases/download/v3.4.1/Discrakt_3.4.1_win64.msi
Upgrade Behavior
install(Install over existing)
Release Notes
What's Changed
- chore(deps): bump winresource from 0.1.28 to 0.1.29 by @dependabot[bot] in #210
- fix: clear Discord activity when Trakt activity expires by @afonsojramos in #215
- chore(deps): bump thiserror from 2.0.17 to 2.0.18 by @dependabot[bot] in #214
- chore(deps): bump chrono from 0.4.42 to 0.4.43 by @dependabot[bot] in #213
- fix: use single log file to avoid timezone confusion by @afonsojramos in #216
- chore: add panic hook to capture crashes in log file by @afonsojramos in #217
Ful…