Set a default value for the TMUF exe
This commit is contained in:
parent
1b491e1d23
commit
87d74a48f0
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ $null = New-Module {
|
|||
}
|
||||
|
||||
Write-Information "Determining location of setup file";
|
||||
$exePath;
|
||||
$exePath = "";
|
||||
|
||||
while (-not (Test-Path $exePath)) {
|
||||
$exePath = Read-Host "Please drag'n'drop the setup file here or type the absolute path to the file";
|
||||
|
|
Loading…
Reference in a new issue