Run and Install MSI file in CentOS 6

0

I am trying to run the MSI file, i.e. ArgoSoft to set up a local mail server for my application. I can't run it on my local machine as I am using VPN, I am running all my services on CentOS 6 provided to me by my client

I have tried installing wine, and initiating the service on /etc/init.d

[root@john argosoft]# ll total 2928 -rw-r--r-- 1 root root 2996736 May 22 2019 MailServerSetup64.msi [root@john argosoft]# wine start MailServerSetup64.msi fixme:exec:SHELL_execute flags ignored: 0x00000100 [root@john argosoft]# fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:module:load_library unsupported flag(s) used (flags: 0x00000800) fixme:module:load_library unsupported flag(s) used (flags: 0x00000800) fixme:module:load_library unsupported flag(s) used (flags: 0x00000800) fixme:module:load_library unsupported flag(s) used (flags: 0x00000800) fixme:module:load_library unsupported flag(s) used (flags: 0x00000800) err:msi:ITERATE_Actions Execution halted, action L"VSDCA_VsdLaunchConditions" returned 1603

[root@john argosoft]# wine msiexec /i MailServerSetup64.msi fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:module:load_library unsupported flag(s) used (flags: 0x00000800) fixme:module:load_library unsupported flag(s) used (flags: 0x00000800) fixme:module:load_library unsupported flag(s) used (flags: 0x00000800) fixme:module:load_library unsupported flag(s) used (flags: 0x00000800) fixme:module:load_library unsupported flag(s) used (flags: 0x00000800) err:msi:ITERATE_Actions Execution halted, action L"VSDCA_VsdLaunchConditions" returned 1603

[root@john argosoft]# wine64 msiexec /i MailServerSetup64.msi fixme:ntdll:NtLockFile I/O completion on lock not implemented yet err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:winediag:nulldrv_CreateWindow Application tried to create a window, but no driver could be loaded. err:winediag:nulldrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly. err:msi:dialog_run_message_loop Failed to create dialog L"MaintenanceForm" err:msi:dialog_run_message_loop Failed to create dialog L"ProgressForm" fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut err:msi:ITERATE_PublishIcon Unable to create file L"C:\users\root\Application Data\Microsoft\Installer\{AD910EFF-A064-46C7-B18B-FB3EE83CAB5E}\_7AB2068C1ADCC142DB6283.exe" err:msi:dialog_run_message_loop Failed to create dialog L"FinishedForm"

[root@john argosoft]# wine64 start MailServerSetup64.msi fixme:exec:SHELL_execute flags ignored: 0x00000100 [root@john argosoft]# fixme:ntdll:NtLockFile I/O completion on lock not implemented yet err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:winediag:nulldrv_CreateWindow Application tried to create a window, but no driver could be loaded. err:winediag:nulldrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly. err:msi:dialog_run_message_loop Failed to create dialog L"MaintenanceForm" err:msi:dialog_run_message_loop Failed to create dialog L"ProgressForm" fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut err:msi:ITERATE_PublishIcon Unable to create file L"C:\users\root\Application Data\Microsoft\Installer\{AD910EFF-A064-46C7-B18B-FB3EE83CAB5E}\_7AB2068C1ADCC142DB6283.exe" err:msi:dialog_run_message_loop Failed to create dialog L"FinishedForm"

I expect to set up a mail server for my centos machine

centos
windows-installer
centos6
wine
asked on Stack Overflow May 22, 2019 by jay • edited May 22, 2019 by Sfili_81

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0