https://bugs.winehq.org/show_bug.cgi?id=45394
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello Alex,
although a 32-bit WINEPREFIX is not supported by the vendor, my results:
'%TEMP%\esriBootStrap.log':
--- snip --- Processor type is : 32 The operating system is : Windows7 The minimum operating system requirement has been met Microsoft MSXML 6 installed on the machine: XML DOM Document 6.0 Microsoft Visual C++ 2017 Redistributable (x86) will be installed on the machine: 14.10.25017
****************************** Input file : C:\users\focht\My Documents\ArcGIS 10.6\Desktop\SetupFiles\setup.ini Installer file : C:\users\focht\My Documents\ArcGIS 10.6\Desktop\SetupFiles\Setup.msi MSXML : NULL X86VCREDIST : C:\users\focht\My Documents\ArcGIS 10.6\Desktop\SetupFiles\support\VCREDIST\vc_redist.x86.exe X64VCREDIST : NULL Operating system: 32 Product Code : {F8206086-367E-44E4-9E24-92E9E057A63D} Product Name : ArcGIS Desktop 10.6 Microsoft Sql CLR Types x86: NULL Microsoft Sql CLR Types x64: NULL Microsoft Windows Installer : NULL Install Mode : Windows Operating System : Windows7
Installing Microsoft Visual C++ 2017 Redistributable (x86) : failed. --- snip ---
Re-running the installer after 'winetricks -q vcrun2017':
--- snip --- $ pwd /home/focht/Documents/ArcGIS 10.6/Desktop
$ WINEDEBUG=+msgbox wine ./Setup.exe ... 002e:trace:msgbox:MSGBOX_OnInit L"This operating system is not supported. See http://support.esri.com for more information." 002e:err:msi:ITERATE_Actions Execution halted, action L"IncorrectOS" returned 1603 --- snip ---
Setting 'WinVer' to 'Windows 8' and re-running the installer:
--- snip --- $ WINEDEBUG=+msgbox wine ./Setup.exe
0035:trace:msgbox:MSGBOX_OnInit L"This operating system is not supported. See http://support.esri.com for more information." 0035:err:msi:ITERATE_Actions Execution halted, action L"IncorrectOS" returned 1603 --- snip ---
Logfile:
--- snip --- Processor type is : 32 The operating system is : Windows8 The minimum operating system requirement has been met Microsoft MSXML 6 installed on the machine: XML DOM Document 6.0 Microsoft Visual C++ 2017 Redistributable (x86) is installed on the machine: 14.11.25325
****************************** Input file : Z:\home\focht\Documents\ArcGIS 10.6\Desktop\SetupFiles\setup.ini Installer file : Z:\home\focht\Documents\ArcGIS 10.6\Desktop\SetupFiles\Setup.msi MSXML : NULL X86VCREDIST : NULL X64VCREDIST : NULL Operating system: 32 Product Code : {F8206086-367E-44E4-9E24-92E9E057A63D} Product Name : ArcGIS Desktop 10.6 Microsoft Sql CLR Types x86: NULL Microsoft Sql CLR Types x64: NULL Microsoft Windows Installer : NULL Install Mode : Windows Operating System : Windows8
InstallProduct returned 1603 Product was installed unsuccessfully --- snip ---
Setting 'WinVer' to 'Windows 8.1':
--- snip --- $ WINEDEBUG=+msgbox wine ./Setup.exe
002e:trace:msgbox:MSGBOX_OnInit L"ArcGIS Desktop 10.6 requires Microsoft .NET Framework 4.5 or higher. Please see the Installation Guide for more information. To download and install Microsoft .NET Framework, visit the Microsoft Web site or contact your system administrator." 002e:err:msi:ITERATE_Actions Execution halted, action L"LaunchConditions" returned 1603 --- snip ---
Logfile:
--- snip --- Processor type is : 32 The operating system is : Windows8.1 The minimum operating system requirement has been met Microsoft MSXML 6 installed on the machine: XML DOM Document 6.0 Microsoft Visual C++ 2017 Redistributable (x86) is installed on the machine: 14.11.25325
****************************** Input file : Z:\home\focht\Documents\ArcGIS 10.6\Desktop\SetupFiles\setup.ini Installer file : Z:\home\focht\Documents\ArcGIS 10.6\Desktop\SetupFiles\Setup.msi MSXML : NULL X86VCREDIST : NULL X64VCREDIST : NULL Operating system: 32 Product Code : {F8206086-367E-44E4-9E24-92E9E057A63D} Product Name : ArcGIS Desktop 10.6 Microsoft Sql CLR Types x86: NULL Microsoft Sql CLR Types x64: NULL Microsoft Windows Installer : NULL Install Mode : Windows Operating System : Windows8.1 --- snip ---
Still can't reproduce this. Anyway, I don't question the need for this stub but I wanted at least to see which installer part/component/custom action triggers it.
Regards