Hi everybody! I am brand new in this forum and i hope you can help me on this one. :) I could install wine without problems on my ubuntu 10.04. When i am trying to install an msi file with the following command wine msiexec /i nameOfMsifile.msi i get the following error message err:msidb:load_string_table string table load failed! (00293503 != 00133503) How can i solve this? i cannot figure out how to solve it Thanks very much for your support! :)
On 1/20/11 1:27 PM, hernan1111 wrote:> Hi everybody! > > I am brand new in this forum and i hope you can help me on this one. :) > > I could install wine without problems on my ubuntu 10.04. > > When i am trying to install an msi file with the following command > > wine msiexec /i nameOfMsifile.msiNeed way more information than what is being provided to help you. One: What is the name of the program you are trying to install? Two: Does this program come with an installer that will do the msi call for you? Three: What version of Wine are you using? (hint: Terminal -> [code] wine - version [/code] will get it for you.)> i get the following error message > > err:msidb:load_string_table string table load failed! (00293503 != 00133503) >Looks like corruption in the string table for the msi or we are not retrieving enough or too many strings. James McKenzie
Thanks very much for your response James!! Here is my response: 1) Program: LogMeIn.msi (for remote desktop control) 2) No. It only has the .msi file, not a .exe that calls the msi. 3) I can not use the "wine -version" to get the version number. It says i dont have the version.exe file to retrieve it. However, i re install wine and the version is: wine 0.9.12. Advice!
Upgrade to Wine 1.3.12. That will probably solve your problem.
hernan1111 <wineforum-user at winehq.org> wrote:>Sent: Jan 23, 2011 9:53 AM >To: wine-users at winehq.org >Subject: [Wine] Re: Problem to install MSI file > >Thanks very much for your response James!! > >Here is my response: > >1) Program: LogMeIn.msi (for remote desktop control) >2) No. It only has the .msi file, not a .exe that calls the msi. >3) I can not use the "wine -version" to get the version number. It says i dont have the version.exe file to retrieve it. >However, i re install wine and the version is: wine 0.9.12.That version is very, very, very, very old. Can you supply specifics on the Linux version and distibution you are using? James McKenzie