https://bugs.winehq.org/show_bug.cgi?id=57020
Bug ID: 57020 Summary: Anritsu Software Toolbox doesn't install properly Product: Wine Version: 9.14 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
Download: https://dl.cdn-anritsu.com/en-us/test-measurement/files/Software/Drivers-Sof...
To test - Run the installer in clean WINEPREFIX - Uncheck "Check for Updates" - Select all components (default) - When it asks something about the "NI VISA" runtime, select "Yes"
In the install folder (default .wine/drive_c/Program Files (x86)/Anritsu) there hsould be folders like "Line Sweep Tools" and other. On Wine, those are missing.
The problem can be worked around by using "winetricks -q dotnet35" before attempting the install.
Not sure why it can't use wine-mono.
Another way to possibly test: You can unpack the installer exe with 7-zip, then the $TEMP folder contains the installers, e.g. LST_V1.71_Installer.exe
If you run those, they will complain about missing .NET 3.5 as well.
https://bugs.winehq.org/show_bug.cgi?id=57020
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download, Installer URL| |https://dl.cdn-anritsu.com/ | |en-us/test-measurement/file | |s/Software/Drivers-Software | |-Downloads/Anritsu_SWT_Full | |_Installer_V1.20.exe
https://bugs.winehq.org/show_bug.cgi?id=57020
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=57020
--- Comment #1 from Esme Povirk madewokherd@gmail.com --- The LST installer is looking for C:\windows\Microsoft.NET\Framework\v3.5\MSBuild.exe. It seems putting an empty file there is enough to satisfy it.
https://bugs.winehq.org/show_bug.cgi?id=57020
--- Comment #2 from Esme Povirk madewokherd@gmail.com --- Made an MR: https://gitlab.winehq.org/mono/wine-mono/-/merge_requests/20