manoj96067
2009-Jun-23 12:33 UTC
[Wine] Installing VC++ 2005 SP1 Redistribution using wine
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
install with winetricks as follows: sh winetricks vcrun2005sp1
There is some problem in downloading the file. Download the vcredist_x86.exe from the link separately, execute it with wine.
manoj96067
2009-Jun-24 05:00 UTC
[Wine] Re: Installing VC++ 2005 SP1 Redistribution using wine
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
2009-Jun-24 07:04 UTC
[Wine] Installing VC++ 2005 SP1 Redistribution using wine
On Wed, Jun 24, 2009 at 1:00 AM, manoj96067<wineforum-user at winehq.org> 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
(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
2009-Jun-25 10:27 UTC
[Wine] Re: Installing VC++ 2005 SP1 Redistribution using wine
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
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