We have recently packaged and test deployed the Node XL addin. We have encountered the error messages below. Can you offer any assistance on what the issue might be.
Comments: ** Comment from web user: tcap479 **
Comments: ** Comment from web user: tcap479 **
NodeXL installs itself in a known folder, and when NodeXL runs, it expects to find its required files in that folder. Your wrapping process apparently puts NodeXL's files in a different folder, and the error messages are indicating that NodeXL can't find the known folder it thought it installed itself into.
I don't know how Tivoli wrapping works or where it places the NodeXL folder, but I can tell you where the folder is supposed to be. On a 64-bit U.S. English computer, NodeXL expects to find itself here:
C:\Program Files (x86)\Social Media Research Foundation\NodeXL Excel Template
The NodeXL setup program gets the first part of the path via a Windows API call, while the rest of the path is hard-coded.
-- Tony