msiexec.exe replacement

Vincent Béron vberon at mecano.gme.usherb.ca
Sun Jul 18 19:07:54 CDT 2004


Le dim 18/07/2004 à 14:40, Robert Shearman a écrit :
> Vincent Béron wrote:
> 
> >Note: Much functionnality is still absent, but it's already able to
> >begin the installation of iTunes.msi and netfx.msi.
> >I plan on updating this in the coming days.
> >  
> >
> Nice work.

Thank you Robert for your time.

> 
> >Changelog:
> >First draft for a msiexec.exe replacement.
> >
> >Vincent
> >  
> >
> 
> ...
> 
[snip]

> Minor nitpick: this (and similar messages) should be fprintf(stderr,...)

I changed some of them to WINE_FIXME, as it's unimplemented
functionnality.

[snip]

> >+
> >+	ExitProcess(0);
> >+	return 0;
> >+}
> >  
> >
> The ExitProcess call should not be needed.

It's an habit I took, putting an exit() (here translated to
ExitProcess()) at the normal end of main().

Updated patch attached.

Vincent
-------------- next part --------------
A non-text attachment was scrubbed...
Name: msiexec2.diff
Type: text/x-patch
Size: 28585 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20040718/6fc3a342/msiexec2.bin


More information about the wine-patches mailing list