Set a default value for the TMUF exe

This commit is contained in:
Manuel Thalmann 2023-07-02 18:05:48 +02:00
parent 1b491e1d23
commit 87d74a48f0

View file

@ -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";