Simple usage instructions: MSI File Path: Path to the MSI file to install (ex: $(System.DefaultWorkingDirectory)/$(Build.DefinitionName)/drop/MyProductInstaller.msi) MSI Properties: MSI properties sent as command line (ex: INSTALLFOLDER="c:\Program Files\MyProduct" MYPROPERTY=value) Log File Path: Log file to be written by installation (ex: "c:\logs\msi.log") Log Level: Detail level of written log file. One of: None, FatalExit, Error, Warning, User, Info, Verbose, ExtraDebug If you configure a log file you can download it by selecting "Download All Logs" in the release detail page |