Trouble installing Foxit PhantomPDF (a pdf editor)

Questions about Wine on Linux
Locked
14_hands
Newbie
Newbie
Posts: 1
Joined: Sun Aug 13, 2017 1:59 pm

Trouble installing Foxit PhantomPDF (a pdf editor)

Post by 14_hands »

Installed wine and also did/installed the following:

Code: Select all

sudo dpkg --add-architecture i386
export WINEARCH=win32 && winecfg
sudo apt-get install winbind
sudo apt-get install winetricks
Yet attempting to install Foxit PhantomPDF, both in version 7 and 8 (available as a free trial version download here https://www.foxitsoftware.com/downloads ... -Business/) and also with minimal custom features selected in the installer won't install but rather exits prematurely.

This is encouraging but not very verbose: https://appdb.winehq.org/objectManager. ... &iId=14090
And this might help pinpoint the issue(s): https://help.foxitsoftware.com/kb/foxit ... turely.php together with http://forums.foxitsoftware.com/forum/p ... f-an-error

Here one of the many installation attempts, together with errors returned:

Code: Select all

wine msiexec /i FoxitPhantomPDF831_enu_Setup.msi 
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:richedit:ReadColorTbl malformed entry
err:richedit:ReadColorTbl malformed entry
err:richedit:ReadColorTbl malformed entry
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
fixme:msi:event_spawn_wait_dialog doing nothing
err:msi:cabinet_copy_file failed to create L"C:\\Program Files\\Foxit Software\\Foxit PhantomPDF\\FoxitConnectedPDFService.exe" (error 3)
err:msi:extract_cabinet_stream FDICopy failed
err:msi:ACTION_InstallFiles Failed to extract cabinet: L"#media1.cab"
err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
Any help much appreciated!
Locked