Command for recording installation logs

For Msi
msiexec /i <PathToInstaller>\<installer_name>.msi /lvx* <PathToLogFile>\<logfile_name>.txt

For Exe

<PathToInstaller>\<installer_name>.exe /lvx* <PathToLogFile>\<logfile_name>.txt

posted @ 2012-10-19 13:36  webglcn  阅读(132)  评论(0编辑  收藏  举报