Re: Problems installing Eu 3.0.2

new topic     » goto parent     » topic index » view thread      » older message » newer message

Ken Orr wrote:

> I'm trying to install Eu 3.0.2 on a Dell Inspiron 5100 running Win XP Home
> SP2.
> The install fails on generating HTML documentation stage with the following
> 
> message on the console screen:
> 
>      Can't open C:\DOCUME~1\Ken\Local.exw
> 
> The title bar on the console screen reads:
> 
>      C:\DOCUME~1\Ken\Local Settings\Temp\is-KCOTO.tmp\exw.exe
> 
> Any ideas what might be source of the problem?

Hmm ...

When we write both pathnames below each other:
   C:\DOCUME~1\Ken\Local.exw
   C:\DOCUME~1\Ken\Local Settings\Temp\is-KCOTO.tmp\exw.exe
this looks suspicious, doesn't it?

Maybe something like
   C:\DOCUME~1\Ken\Local Settings\Temp\foo
is e.g. passed as command-line parameter, without surrounding quotes.
When the concerning program contains some code such as
   constant
      CMD  = command_line(),
      FILE = CMD[1] & ".exw"

then because of vthe missung quotes, FILE would wrongly be
   C:\DOCUME~1\Ken\Local.exw
instead of
   C:\DOCUME~1\Ken\Local Settings\Temp\foo.exw

Just a guess.

Regards,
   Juergen

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu