Disable logging with Execute-MSI

Is there an easy way to start Execute-MSI function without making the msi log?

Edit AppDeployToolkitConfig.xml

change this:

    <!--MSI Options-->
    <MSI_Options>
        <MSI_LoggingOptions>/L*v</MSI_LoggingOptions>

Try deleting /L*v

Thanks i am going to try that out.
I now delete the file after a succesfull msi execute.
But would be nice to have the option at the execute-msi function.

Met een glimlach,
Johan

hi,
there is some already:
Execute-MSI | PSAppDeployToolkit

Greg

Hi Greg,

I think i do not see your point.
What is the option to skip the logfile creating?

Met een glimlach,
Johan

Use execute-process instead

Wow so simple. Yes of course. Tnx.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.