Am Dienstag, 24. Mai 2005 02:21 schrieb Sven Paschukat:
This patch breaks installation of Microsofts MSI 2.0, InstMsiA.exe. During install with WINEDLLOVERRIDES="msiexec.exe=n,b" wine InstMsiA.exe there comes the error: "Installer besitzt keine ausreichenden Berechtigungen, um diese Datei zu verändern: C:\Config.Msi\658-rbf."
The file is: sven@linux:~/wine/tools> ls -l ~/.wine/drive_c/Config.Msi/ insgesamt 4 -rw-r--r-- 1 sven users 677 2005-05-24 02:03 657.rbs lrwxrwxrwx 1 sven users 34 2005-05-24 02:00 658.rbf -> /usr/local/lib/wine/msiexec.exe.so
I think it tries to modify/remove the linked file.
Sven
Hello Sven,
for my understanding the msi installer shipped with wine should become so good that the native one from Microsofts is not longer needed.
So why do you like to install "Microsofts MSI 2.0" ? Do you need it for another installer? How does this installer fail with the buildin MSI?
Bye Stefan