Setting it manually on each machine may be ok for a very small group of users. But what about 100-200 users?
Since there's still no automated options to do this, I decided to share how I approach it.
For Admins:
1. Go To Tools > Options > iLogic Config > Add the path to your iLogic scripts.
2. Go To Manage > iLogic Browser > External Rules Tab > Add all your external rules to this list.
3. Close Inventor
4. Navigate To The Appropriate Path Below
2011:
C:\Users\%username%\AppData\Local\Autodesk,_Inc\DefaultDomain_Path_x5nyxfubr3fxchypjp0dclw0mzyz0ig3\Autodesk®_Inventor®_2011\user.config
2012:
C:\Users\%username%\AppData\Local\Autodesk,_Inc\DefaultDomain_Path_2awpc0kafrjcv03lo0bxxge1dqftrp20\Autodesk®_Inventor®_2012\user.config
2013:
C:\Users\%username%\AppData\Local\Autodesk,_Inc\DefaultDomain_Path_auy0uw3qwqde4zs0rm1cz1fkj5cf54lq\Autodesk®_Inventor®_2013\user.config
5. Verify the paths under "ExternalRuleFilenames" and "ExternalRuleDirs"
Note: if the paths contain mapped drives you should edit it to the hard path.
6. Copy user.config to a Network location
7. This part is up to you, but I choose to simply trigger a CMD file apon Inventor startup that copys the config file from the network location to where Inventor loads it.
:: Config AUTODE~1
C:
CD C:\Users\%USERNAME%\AppData\Local\Autodesk,_Inc\DefaultDomain_Path_x5nyxfubr3fxchypjp0dclw0mzyz0ig3
:: AUTODE~1 is shortname for Autodesk®_Inventor®_2011
del "AUTODE~1\user.config"
copy /Y "\\server\Scripts\user.config" "AUTODE~1"
Hope this helps!
Jonathan D. Kriek
MFG Solutions Engineer
KETIV Technologies, Inc.