Quiet installs using msiexec become interactive installs if there is an error 
in the command-line arguments.
   
  For example the following quiet install:
    msiexec /qn /l* perl-log.txt /i ActivePerl.msi PERL_PATH=Yes PERL_EXT=Yes
  becomes interactive if a command-line error is introduced:
    msiexec /qn /l* /i ActivePerl.msi PERL_PATH=Yes PERL_EXT=Yes
  Is there any way to make msiexec quiet, completely quiet, no matter what? Is 
there a non-interactive version of msiexec? A single error in msiexec arguments 
can hang an unattended install indefinitely.
   
  Thanks
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to