http://bugs.winehq.org/show_bug.cgi?id=30360
--- Comment #14 from Masum Habib masum.habib@gmail.com 2013-01-09 18:03:20 CST --- I just wanted to let you guys know that I have found an workaround. This works only with the 32bit version of PDFXViewer. Do the following:
1. Create a new wine directory (this step is mandatory): mkdir $HOME/wine32
2. Force wine to use 32 bit version: export WINEPREFIX=$HOME/wine32 export WINEARCH=win32 wine winecfg
3. Run the installer using wine. It now should work just fine. It worked for me both in Arch Linux and Ubuntu 12.04 64 bit.
It may be a good idea to add export commands in your .profile or .bash_profile file.
Hope it helps. Thanks. -- Masum