Issue:
User needs to install FBGST or EMP to a different location aside from the default location. This is sometimes needed when pushing the MSI's to many machines at once.
By default, you are unable to change the install path away from "C:\Program Files\".
Occasionally, the plugins may need to be installed for individual users or for all users.
Resolution:
To install the plugin for ALL USERS:
Use the following MSI (the plugin may have to be renamed.)
msiexec.exe /i "FBGST_1.0.3.msi" /qn ALLUSERS=1
To install for an individual user:
msiexec /i "FBGST_1.0.3.msi" TARGETDIR="<dir>" INSTALLDIR="<dir>" /qb
Please contact support if you require additional assistance.
For more assistance, please submit a support ticket at https://support.ipconfigure.com
Comments
0 comments
Article is closed for comments.