Add-ins location

Build 1501 on 14/Nov/2017  This topic last edited on: 29/Mar/2016, at 16:23

Add-ins location on a System Administrator's client computer

Click to toggle expandVersion 1.5 or newer
Click to toggle expandVersion 1.4 or older

Add-ins location on a GN4 server

It is useful to have GN4 add-ins compilation installed on a server, so you can access, quickly fix and recompile from any computer. If you use SVN repository for source control, before compiling make sure that the folders with custom add-ins on server get synced with SVN with the latest changes.

If 32-bit GN4 applications are installed in BIN folder

On the same level of the BIN folder, create the SRC folder and then extract in it both GN4SystemAddIns.zip and GN4CustomAddIns.zip.

If 64-bit GN4 applications are installed in BIN folder

First, consider to install 32-bit GN4 applications in the BIN folder. You can do this if the particular server is not used to run Back4 service. You may also want to check the ClickOnce generator (if installed) and see from which folder is was picking the 32-bit applications - you may need to adjust paths after this change.

If it is not possible to replace 64-bit applications with 32-bit applications, then on the same level of the BIN folder with 64-bit applications, create a new folder with an appropriate name e.g. ADDINSCOMPILE, or RELX (where X is the minor version number, e.g. REL6), and then within that folder create BIN and SRC folders. In the BIN folder expand GN4.ZIP (32-bit applications), and in the SRC folder extract GN4SystemAddIns.zip and GN4CustomAddIns.zip.

If 32-bit GN4 applications are installed in BIN32 folder

Generally speaking, this may be considered as an installation error. It is recommended to fix it as follows.

On the same level of the BIN folder with 64-bit applications, create a new folder with an appropriate name e.g. ADDINSCOMPILE, or RELX (where X is the minor version number, e.g. REL6), and then within that folder create BIN and SRC folders. In the BIN folder expand GN4.ZIP (32-bit applications), and in the SRC folder extract GN4SystemAddIns.zip and GN4CustomAddIns.zip.

After checking all existing desktop or taskbar shortcuts and menus, remove the BIN32 folder.

You may also want to check the ClickOnce generator (if installed) and see from which folder is was picking the 32-bit applications - you may need to adjust paths after this change.