OpenMPT 64 bit 1.29.1

Full internal name:openmpt64
Project site:https://openmpt.org/
Screen shots:
Download: Download OpenMPT 64 bit 1.29.1

https://github.com/tim-lebedkov/packages/releases/download/2020_05/openmpt64-1.29.1-OpenMPT-1.29.01.00-Setup-x64.exe

VirusTotal results
Change log:n/a
Description:

OpenMPT (short hand for Open ModPlug Tracker) is a tracker software for Windows. OpenMPT allows you to create and play back some great music on your computer. Based on the original ModPlug Tracker written by Olivier Lapicque, OpenMPT is free software and supports a wide variety of module formats and offers an intuitive, native GUI as well as advanced features such as VST plugins and ASIO output.

License:BSD 3-clause license
Version:1.29.1
SHA-1 or SHA-256:362872a95249e80bbcac06005db9d544f1a0213feb3417d7446afa3a70332a9c
Type:one file
Dependencies:
    Tags:
    Text files:
    .Npackd\Install.bat:
    for /f "delims=" %%x in ('dir /b *.exe') do set setup=%%x
    "%setup%" /SP- /VERYSILENT /SUPPRESSMSGBOXES /NOCANCEL /NORESTART /DIR="%CD%" /SAVEINF="%CD%\.Npackd\InnoSetupInfo.ini" /LOG="%CD%\.Npackd\InnoSetupInstall.log" && del /f /q "%setup%"
    set err=%errorlevel%
    type .Npackd\InnoSetupInstall.log
    if %err% neq 0 exit %err%
    
    .Npackd\Uninstall.bat:
    start "Confirm Uninstall" cscript //Nologo //B //E:JScript //T:300 //U .Npackd\ConfirmUninstall.js
    
    unins000.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /LOG="%CD%\.Npackd\InnoSetupUninstall.log"
    set err=%errorlevel%
    type .Npackd\InnoSetupUninstall.log
    if %err% neq 0 exit %err%
    
    .Npackd\ConfirmUninstall.js:
    var WshShell = WScript.CreateObject("WScript.Shell");
    WScript.Sleep(60000);
    WshShell.AppActivate("Uninstall");
    WScript.Sleep(10000);
    WshShell.SendKeys("{ESC}");
    
    Last modified:Sat May 15 08:50:11 UTC 2021
    Last modified by:tim.lebedk...
    Created:Wed May 27 06:43:49 UTC 2020
    Created by:tim.lebedk...
    Automated tests:4 of 4 installations succeeded, 4 of 4 removals succeeded