Installing VC++ 2005 SP1 Redistribution using wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
manoj96067
Level 1
Level 1
Posts: 6
Joined: Tue Jun 23, 2009 6:48 am

Installing VC++ 2005 SP1 Redistribution using wine

Post by manoj96067 »

Hi,

I am working on ubuntu 8.10. I have compiled & installed the wine-1.0.1.
Now I am trying to install Microsoft Visual C++ 2005 SP1 Redistribution. But installation stops with any success or failure message. The following messages are coming on console:
******************************************************************************************************
fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP000.TMP\\" 00000000
fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP001.TMP\\" 00000000
fixme:advapi:LookupAccountNameW (null) L"manoj" (nil) 0x33f87c (nil) 0x33f880 0x33f874 - stub
fixme:advapi:LookupAccountNameW (null) L"manoj" 0x12ab20 0x33f87c 0x12f948 0x33f880 0x33f874 - stub
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
fixme:msi:msi_unimplemented_action_stub RemoveExistingProducts -> 1 ignored L"Upgrade" table values
fixme:msi:msi_unimplemented_action_stub MsiUnpublishAssemblies -> 10 ignored L"MsiAssembly" table values
err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly
err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly
err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly
err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly
err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly
err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly
err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly
err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly
err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly
err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly
******************************************************************************************************

Is there any step which I am missing?
Please suggest me.

Thanks in advance.

Regards,
Manoj Kumar
krish
Level 2
Level 2
Posts: 25
Joined: Mon Apr 20, 2009 9:48 am

Post by krish »

install with winetricks as follows:

sh winetricks vcrun2005sp1
manoj96067
Level 1
Level 1
Posts: 6
Joined: Tue Jun 23, 2009 6:48 am

Post by manoj96067 »

HI,

Thanks krish for your reply.

I have run the command as you suggested, but the following message prints on console:
***************************************
Executing wget -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/ ... st_x86.exe
--2009-06-23 15:30:49-- http://download.microsoft.com/download/ ... st_x86.exe
Resolving download.microsoft.com... 198.87.182.160, 198.87.182.155, 198.87.182.146
Connecting to download.microsoft.com|198.87.182.160|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden: body content-type denied
2009-06-23 15:30:51 ERROR 403: Forbidden: body content-type denied.

Note: command 'wget -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/ ... st_x86.exe' returned status 1. Aborting.
***************************************

Regards,
Manoj Kumar
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Installing VC++ 2005 SP1 Redistribution using wine

Post by austin987 »

On Tue, Jun 23, 2009 at 7:57 AM, manoj96067<[email protected]> wrote:
HI,

Thanks krish for your reply.

I have run the command as you suggested, but the following message prints on console:
***************************************
Executing wget -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/ ... st_x86.exe
--2009-06-23 15:30:49--  http://download.microsoft.com/download/ ... st_x86.exe
Resolving download.microsoft.com... 198.87.182.160, 198.87.182.155, 198.87.182.146
Connecting to download.microsoft.com|198.87.182.160|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden: body content-type denied
2009-06-23 15:30:51 ERROR 403: Forbidden: body content-type denied.

Note: command 'wget -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/ ... st_x86.exe' returned status 1.  Aborting.
***************************************

Regards,
Manoj Kumar





What version of winetricks?

--
-Austin
krish
Level 2
Level 2
Posts: 25
Joined: Mon Apr 20, 2009 9:48 am

Post by krish »

There is some problem in downloading the file.

Download the vcredist_x86.exe from the link separately, execute it with wine.
manoj96067
Level 1
Level 1
Posts: 6
Joined: Tue Jun 23, 2009 6:48 am

Post by manoj96067 »

Hi,

I have already downloaded vcredist_x86.exe separartly, but it is not installed & gives the error which I copied in my first message.

Please tell me where I am wrong.

Thanks & Regards,
Manoj Kumar
John Drescher

Installing VC++ 2005 SP1 Redistribution using wine

Post by John Drescher »

On Wed, Jun 24, 2009 at 1:00 AM, manoj96067<[email protected]> wrote:
Hi,

I have already downloaded vcredist_x86.exe separartly, but it is not installed & gives the error which I copied in my first message.

Please tell me where I am wrong.
Did you put the file in your winetricks cache? The error appears that
the script can no longer automatically download that file from
microsoft.

John
krish
Level 2
Level 2
Posts: 25
Joined: Mon Apr 20, 2009 9:48 am

Post by krish »

(1)comment out the dowanloading part of vcredist_x86.exe from winetricks
(2)create a directory .winetrickscache/vcrun2005sp1/ and copy the downladed vcredist_x86.exe into it.
(3)Execute
sh winetricks.sh vcrun2005sp1
manoj96067
Level 1
Level 1
Posts: 6
Joined: Tue Jun 23, 2009 6:48 am

Post by manoj96067 »

Hi,

Thanks for the reply.

Krish@
After following your steps, I got the following errors:
***************************************************************************
Executing wine /home/manoj/winetrickscache/vcrun2005sp1/vcredist_x86.exe
fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP000.TMP\\" 00000000
fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP001.TMP\\" 00000000
fixme:advapi:LookupAccountNameW (null) L"manoj" (nil) 0x33f87c (nil) 0x33f880 0x33f874 - stub
fixme:advapi:LookupAccountNameW (null) L"manoj" 0x12a340 0x33f87c 0x12f168 0x33f880 0x33f874 - stub
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
fixme:msi:msi_unimplemented_action_stub RemoveExistingProducts -> 1 ignored L"Upgrade" table values
fixme:msi:msi_unimplemented_action_stub MsiUnpublishAssemblies -> 10 ignored L"MsiAssembly" table values
err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly
err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly
err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly
err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly
err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly
err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly
err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly
err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly
err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly
err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly
Install of vcrun2005sp1 done
winetricks done.
***********************************************************************
It shows vcrun2005sp1 done, but the error messages above are the same as I mentioned in the first mail.

Is there anything else I need to do?

Regards,
Manoj Kumar
krish
Level 2
Level 2
Posts: 25
Joined: Mon Apr 20, 2009 9:48 am

Post by krish »

Which version of wine you are using?
You shouldnt get those err messages.

Remove the complete .wine directory
Go for wine-1.1.24 and check the same.
If still you get the same problem then check for proper vcredist_x86.exe file
clincher
Newbie
Newbie
Posts: 3
Joined: Wed Jul 29, 2009 3:23 am

Post by clincher »

Don't want to start a new thread, I think its the same problem. I use ubuntu jaunty and wine 1.1.26, I tried to install secret of monkey island SE which needs vcrun2005sp1 to work. I tried both manual and winetricks but when I run the game I get;

fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50727.762)
err:module:import_dll Library MSVCP80.dll (which is needed by L"C:\\Program Files\\Secret Of Monkey Island SE\\MISE.exe") not found
err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Program Files\\Secret Of Monkey Island SE\\MISE.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Secret Of Monkey Island SE\\MISE.exe" failed, status c0000135

which I think is missing dlls from vcrun2005sp1. When I install vcrun2005sp1, I get the following;

fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP000.TMP\\" 00000000
fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP001.TMP\\" 00000000
fixme:advapi:LookupAccountNameW (null) L"snot" (nil) 0x33f80c (nil) 0x33f810 0x33f804 - stub
fixme:advapi:LookupAccountNameW (null) L"snot" 0x1366b0 0x33f80c 0x1361f0 0x33f810 0x33f804 - stub
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
fixme:msi:msi_unimplemented_action_stub RemoveExistingProducts -> 1 ignored L"Upgrade" table values
fixme:msi:msi_unimplemented_action_stub MsiUnpublishAssemblies -> 10 ignored L"MsiAssembly" table values
fixme:mscoree:LoadLibraryShim (0x7ee2ed4c L"fusion.dll", (nil), (nil), 0x33f934): semi-stub
Install of vcrun2005sp1 done

I tried removing and reinstalling wine from the start but it didn't work either. Any sugestion?

thanks in advance
krish
Level 2
Level 2
Posts: 25
Joined: Mon Apr 20, 2009 9:48 am

Post by krish »

Can you list the size of vcredist_x86.exe downloaded for both vcrun2005 and vcrun2005sp1?
clincher
Newbie
Newbie
Posts: 3
Joined: Wed Jul 29, 2009 3:23 am

Post by clincher »

The vcredist_x86.exe size for vcrun2005 is 2.6 MB (2686232 bytes), while the sp one is 2.6 MB (2723264 bytes)
krish
Level 2
Level 2
Posts: 25
Joined: Mon Apr 20, 2009 9:48 am

Post by krish »

Yes.The same version works for me.

Which version of wine are you using?

Do a fresh installation and try with below steps once again:

1.remove .wine
2.You can directly execute the downloaded vcrun2005sp1 executable,vcredist_x86.exe with wine with which it will install the redistributable package.
krish
Level 2
Level 2
Posts: 25
Joined: Mon Apr 20, 2009 9:48 am

Post by krish »

I guess you are also done with your installation.
You can skip the fixme messages at this point.
You can run your executables now and check.
clincher
Newbie
Newbie
Posts: 3
Joined: Wed Jul 29, 2009 3:23 am

Post by clincher »

I use wine 1.1.26 but also tried the 1.0.1 one. I've clean insalled wine many times and then vcrun2005sp1 with winetricks or manual but the MSVCP80.dll missing error keeps appearing
JuryS
Level 2
Level 2
Posts: 23
Joined: Fri Jul 31, 2009 5:15 pm

Post by JuryS »

At me absolutely same problem at start MS Office Access Runtime.

This program free, the link for downloading:

http://www.microsoft.com/downloads/details.aspx? FamilyID=d9ae78d9-9dc6-4b38-9fa6-2c745a175aed&DisplayLang=en

It is a problem of the programming language C, therefore and does not work MSVCR80.dll

The bug is already registered on WineHQ at number 19297:

http://bugs.winehq.org/show_bug.cgi? id=19297

I ask to support and also in this bug to leave the wishes on development wine. Can be then there will be at least a date of correction of the Bug

All thanks
JuryS
Level 2
Level 2
Posts: 23
Joined: Fri Jul 31, 2009 5:15 pm

Post by JuryS »

At me absolutely same problem at start MS Office Access Runtime.

This program free, the link for downloading:

http://www.microsoft.com/downloads/deta ... layLang=en

It is a problem of the programming language C, therefore and does not work MSVCR80.dll

The bug is already registered on WineHQ at number 19297:

http://bugs.winehq.org/show_bug.cgi?id=19297

I ask to support and also in this bug to leave the wishes on development wine. Can be then there will be at least a date of correction of the Bug

All thanks
Locked