1. Wine Version: wine-1.8.7 (Raspbian 1.8.7-2)
2. Equipment: Raspberry Pi3 B+
3. Operating System: Linux raspberrypi 4.9.80-v7+ #1 SMP Sun Mar 25 11:02:49 UTC 2018 armv7l GNU/Linux
4. The problem that I encountered:
I made a simple windows form application just to show "Hello World" using Visual Studio 2017 Community. Also, I created a Windows installer project, making my application into a setup.exe & ProjectName.msi.
Next, I copied these .exe & .msi files to my Raspberry Pi and run them under WINE. (I placed these 2 files under "/home/pi/.wine/drive_c/windows".) Then I opened up a terminal:
Code: Select all
pi@raspberrypi:~ $ wine setup.exe
Code: Select all
err:process:create_process L"C:\\windows\\system32\\setup.exe" not supported on this installation (x86 binary)
wine: Bad EXE format for C:\windows\system32\setup.exe.
Code: Select all
pi@raspberrypi:~ $ wine start UpCountSetup.msi
It asked me to select installation folder[*2]. I couldn't select the folder I want. When I clicked the "Browse" button, no folders were shown[*3].
I tried to proceed with the installation, and I clicked Next. However, the Setup Wizard showed, "Installation Incomplete: The installer was interrupted before project could be installed. You need to restart the installer to try again." (https://drive.google.com/file/d/1QIK8xw ... sp=sharing)
and the terminal showed these errors:
Code: Select all
pi@raspberrypi:~ $ wine start UpCountSetup.msi
pi@raspberrypi:~ $ 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:msi:cabinet_copy_file failed to create L"\\UpCount\\UpCount.exe" (error 3)
err:msi:extract_cabinet_stream FDICopy failed
err:msi:ACTION_InstallFiles Failed to extract cabinet: L"#_0B0F73305850037AF167C18AE0A06B21"
err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603

Thanks
