I'm trying to do what should be a very simple job with Darwine, but its driving me totally mad. What I need to do is to install the Dcom98 stuff from MS to get Installshield installers working, something I've done plenty of times with standard Wine. This is what I've tried:
Opening the exe file directly (WineHelper)- Doesn't work, needs a DLL overridden with the command line options.
Using the standard command line command for Wine- "wine: command not found"
Dropped the Darwine stuff into /usr- It can now find Wine & use the command line options (Not an ideal situation I know), but it tells me its failed to create a window & to check the X-Server drivers. The window in question is created perfectly running through Winehelper, suggesting an X config error somwhere along the line, but I only have experience with the standard Linux X-server config, nothing with the Darwin variant.
I also seem unable to find the primary Wine config file, as it appears not to be in the Library folder, or I would have tried the dll overrides from there.
This is the command wanted for installing Dcom-
I am then going to need to run the setup file with this one-
and I suspect I'm going to have precisely the same problems, so help appreciated.
The commands in question work fine on the Ubuntu box
-Leezer-
Opening the exe file directly (WineHelper)- Doesn't work, needs a DLL overridden with the command line options.
Using the standard command line command for Wine- "wine: command not found"
Dropped the Darwine stuff into /usr- It can now find Wine & use the command line options (Not an ideal situation I know), but it tells me its failed to create a window & to check the X-Server drivers. The window in question is created perfectly running through Winehelper, suggesting an X config error somwhere along the line, but I only have experience with the standard Linux X-server config, nothing with the Darwin variant.
I also seem unable to find the primary Wine config file, as it appears not to be in the Library folder, or I would have tried the dll overrides from there.
This is the command wanted for installing Dcom-
Code:
WINEDLLOVERRIDES="ole32=n" wine dcom98.exe
Code:
WINEDLLOVERRIDES="ole32,oleaut32,rpcrt4=n" wine setup.exe
The commands in question work fine on the Ubuntu box
-Leezer-