Jump to content

mcmagure

Members
  • Posts

    4
  • Joined

  • Last visited

mcmagure's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. 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
  2. Hello community, i just started with autoit and tried some examples from the helpfile. I tried to read out the installation path of my flightsimulator but i got no results anyway. How do i use the regread command even when i don't know where the installation path exists? for example: some users install it under C: - others under d: - and further the install path could be named in different ways. I will find out where the install path is to use the result as an $var for further scripts. could pls. give my someone a hint... thx
  3. Hello all, could please anyone help me? I'm just startin' with trying to program as it is obviously to do that because not wanna wasting time for things which can be done automaticly But I need help. I trie to search for a specific *.dll file in an @appdatadirlocaltempsuboldersubfolder. The file is normaly located in a subfolder like C:UsersAdministratorAppDataLocalTemp{2150723B-CEF5-4448-AE99-1DE40D867B16}{BAEE0C24-C8C2-4820-9DF4-887909F1A286} What do I have to do to find that file in such a string as shown above? Thx for any constructive reply.
×
×
  • Create New...