Re: MSI in Wine

2004-07-05 Thread Mike McCormack
Hi Gearoid, Aric and I have been working on a replacement for MSI.DLL that would eliminate the need to download the Windows installer distributable to install .msi files. We have made quite a bit of progress on this in the last couple of months, but the work is not yet complete. After I finish

MSI in Wine

2004-07-05 Thread Gearoid Donnellan
Hey again, I am very shocked that this actually works and you probably know already but If you down load and extract the Windows Installer redistributable in the wine directory you can then install MSI's using "wine msiexec /i ". Tried it with winzip.msi and it worked perfectly. Don't know if th