https://bugs.winehq.org/show_bug.cgi?id=50782
--- Comment #7 from Javier Domingo Cansino javierdo1@gmail.com --- So I have been able to launch it, the missing piece was msxml6. As it seems msxml3 was just a part of the puzzle.
Steps to start it:
``` wine ~/Downloads/pCon.planner_setup.exe # Do all the install steps until the timeout line appears winetricks dlls msxml3 winetricks dlls msxml6 cd $(WINEPREFIX)/drive_c/Program\ Files/EasternGraphics/pCon.planner\ STD/bin/ wine planner.exe ```
The CD is important because wine doesn't seem to look for DLLs inside the bin folder.