Problem to install MSI file

Questions about Wine on Linux
Locked
hernan1111
Newbie
Newbie
Posts: 2
Joined: Thu Jan 20, 2011 3:20 pm

Problem to install MSI file

Post by hernan1111 »

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! :)
James McKenzie

Problem to install MSI file

Post by James McKenzie »

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.msi
Need 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: Select all

 
wine - version 
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
hernan1111
Newbie
Newbie
Posts: 2
Joined: Thu Jan 20, 2011 3:20 pm

Post by hernan1111 »

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!
snejjj
Level 3
Level 3
Posts: 63
Joined: Sun Jul 25, 2010 5:25 am

Post by snejjj »

Upgrade to Wine 1.3.12. That will probably solve your problem.
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Post by doh123 »

its wine --version not wine -version .... two -'s

anything before 1.2.2 need to be upgraded for sure... 1.3.12 probably being the best bet right now.

Also try start.exe to run the msi files, I've always had more luck


cd /path/to/installer
wine start installername.msi
James Mckenzie

Problem to install MSI file

Post by James Mckenzie »

hernan1111 <[email protected]> wrote:
Sent: Jan 23, 2011 9:53 AM
To: [email protected]
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
MacHam
Newbie
Newbie
Posts: 1
Joined: Tue Aug 27, 2013 3:47 pm

Re: Problem to install MSI file

Post by MacHam »

Sorry if this hijacks this post in any way everyone!
I am however having much the same problem but am running Wine version 1.4.1 in my Debian machine and it won't run logmein.
Any other ideas?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problem to install MSI file

Post by dimesio »

Start by upgrading Wine to 1.6 or later. If that doesn't fix it, post terminal output.
Locked