"Steven D. Pretlove" <[EMAIL PROTECTED]> writes: > The only problem is that it does not all the user to see whats going on, > so I can not trouble shoot when something "goes wrong", when testing I > was running the mapznrun batch file with a batch file that contained > three lines > todo.pl .restart > todo.pl outlook.bat > todo.pl --go > > Outlook installed fine but the system didn't restart.
I assume you meant "todo.pl .reboot" ? Yeah, this is a bit annoying. But it appears to be by design: http://groups.google.com/groups?threadm=126ca01c21a9c%2426e33500%2435ef2ecf%40TKMSFTNGXA11 But it is not clear that you really want these things interacting with the user's desktop anyway. A better idea is probably to redirect todo.pl's stdout and stderr to a file, and to enable what logging you can for all of the installers. Unless there is some way to capture/display the off-screen desktop? Now that would be cool... - Pat ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
