Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Issue

In rare cases the Setup.exe could fail to find excel's installation directory. It then installs the Add-In to the root directory at "C:\" and shows the following error message in excel:


Solution

The setup should have success getting the correct directory if it gets called from a command line with administrator rights.

  1. Press the Windows key on your keyboard and start typing "cmd".
  2. Please, richt click the entry "cmd.exe" and select "run as administrator".
  3. Navigate to the path where the Setup.exe is located using the command cd (e.g.: cd C:\Users\IhrBenutzername\Downloads)
  4. Run the setup by calling the command "Setup.exe".

  • No labels