Skip to content

Commit

Permalink
winlinkexpress: new verb
Browse files Browse the repository at this point in the history
  • Loading branch information
WheezyE committed May 30, 2024
1 parent 3832928 commit 5d31fae
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions files/verbs/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ vc2010express MS Visual C++ 2010 Express (Microsoft, 2010) [downloada
vlc VLC media player 2.2.1 (VideoLAN, 2015) [downloadable]
vstools2019 MS Visual Studio Build Tools 2019 (Microsoft, 2019) [downloadable]
winamp Winamp (Radionomy (AOL (Nullsoft)), 2013) [downloadable]
winlinkexpress Winlink Express (Winlink Radio Messaging System client app) (Winlink, 2024) [downloadable]
winrar WinRAR 6.11 (RARLAB, 1993) [downloadable]
wme9 MS Windows Media Encoder 9 (broken in Wine) (Microsoft, 2002) [downloadable]
===== benchmarks =====
Expand Down
1 change: 1 addition & 0 deletions files/verbs/apps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ vc2010express MS Visual C++ 2010 Express (Microsoft, 2010) [downloada
vlc VLC media player 2.2.1 (VideoLAN, 2015) [downloadable]
vstools2019 MS Visual Studio Build Tools 2019 (Microsoft, 2019) [downloadable]
winamp Winamp (Radionomy (AOL (Nullsoft)), 2013) [downloadable]
winlinkexpress Winlink Express (Winlink Radio Messaging System client app) (Winlink, 2024) [downloadable]
winrar WinRAR 6.11 (RARLAB, 1993) [downloadable]
wme9 MS Windows Media Encoder 9 (broken in Wine) (Microsoft, 2002) [downloadable]
1 change: 1 addition & 0 deletions files/verbs/download.txt
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ windowscodecs
winhttp
wininet
wininet_win2k
winlinkexpress
winrar
wme9
wmi
Expand Down
35 changes: 35 additions & 0 deletions src/winetricks
Original file line number Diff line number Diff line change
Expand Up @@ -17678,6 +17678,41 @@ load_winamp()

#----------------------------------------------------------------

w_metadata winlinkexpress apps \
title="Winlink Express 1.7.15.0 (Winlink Radio Messaging System client app)" \
publisher="Winlink Global Radio Email" \
year="2024" \
media="download" \
file1="Winlink_Express_install_1-7-15-0.zip" \
file2="Winlink_Express_install.exe" \
installed_exe1="c:/RMS Express/RMS Express.exe" \
homepage="https://winlink.org"

load_winlinkexpress()
{
if [ ! -d "${W_WINDIR_UNIX}/Microsoft.NET/Framework/v4.0.30319" ]; then
#echo -e '\n NOTE!!! You must install wine-mono before continuing.'
#echo -e ' (dotnet46 also works but is not recommended)'
#echo -e ' Cancelling Winlink Express installation...\n'
w_warn "\n NOTE!!! You must install wine-mono before continuing.\n (dotnet46 also works but is not recommended)\n Cancelling Winlink Express installation...\n"
return
fi

load_sound alsa
w_set_winver win10
w_download https://web.archive.org/web/20240529202203/https://downloads.winlink.org/User%20Programs/Winlink_Express_install_1-7-15-0.zip d520f9c89b4024ffb2d7e36fa28bd3e91a861b61fc9cff660b94edd8ebe7d540
w_try_unzip "${W_TMP}" "${W_CACHE}/${W_PACKAGE}/${file1}"
w_try "${WINE}" "${W_TMP}/${file2}" ${W_OPT_UNATTENDED:+/VERYSILENT}

#echo -e '\n NOTE!!! RUN THIS COMMAND TO ENABLE COM PORTS FOR'
#echo -e '\n RADIO-TO-COMPUTER \"USB CAT CONTROL\" CONNECTIONS:'
#echo -e '\n sudo usermod -a -G dialout \$USER'
#echo -e '\n (then log out and log in again)\n'
w_warn "\n NOTE!!! RUN THIS COMMAND TO ENABLE COM PORTS FOR\n RADIO-TO-COMPUTER \"USB CAT CONTROL\" CONNECTIONS:\n sudo usermod -a -G dialout \$USER\n (then log out and log in again)\n"
}

#----------------------------------------------------------------

w_metadata winrar apps \
title="WinRAR 6.11" \
publisher="RARLAB" \
Expand Down

0 comments on commit 5d31fae

Please sign in to comment.