https://bugs.winehq.org/show_bug.cgi?id=35732
--- Comment #42 from F H francisco278herrera@gmail.com --- (In reply to F H from comment #41)
(In reply to F H from comment #40)
from what i can tell from winedebug logs and the installer's logs the 2024 creative cloud installer uses html, css, javascript and it still fails at executing some javascript so the installer will grey out the install button since it doesn't extract an install database, i looked at logs run using this command
WINEDEBUG=+relay WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS="--no-sandbox" wine "installer_location" &> aeMSI.txt
where i get errors such as
0264:Call ucrtbase.wcscmp(0ef0d170 L"InitErrorAnotherInstallerRunningUpdate",0ea39dc8 L"constructor") ret=701c4192 and other errors related to constructors
the installer log is located at /home/USERNAME/.wine/drive_c/users/USERNAME/AppData/Local/Temp/CreativeCloud/ ACC/AdobeDownload/
i tried it with msedgewebview2 installed
so i am not sure i can share a log. if i set winedebug=+msxml i get a lot of unimplemented errors