C
ChickenDog
Issuing the following calls in a Word macro
fSpecTemplate = c:\Test\Test.do
Addins.Add FileName:=fSpecTemplate, Install:=Tru
The Addins.Add call takes a good 20 seconds to run on a client's machine (but not any of mine). After this long delay, the call is successful and the Addin object is established. The following is true
1. The template exists and the path exists
2. The template is signed with a valid digital signature
3. The client's machine is "locked down" with some sort of group policy implementation (details unknown)
On rare (and random) occasions, the Addins.Add call fails with an error 5174 "Cannot find the file"
Any suggestions on how to get rid of the delay (and occasional error)
Thanks much.
fSpecTemplate = c:\Test\Test.do
Addins.Add FileName:=fSpecTemplate, Install:=Tru
The Addins.Add call takes a good 20 seconds to run on a client's machine (but not any of mine). After this long delay, the call is successful and the Addin object is established. The following is true
1. The template exists and the path exists
2. The template is signed with a valid digital signature
3. The client's machine is "locked down" with some sort of group policy implementation (details unknown)
On rare (and random) occasions, the Addins.Add call fails with an error 5174 "Cannot find the file"
Any suggestions on how to get rid of the delay (and occasional error)
Thanks much.