Hi all, I tried "msiexec /p *.msp" to apply patch. And nothing happened. All files are the old ones. Using "wine msiexec /p *.msp", wine displayed this message: fixme:msi:MSI_OpenDatabaseW open failed r = 80030050! Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20080123/02aa426f/attachment.htm
Zhongli wrote:> I tried "msiexec /p *.msp" to apply patch. > And nothing happened. All files are the old ones. > Using "wine msiexec /p *.msp", wine displayed this message: > fixme:msi:MSI_OpenDatabaseW open failed r = 80030050!First off, I hope there was only one .msp file in the directory, msiexec seems to only handle one. What app is this? Maybe you've found a bug in wine's msi. - Dan