How to run 3DVia Shape on OpenSUSE with Wine?

Hello,
recently I’ve discovered this really interesting and intuitive 3D CAD software. It’s similar to SketchUp and its free: http://www.3dvia.com/products/3dvia-shape/
Unfortunately it runs only with windows, so I would to know if somebody was able to run it on OpenSUSE with wine. I’ve tried but failed :’(

After launching the setup I get the message window below:

http://img5.fotos-hochladen.net/uploads/setupfailednkvybr5i0m.jpg](http://www.fotos-hochladen.net)

By inspecting the indicated log file all I see is what follow:

11/07/14 - 18:06:31: Begin bootstrap setup for 3DVIA Shape installation
11/07/14 - 18:06:31: IN-> IsUserAdmin()
11/07/14 - 18:06:31: OUT-> IsUserAdmin()
11/07/14 - 18:06:31: IN-> IsOSAuthorized()
11/07/14 - 18:06:31: Microsoft Windows XP Professional x64 Edition 
11/07/14 - 18:06:31: OUT-> IsOSAuthorized() - OK 
11/07/14 - 18:06:31: IN-> IsVideoCardOK()
11/07/14 - 18:06:31: Video Card Name = Unknown
11/07/14 - 18:06:31: Video Memory = 0  MB
11/07/14 - 18:06:31: OUT-> IsVideoCardOK() - OK 
11/07/14 - 18:06:31: IN->CheckNeedInstall ()
11/07/14 - 18:06:31: 3DVIA Shape is not installed
11/07/14 - 18:06:31: OUT->CheckNeedInstall  returns true
11/07/14 - 18:06:31: Version 01-28-2011.22.00
11/07/14 - 18:06:31: IN->CheckAllPrereqs ()
11/07/14 - 18:06:31: IN->IsPrereqVC ()
11/07/14 - 18:06:31: VC9 prerequisites are not installed
11/07/14 - 18:06:31: OUT->IsPrereqVC  VC9 Prerequistes need to be installed
11/07/14 - 18:06:31: IN->IsPrereqMSXML ()
11/07/14 - 18:06:31:  Prereqs MSXML OK
11/07/14 - 18:06:31: OUT->IsPrereqMSXML ()
11/07/14 - 18:06:31: OUT->CheckAllPrereqs ()
11/07/14 - 18:06:36: IN-> IsEnoughDiskSpace()
11/07/14 - 18:06:36: 403698028544 bytes
11/07/14 - 18:06:36: OUT-> IsEnoughDiskSpace() - OK 
11/07/14 - 18:06:36: IN->ThreadDownloadInstall ()
11/07/14 - 18:06:36: Temporary folder : C:\users\giulio\Temp\3DVIAS36\
11/07/14 - 18:06:36: IN->DownloadPrereqs ()
11/07/14 - 18:06:36: Downloading C:\users\giulio\Temp\3DVIAS36\InstallDSSoftwareVC9Prerequisites_x86_x64.msi from http://dlauth.3dvia.com/shape/shape_v40/InstallDSSoftwareVC9Prerequisites_x86_x64.msi
11/07/14 - 18:06:36: Downloading VC9 prerequisites...
11/07/14 - 18:06:37: OUT->ThreadDownloadInstall () KO 

Seems that it try todownload an .msi installer file. Any clue?:\

My current configuration:
Wine = 1.7.29
Opensuse = 12.2 + KDE 4.8.5

I’ve searched for the required .msi file and downloaded it. After I’ve decided to follow the official instructions for MSI files (see http://wine-wiki.org/index.php/MSI) but it won’t work (error = “fixme:ntdll:NtLockFile I/O completion on lock not implemented yet”).
:frowning: