Uwe Bonnes <[EMAIL PROTECTED]> writes:

> wine-binary -- executable more args ...
> 
> I tried the deinstaller from Autocad 98 Lite Demo. Using Andi's
> unistaller I saw that the deinstaller called CreateProcess with
> lpApplicationName and lpCommandLine and lpCommandLine didn't contain
> the executable name. The new created process told that it failed to
> find the installation log (deisl...). Previous calls from this process
> to GetCommandLine showed no occurance of the executable name and the
> deisl file as first argument

GetCommandLine will return exactly what was passed to CreateProcess,
that's how it is supposed to work AFAICS. So the problem must be
somewhere else.

> Calling the second process directly on the commandline with the
> same arguments as visible in the CreateProcess Call succeeded. Calls
> to GetCommandLine of this Process showed the executable name as first
> argv argument and the deisl file as second argument.
> 
> What should be done in that situation?

How about some debug logs so that we can see what happens?

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to