cckec / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

VS Studio 2008 #226

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be super nice to add support for installing VS 2008.

Situation is right now:
- Cannot install from installer [1] since it fails with:

$ wine vcsetup.exe
fixme:clusapi:GetNodeClusterState ((null),0x33ec04) stub!
fixme:advapi:DecryptFileA "c:\\373479a4f1ac7de79dc04c264d83d961\\" 00000000
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make 
sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the 
winbind package of your distribution.
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:advapi:LsaOpenPolicy ((null),0x33ef78,0x00000001,0x33ef94) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:advapi:LsaOpenPolicy ((null),0x33e5fc,0x00000001,0x33e624) stub
fixme:advapi:LsaClose (0xcafe) stub

- I cannot use VS 2005 with SP1 as indicated in issue #18 and 
http://bugs.winehq.org/show_bug.cgi?id=31039

So please add winetricks VS 2008 C++ installer from iso image at:

http://download.microsoft.com/download/e/8/e/e8eeb394-7f42-4963-a2d8-29559b73829
8/VS2008ExpressWithSP1ENUX1504728.iso

[1] http://www.microsoft.com/visualstudio/en-us/products/2008-editions/express

Thanks !

Original issue reported on code.google.com by mathieu.malaterre on 28 Jun 2012 at 7:38

GoogleCodeExporter commented 8 years ago
Done in r842, but this is the original VC 2008 express, not the SP1 you
pointed to.  SP1 doesn't install yet for me.

Does this new verb work for you?

Original comment by daniel.r...@gmail.com on 29 Jun 2012 at 5:55

GoogleCodeExporter commented 8 years ago
No. It does not work. I had to quit installation after 3hours. It was not doing 
anything as far I know. It got stuck at the very last installation steps.

trailing messages were:

fixme:ole:Context_CC_ContextCallback (0x1c6c98/0x1c6c9c)->(0x7a0bf71d, 
0x340e430, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
fixme:ole:Context_CC_ContextCallback (0x1c6c98/0x1c6c9c)->(0x7a0bf71d, 
0x340e430, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
fixme:ole:Context_CC_ContextCallback (0x1c6c98/0x1c6c9c)->(0x7a0bf71d, 
0x340e430, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
fixme:shell:URL_ParseUrl failed to parse L"Microsoft.VisualStudio.Data.Package"
fixme:thread:NtGetCurrentProcessorNumber need multicore support (8 processors)
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled

Thanks anyway. I am using VS 2008/SP1 which seems to be working nicely with my 
wine 1.5.5.

Original comment by mathieu.malaterre on 29 Jun 2012 at 2:21

GoogleCodeExporter commented 8 years ago
With current git, 'winetricks -q vc2008express' works fine here; 
it takes about 13 minutes (assuming the downloads are already in the cache).

Original comment by daniel.r...@gmail.com on 30 Jun 2012 at 2:06

GoogleCodeExporter commented 8 years ago
I suspect the problem is vc2008 needs wine-1.5.7 or later.

BTW here's a little writeup on how to use it to build and run Cinder apps: 
http://kegel.com/wine/cinder/

Original comment by daniel.r...@gmail.com on 1 Jul 2012 at 7:05