Re: acad 2004 license file bug

2006-06-18 Thread Jaap Stolk
autocad 2004 update: (install sort-of completed) Internet Explorer 6: (resolved) -add registry key -change version of fake SHDOCVW.DLL to 6.0 or replace with native 6.0. "EULA not found" error: (bug 3226) (workaround) -the path to the file is not constructed correctly (not a full path) -copy eul

Re: acad 2004 license file bug

2006-06-18 Thread Jaap Stolk
On 6/18/06, Vitaliy Margolen <[EMAIL PROTECTED]> wrote: Sunday, June 18, 2006, 5:36:42 AM, Jaap Stolk wrote: > Now, my question is: how can i set the version of the buildin SHDOCVW.DLL ? > And would MSI actually return the version of the buildin dll ? You need to use latest Wine version that crea

Re: acad 2004 license file bug

2006-06-18 Thread Vitaliy Margolen
Sunday, June 18, 2006, 5:36:42 AM, Jaap Stolk wrote: > Now, my question is: how can i set the version of the buildin SHDOCVW.DLL ? > And would MSI actually return the version of the buildin dll ? You need to use latest Wine version that creates "fake dlls" in the system32 dir. And to set the versio

Re: acad 2004 license file bug

2006-06-18 Thread Jaap Stolk
update: I'm trying to install autoCad 2004. Without winetools I got an error message about IE6 not being found. adding the Software\\Microsoft\\Internet Explorer\Version=6.0.2900.2180 registry key (suggested by Dan Kegel) resulted in a similar error further on in the installation process. I'm usi

Re: acad 2004 license file bug

2006-06-06 Thread Jaap Stolk
On 6/6/06, Mike Hearn <[EMAIL PROTECTED]> wrote: Mike doesn't have AutoCad so it may not be fixed. The problem must lie elsewhere. Native MSI can be installed if you use Win98 mode, or you could try debugging Wines own MSI implementation. I don't think autocad 2004 runs in win98, and I would pr

Re: acad 2004 license file bug

2006-06-06 Thread Jonathan Ernst
Le mardi 06 juin 2006 à 13:03 +0100, Mike Hearn a écrit : > On Tue, 06 Jun 2006 12:36:07 +0100, Mike Hearn wrote: > > Right now we don't set the registry key saying we have IE installed, even > > though many of the DLLs the app probably needs are there and functioning > > correctly. I think the pla

Re: acad 2004 license file bug

2006-06-06 Thread Mike Hearn
On Tue, 06 Jun 2006 12:36:07 +0100, Mike Hearn wrote: > Right now we don't set the registry key saying we have IE installed, even > though many of the DLLs the app probably needs are there and functioning > correctly. I think the plan is to add this reg key after the last of > Jaceks IE work is mer

Re: acad 2004 license file bug

2006-06-06 Thread Mike Hearn
On Mon, 05 Jun 2006 10:23:45 +0200, Jaap Stolk wrote: > Thanks. but it doesn't seem to fool autocad. I tried: > WINEDEBUG=+server wine setup.exe > ~/mywinelog.txt > but it still logs to stout and my system can't keep up with the scrolling. > Is there a way to watch just the registry read/write ? Y

Re: acad 2004 license file bug

2006-06-06 Thread Mike Hearn
On Sun, 04 Jun 2006 20:43:17 +0200, Jaap Stolk wrote: > The autocad installer indicated that I needed internet explorer 6.0, > so I installed that using winetools. (can wine fake internet explorer, > so i don't need to install the real thing?) Mostly yes, but that area of code is still being worke

Re: acad 2004 license file bug

2006-06-05 Thread Jaap Stolk
On 6/5/06, Dan Kegel <[EMAIL PROTECTED]> wrote: Don't use winetools, please. As you noticed, it does bad things to your ~/.wine. Ok. removed winetools and build a new ~/.wine/ > (can wine fake internet explorer, >so i don't need to install the real thing?) Yes. Here's what I do: # Fake IE

re: acad 2004 license file bug

2006-06-04 Thread Dan Kegel
Jaap wrote: The autocad installer indicated that I needed internet explorer 6.0, so I installed that using winetools. Don't use winetools, please. As you noticed, it does bad things to your ~/.wine. Or, if you do use it, please report problems to the winetools developer, not here. (can wine

acad 2004 license file bug

2006-06-04 Thread Jaap Stolk
Hi, I'm new to wine, but I have used the wine source in the past as "unofficial" windows api documentation, to write decompilers etc. I would like to thank all the developers, I'm very impressed! I'm trying to install/run autocad 2004, or at least see where possible problems are. I first uninsta