it:ad:msiexec:home

IT:AD:MSIExec

Summary

Used to run installers while passing in commandlines.

Useful for creating customer specific *.bat files.

You'll find it in:

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

Example:

msiexec /i (yourFile).msi TARGETDIR=C:\YourBin\YourApp MyCustomParam=Paul

Turn on logging:

msiexec /i (yourFile).msi /l* installlog.txt TARGETDIR=C:\YourBin\YourApp MyCustomParam=Paul

Run as admin:

use the /a switch

Ref: MSDN

  • /home/skysigal/public_html/data/pages/it/ad/msiexec/home.txt
  • Last modified: 2023/11/04 03:27
  • by 127.0.0.1