fazbear201 / winezeug

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

dotnet20 requires Microsoft Installer 3.0 #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. sh winetricks dotnet20

2. ask for install Microsoft Installer 3.0 
3.

What is the expected output? What do you see instead?
winetricks have a installer of msi3 ? 

What version of the product are you using? On what operating system?
Fedora 10 
wine-core-1.1.12-1.fc10.i386

Please provide any additional information below.

I 'd like know install Microsoft Installer 3.0 for other proposes also 

Original issue reported on code.google.com by ser...@gmail.com on 16 Feb 2009 at 11:07

GoogleCodeExporter commented 8 years ago
"winetricks dotnet20" installs fine here with wine-1.1.15,
and I think it worked fine back in 1.1.12 days, too.

Can you try cleaning out your ~/.wine directory before running?

(Or maybe try building Wine from source to get the latest; I
doubt it will help, but if all else fails, it's something to try.)

Original comment by daniel.r...@gmail.com on 17 Feb 2009 at 10:21

GoogleCodeExporter commented 8 years ago
after clean .wine with VERSION=20090214

wineserver crashed, please enable coredumps (ulimit -c unlimited) and restart.

after ulimit -c unlimited and kill all wine procs 

sh winetricks dotnet20
wine: Unhandled exception 0xc06d007e at address 0x6032fe60 (thread 0073), 
starting
debugger...

Original comment by ser...@gmail.com on 18 Feb 2009 at 12:08

GoogleCodeExporter commented 8 years ago
this issue was fixed , I don't remember well why .
update of wine .
or not use xp by default .
or winetricks dotnet20 try set wine in 98 , or something like that .

Thanks, 

Original comment by ser...@gmail.com on 12 Mar 2009 at 9:20

GoogleCodeExporter commented 8 years ago
1- Download Windows Installer 3.0 (requires Windows license or from this link
http://pt.kioskea.net/telecharger/telechargement-14-windows-installer )

2- Double click the file and install like you do with any software on wine.

3- Run wine tricks and select dotnet20 (if doesn't work type on console 
winetricks
dotnet20 or just go to the folder ./winetricks/dotnet20 and run the file.

Original comment by luismanu...@gmail.com on 23 May 2009 at 11:19

GoogleCodeExporter commented 8 years ago
Is this still an issue for you?

Original comment by austinenglish@gmail.com on 28 May 2009 at 3:38

GoogleCodeExporter commented 8 years ago
not anymore , I don't had time to test it well ...
I found what I need which was , install .msi programs with: 
wine msiexec /i program.msi
thks for the tip 

Original comment by ser...@gmail.com on 1 Jun 2009 at 11:38

GoogleCodeExporter commented 8 years ago
Invalid then.

Original comment by austinenglish@gmail.com on 10 Aug 2009 at 4:36

GoogleCodeExporter commented 8 years ago
Could this be reopened? Installing dotnet20 in Wine requires Windows Installer 
3.1. Can be freely downloaded from:
http://www.microsoft.com/downloads/details.aspx?familyid=889482FC-5F56-4A38-B838
-DE776FD4138C&displaylang=en

But Winetricks does not see msi31 as a dependency for dotnet20, and there is no 
msi31 entry in Winetricks. (msi20 and msi30 are not enough, and there is also 
no msi30 entry.)

After installing MSI31, dotnet advances further, but still comes no further 
than "the installation is being configured, this could take some minutes", with 
the following error in console, every 10 seconds:

err:ole:CoGetClassObject no class object {000c101c-0000-0000-c000-000000000046} 
could be created for context 0x4

Should I report this as a bug at WineHQ?

Original comment by sjorsgie...@gmail.com on 15 Aug 2010 at 3:45

GoogleCodeExporter commented 8 years ago
Forgot to mention that my Wine version is outdated, 1.1.44. Sorry. I'll make 
sure it's updated before I try again. (The Winetricks version I'm using is 
up-to-date: 20100811.)

Original comment by sjorsgie...@gmail.com on 15 Aug 2010 at 3:46

GoogleCodeExporter commented 8 years ago
//Clean .wine directory

rm -rf ~/.wine

//Reconfigure wine

wineboot --update

Original comment by alnaz...@gmail.com on 19 Oct 2010 at 1:37