Lines Matching full:with
138 the registry, invokes the .NET SetEnvironmentVariable method with Machine scope and then
145 This does NOT work with PATH.
183 the registry, invokes the .NET SetEnvironmentVariable method with Machine scope and then
254 The full -Source parameter with location to pass into install-WindowsFeature
331 Uses the msiexec tool with the appropriate arguments to execute the specified installer
332 package in quiet non-interactive mode with full verbose logging enabled.
383 …Trace-Message "Install from $Path exited with code 3010. Ignoring since that is just indicating re… in Install-FromMSI()
393 Trace-Message "Install from $Path succeeded with exit code $ex" in Install-FromMSI()
399 Trace-Error "Failed to install from $Path. Process exited with code $ex" in Install-FromMSI()
403 throw "Failed to install from $Path. Process exited with code $ex" in Install-FromMSI()
455 …Trace-Message "Install from $Path exited with code 3010. Ignoring since that is just indicating re… in Install-FromEXE()
465 Trace-Message "Install from $Path succeeded with exit code $ex" in Install-FromEXE()
471 Trace-Error "Failed to install from $Path. Process exited with code $ex" in Install-FromEXE()
475 throw "Failed to install from $Path. Process exited with code $ex" in Install-FromEXE()
486 … A shorthand function for running a Inno Setup installer package with the appropriate options.
488 Inno Setup installer packages can be run in silent mode with the options
534 … A shorthand function for running a DevDiv Tools installer package with the appropriate options.
536 DevDiv Tools installer packages can be run in silent mode with the options
588 Installs a package using Chocolatey in silent mode with no prompts.
659 Trace-Message "Running $Path with $Arguments" in Install-FromEXEAsyncWithDevenvKill()
680 …Wait-WithMessage -Message "Waiting for process with ID $pid launched from $Path to finish now that… in Install-FromEXEAsyncWithDevenvKill()
688 Trace-Message "Install from $Path succeeded with exit code 0" in Install-FromEXEAsyncWithDevenvKill()
697 Trace-Message "Install from $Path succeeded with exit code $ex" in Install-FromEXEAsyncWithDevenvKill()
703 Trace-Error "Failed to install from $Path. Process exited with code $ex" in Install-FromEXEAsyncWithDevenvKill()
707 throw "CDPXERROR: Failed to install from $Path. Process exited with exit code $ex" in Install-FromEXEAsyncWithDevenvKill()
719 Visual Studio installers do not exit with appropriate error codes in case of component
761 Trace-Warning "Found error log file $file with size $len" in Confirm-PresenceOfVisualStudioErrorLogFile()
786 Kills all processes with a given name.
826 Trace-Warning "Killing process with name $Name and ID $($process.Id)" in Stop-ProcessByName()
831 Trace-Warning "Killed $count processes with name $Name" in Stop-ProcessByName()
945 Installing lots of software can leave the TEMP folder built up with crud. This function
1051 PowerShell does not deal well with applications or scripts that write to
1060 Returns the exit code that the application exited with.
1097 Trace-Message -Message "Started process from $Path with PID $pid (and cached handle $handle)" in Start-ExternalProcess()
1127 Trace-Message "Process $pid exited with exit code $ex" in Start-ExternalProcess()
1194 Trace-Message -Message "Started process from $Path with PID $pid (and cached handle $handle)" in Run-ExternalProcessWithWaitAndKill()
1200 …Trace-Warning "CDPXERROR: Process with ID $pid failed to exit within $Minutes minutes. Killing it." in Run-ExternalProcessWithWaitAndKill()
1216 Trace-Message "Application $Path exited with exit code $ex" in Run-ExternalProcessWithWaitAndKill()
1273 Trace-Message -Message "Waiting for process with ID $pid to exit in $waitTime minutes." in Wait-ForProcess()
1278 Trace-Message "Process with ID $pid has already exited with exit code $ex" in Wait-ForProcess()
1312 Writes a message to the console with the current timestamp and an information tag.
1338 Writes a warning to the console with the current timestamp and a warning tag.
1365 Writes an error to the console with the current timestamp and an error tag.
1663 Given a package name and a version, returns a full name to the package for use with
1666 The name of the package to use with blob store.
1718 Returns true if processes with those names were found. Otherwise returns false. In addition,
1745 Trace-Message -Message "Found VS Installer process with PID $pid launched from $ppath" in Run-VisualStudioInstallerProcessMonitor()