On Tue, Jan 07, 2003 at 08:19:19PM +0200, Shachar Shemesh wrote:
Changelog Shachar Shemesh winecode@sun.consumer.org.il
programs/wineboot/wineboot.c
- Added a print to indicate to user that installation is done.
Hmm, I'm not sure whether that's an entirely good idea. It's probably more flexible to have the script invoking wineboot print such a message instead. (some people might want to have "hidden" execution of wineboot configured)
But OTOH you could also solve that issue by configuring wineboot to be silent in such a case, so maybe having such a message is a good thing after all.
Andreas Mohr
Andreas Mohr wrote:
On Tue, Jan 07, 2003 at 08:19:19PM +0200, Shachar Shemesh wrote:
Changelog Shachar Shemesh winecode@sun.consumer.org.il
programs/wineboot/wineboot.c
- Added a print to indicate to user that installation is done.
Hmm, I'm not sure whether that's an entirely good idea. It's probably more flexible to have the script invoking wineboot print such a message instead. (some people might want to have "hidden" execution of wineboot configured)
But OTOH you could also solve that issue by configuring wineboot to be silent in such a case, so maybe having such a message is a good thing after all.
Andreas Mohr
The reason I put it in is because wininit.exe has that message under the exact same circumstance.
When I say "that message", I actually a less sarcastic one, but nevertheless. In any case, the initiating message was already in the code, I just forgot the message saying "wer'e done".
Worst case, we'll add an option to turn that silent. I think that's the proper place for it.
Sh.