Skip to content

Instantly share code, notes, and snippets.

@capcom-r
Created January 20, 2015 00:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save capcom-r/1896b553bbca327b7ab9 to your computer and use it in GitHub Desktop.
Save capcom-r/1896b553bbca327b7ab9 to your computer and use it in GitHub Desktop.
Mission Planner "Installation directory must be on a local drive error"
Follow these steps (found on Adobe forums, works just fine!):
1. Locate the Edge Inspect MSI installer file that you downloaded.
2. While holding down the Shift key on the keyboard, right-click on the Edge Inspect MSI, then choose Copy As Path.
3. Go to Start > All Programs > Accessories.
4. Right-click on Command Prompt and choose Run As Administrator. This should open a command prompt window, labeled "Administrator:".
5. In the Command Prompt window, type msiexec /i (you need to enter a single space after "/i").
6. Right-click in the Command Prompt window, then choose Paste. This should paste the path to the MSI file that you copied in Step 2 above.
7. Press Enter to run the command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment