Zum Hauptinhalt gehen

Now Available: VertiGIS Studio Desktop 2.1

Kommentare

2 Kommentare

  • Nico Burgerhart

    Is there a reason the download is an .exe and not a .msi file?

    0
  • Christian Wohlmutter

    The shift from an .msi to an .exe file enables the new Context-Aware Installation Behavior introduced in version 2.1.

    A standard .msi package is typically bound to a single installation scope at launch—it is either built to install per-machine (which always requires administrator privileges and triggers UAC prompts) or per-user.

    Because version 2.1 is designed to dynamically adapt to how ArcGIS Pro is already installed on the target machine, it requires an executable (.exe) bootstrapper to evaluate the system environment before executing the installation.

    This .exe wrapper checks the system state and routes the installation accordingly:

    • If ArcGIS Pro is per-machine: The installer requests administrator privileges, targets the HKEY_LOCAL_MACHINE registry hive, and stores application files in C:\Program Files.
    • If ArcGIS Pro is per-user: The installer bypasses administrator privileges entirely, prevents UAC prompts, targets the HKEY_CURRENT_USER registry hive, and safely isolates files within the user's AppData\Local directory.

    A standalone .msi cannot dynamically change its elevation requirements and switch between these distinct registry and folder paths at runtime without the logic provided by an executable wrapper.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.