Translations for our friends around the world.

Click on banner for Tacview website

Author Topic: How can I programmatically know where Tacview is installed on my system?  (Read 8884 times)

0 Members and 1 Guest are viewing this topic.

Offline Vyrtuoz

  • Moderator
  • *****
  • Posts: 188
  • Tacview Developer
    • Tacview The Universal Flight Analysis Tool
Assuming you have installed Tacview 1.4 or greater you can easily find the folder where it is installed by looking into the registry. Just look for the value [InstallLocation] in one of the following registry path:

Steam installation on a 64-bit system:
Code: [Select]
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Steam App 1174860
Stable on a 64-bit system:
Code: [Select]
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{0C8810C3-63D0-4B23-BAB3-257FF8AF8BCC}
Beta on a 64-bit system:
Code: [Select]
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{96BA4CFE-E018-44D2-B04D-4272A6C807E7}
Stable on a 32-bit system:
Code: [Select]
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0C8810C3-63D0-4B23-BAB3-257FF8AF8BCC}
Beta on a 32-bit system:
Code: [Select]
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{96BA4CFE-E018-44D2-B04D-4272A6C807E7}
For maximum stability, it is recommended to look for Tacview in the following order:
  • Steam
  • Standalone stable
  • Standalone beta
« Last Edit: February 06, 2020, 05:07:27 PM by Vyrtuoz »
funny
0
informative
0
Thanks
0
No reactions
No reactions
No reactions
Click.gif

Tags:
     

    Tutorial Uso de TacView en español

    Started by Rudel_chw

    Replies: 1
    Views: 6629
    Last post December 24, 2017, 02:48:23 PM
    by Vyrtuoz
    Tacview Tutorial - Using Mapview for Enhanced Terrain Textures

    Started by Asid

    Replies: 0
    Views: 8612
    Last post October 10, 2019, 02:08:16 PM
    by Asid
    Tacview Tutorial - Audio Visual Synchronization

    Started by Asid

    Replies: 4
    Views: 5889
    Last post January 07, 2020, 11:16:59 PM
    by Asid
    Tacview Tutorial – Controlling the Flow of Time in Tacview

    Started by Asid

    Replies: 0
    Views: 6306
    Last post February 14, 2020, 12:52:25 AM
    by Asid