How to run a program installed on the Windows partition with Wine?

Solution 1:

Some applications can be copied from Windows to Wine and still work, but don't try this unless you like tinkering under the hood of your car while it's running.

Wine is not designed to interact with an existing Windows installation. If you have any data you need from a Windows installation, browse your Windows filesystems in your normal file manager and copy the data to another location.

WARNING: Do not try to configure Wine to point to your actual Windows C:\ drive.
This will break Windows and require a Windows reinstall.

We have tried to make this hard to do, so you probably cannot do it by accident.

If you do manage this, Wine may or may not continue to operate, but your Windows install will be 100% dead due to critical parts of it being overwritten.
The only way to fix Windows after this has happened is to reinstall it.

Source