Hi Orbs,
thx for this information. At least, i am anoid about installing my flightsimulator several times a year and spending hours by hours until finished.
So i wanna make myself an easy autoinstaller for unattended installation. i hope this will not violate the forum rules.
If it does pls give me the information.
I found the fault value - i used "fsx.exe" instead of "AppPath": that was the reason.
Local $var = RegRead("HKCU\Software\Microsoft\Microsoft Games\Flight Simulator\10.0\", "appPath")
MsgBox(4096, "Ordner für Programme:", $var)
I need the $var to give my script the path to install the sceneries into the right directory or using it as String
for an "ControlSetText" command for the installers.
thx