2017.1 - Variable already set in uninstall mode
SitzRieSe Oct 4, 2018 11:46 AMHi,
kann mir Jemand folgendes Verhalten erklären?
19:37:07.299 2 ---->Starting uninstallation of "Inst - Microsoft Visual Studio 2017 Tools for Applications 15.0.26717"
19:37:07.314 2 -> Set('SetupFile','vsta_setup_x86.exe')
19:37:07.314 2 -> Set('SetupFile64','vsta_setup_x64.exe')
19:37:07.330 2 -> Set('SetupParameter','/q')
19:37:07.330 2 -> Set('DisplayNameValue','Microsoft Visual Studio Tools for Applications 2017')
19:37:07.330 2 -> Set('UninstallParameter','0')
19:37:07.330 2 -> Set('RegPathResult','') 19:37:07.330 0 Variable [RegPathResult] already set in uninstall mode, probably from the registry, do not overwrite through the script command
19:37:07.330 2 -> Set('RegistryValue','DisplayName')
19:37:07.330 2 -> Set('RegistryPath','HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall')
19:37:07.346 2 -> Set('CheckAllowed','0') 19:37:07.346 0 Variable [CheckAllowed] already set in uninstall mode, probably from the registry, do not overwrite through the script command
19:37:07.346 1 Evaluating condition "not CheckInstallMode(imReinstall)" 19:37:07.346 2 Condition TRUE -> entering IF part
19:37:07.346 2 -> Set('CheckAllowed','1') 19:37:07.346 0 Variable [CheckAllowed] already set in uninstall mode, probably from the registry, do not overwrite through the script command
19:37:07.346 1 Evaluating condition "CheckInstallMode(imUpdate)" 19:37:07.346 2 Condition FALSE -> skipping IF part 19:37:07.346 2 Skipping command : Set
19:37:07.346 1 Evaluating condition "CheckInstallMode(imUninstall)" 19:37:07.346 2 Condition TRUE -> entering IF part
19:37:07.346 2 -> Set('CheckAllowed','0') 19:37:07.346 0 Variable [CheckAllowed] already set in uninstall mode, probably from the registry, do not overwrite through the script command
Ich hab diese Meldung noch nie gesehen und verstehe nicht wieso die nun bei diesem Paket auftritt. Zumal er das Ja nicht mal bei allen Variablen macht. Effekt ist in meinem Fall das er in einen völlig falschen Bereich im Skript reinspringt...
Danke euch!
Gruß
Alex