Log files for group policy application deployment

Posted by Cyril on Stack Overflow See other posts from Stack Overflow or by Cyril
Published on 2010-03-25T06:48:53Z Indexed on 2010/03/25 6:53 UTC
Read the original article Hit count: 413

Filed under:
|

I'm looking into using group policy to deploy a couple of applications. I want to have the log of each installation written to a shared folder on a file server for tracking purposes.

I can create the log if I pass the appropriate parameters. For example: msiexec /i Package.msi /l*vx c:\Package.log

However using group policy for the deployment, you can't pass any parameters to the installation file.

Is there anyway to specify the log file location in the process of creating the msi package?

© Stack Overflow or respective owner

Related posts about msi

Related posts about group-policy