https://bugs.winehq.org/show_bug.cgi?id=55322
Bug ID: 55322 Summary: SBCL 2.3.4: unattended msiexec in administrator mode fails Product: Wine Version: 8.12 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi Assignee: wine-bugs@winehq.org Reporter: awkravchuk@gmail.com Distribution: ---
Created attachment 74916 --> https://bugs.winehq.org/attachment.cgi?id=74916 wine output
I'm trying to use SBCL installer from here https://github.com/roswell/sbcl_bin/releases/download/2.3.4/sbcl-2.3.4-x86-6... in untattended mode:
``` $ wine msiexec /a sbcl-2.3.4-x86-64-windows-binary.msi /qn /lv log.txt &> wine.log; echo $? 90 ``` When using `/i` switch, installation seems to succeed.
Log files are attached below.