First when I tried installing it off the bat, it required MDAC, and would run the same script over and over saying "your system will need to reboot once we have completed installing MDAC" then switching to "we encountered errors when attemting to install MDAC" and repeating. I was unable to find out what version of MDAC was required, and tried using wine to install 2.6, 2.7, and 2.8 before learning about winetricks. I was finally able to get winetricks to look like it completed on MDAC 2.5 (2.7 and 2.8 errored after searching the hard drive for space) but I do not know how to confirm it is installed.
Now when attempting to execute the setup.exe it gives me a list of commands related to msiexec for installing, advertising, platching, removing, and so on. I've tried a few different things to get it to go on from here with the same results, first is entering the "msiexec /i" or "msiexec /i setup.exe" at this screen. second is adjusting my original execution syntax to
Code: Select all
wine setup.exe msiexec /i
Code: Select all
wine msiexec /i setup.exe
fixme:msi:MSI_OpenDatabaseW open failed r = 80030050 for L"C:\\windows\\profiles\\root\\msi1d5.tmp""
I did try finding advice from the wine wiki for msiexe http://wiki.jswindle.com/index.php/Wine_MSI and tried to pass the option
Code: Select all
WINEDLLOVERRIDES=msi,msiexec=native
Thanks for any suggestions.