Prerequisites and System Requirements
- Windows 7 or later
- Microsoft Excel 2010 or later
- .Net Framework Requirement
- Minimum of 4.7.2 for APIX version 72.0.0.47 and later
- Minimum of 4.6 for all prior versions of APIX
- Visual Studio Tools for Office runtime 2010 (Latest compatible VSTO Runtime version: 10.0.60828.0)
https://www.microsoft.com/en-us/download/details.aspx?id=48217 - No excel instances should be running on the computer during installation or uninstallation of APIX XL.
Installing the Plugin
Please note that the user needs to have Admin rights on the computer
- Close all instances of Excel
- Run the installer
The installer can be run in silent mode by running the command as follows:
C:>RF_APIX_XL_Quickstart_72.0.0.XX.exe /quiet
To uninstall:
C:>RF_APIX_XL_Quickstart_72.0.0.XX.exe /quiet /uninstall
Folders used by the Plugin
The plugin uses the following two folders:
- Installation folder (64 bit): C:\Program Files (x86)\APIX.XL
- Installation folder (32 bit): C:\Program Files\APIX.XL
- Data folder: C:\Users\<userid>\AppData\Local\APIX
Registry Keys (Local Machine)
- Win 64 BIT OFFICE 64 BIT:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Excel\Addins\APIX.XL]
"FriendlyName"="APIX.XL"
"LoadBehavior"=dword:00000003
"Manifest"="file:///C:\\Program Files (x86)\\/APIX.XL/APIX.XL.vsto|vstolocal" - Win 64 BIT OFFICE 32 BIT:
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Office\Excel\Addins\APIX.XL]
"FriendlyName"="APIX.XL"
"LoadBehavior"=dword:00000003
"Manifest"="file:///C:\\Program Files (x86)\\/APIX.XL/APIX.XL.vsto|vstolocal - Win 32 BIT OFFICE 32 BIT:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Excel\Addins\APIX.XL]
"FriendlyName"="APIX.XL"
"LoadBehavior"=dword:00000003
"Manifest"="file:///C:\\Program Files (x86)\\/APIX.XL/APIX.XL.vsto|vstolocal"
Registry Keys (Current User)
- Win 64 BIT OFFICE 64 BIT:
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\Excel\Addins\APIX.XL]
"FriendlyName"="APIX.XL"
"LoadBehavior"=dword:00000003
"Manifest"="file:///C:\\Program Files (x86)\\/APIX.XL/APIX.XL.vsto|vstolocal" - Win 64 BIT OFFICE 32 BIT:[HKEY_CURRENT_USER\SOFTWARE\WOW6432Node\Microsoft\Office\Excel\Addins\APIX.XL]
"FriendlyName"="APIX.XL"
"LoadBehavior"=dword:00000003
"Manifest"="file:///C:\\Program Files (x86)\\/APIX.XL/APIX.XL.vsto|vstolocal" - Win 32 BIT OFFICE 32 BIT:
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\Excel\Addins\APIX.XL]
"FriendlyName"="APIX.XL"
"LoadBehavior"=dword:00000003
"Manifest"="file:///C:\\Program Files (x86)\\/APIX.XL/APIX.XL.vsto|vstolocal"
Comments
0 comments
Please sign in to leave a comment.