CAD Managers
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Change Licpath.li c via vbscript
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I have about a dozen autodesk products where I need to change the Licpath.lic.
According to Autodesk ADSKFLEX_LICENSE_FILE will not work with a redundant server setup so I need to replace the licpath.lic on every product.
Does anyone have a vbs script that they could share that copies over a new Licpath.lic file?
I would be using this as a machine script at bootup, not a login script.
Re: Change Licpath.li c via vbscript
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I recommend never using the redundant model because it does not work as intended and the only redundancy is the amount of work required to implement and keep it running. Now that I am off my soap box, you can find a suitable solution here:
http://forums.autodesk.com/t5/Installation-Licensi
My Expert Contributions to the Discussion Groups: FLEXnet License Admin | MSI Cleanup Utility | .NET Framework Cleanup Tool | IPv6 NLM Fix | adskflex.opt Options File | Combine .LIC Files | Disk Space
If my post was helpful, please give Kudos and/or mark the Accept as Solution button(s) below. Thank you!Re: Change Licpath.li c via vbscript
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Re: Change Licpath.li c via vbscript
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Since the file structure will be the same, you could just run a simple DOS batch file to do a copy overwrite from a shared location with the modified LICPATH.LIC to the Autodesk application root folder.
My Expert Contributions to the Discussion Groups: FLEXnet License Admin | MSI Cleanup Utility | .NET Framework Cleanup Tool | IPv6 NLM Fix | adskflex.opt Options File | Combine .LIC Files | Disk Space
If my post was helpful, please give Kudos and/or mark the Accept as Solution button(s) below. Thank you!Re: Change Licpath.li c via vbscript
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Re: Change Licpath.li c via vbscript
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
You need to disable UAC. It serves no purpose but to make your life miserable. Definitely doesn't need to be enabled in an enterprise setting. You have group policies for that. I never understood why people insist on handicapping themselves and then try to explain ways around the very obstacles they set for themselves. If you're looking for a method to circumvent UAC, then UAC really isn't serving its purpose. If you can circumvent it, anyone can. Just turn it off.
My Expert Contributions to the Discussion Groups: FLEXnet License Admin | MSI Cleanup Utility | .NET Framework Cleanup Tool | IPv6 NLM Fix | adskflex.opt Options File | Combine .LIC Files | Disk Space
If my post was helpful, please give Kudos and/or mark the Accept as Solution button(s) below. Thank you!Re: Change Licpath.li c via vbscript
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Re: Change Licpath.li c via vbscript
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I wish you luck. I can attest that as part of IT, I would never set UAC on my users. Perhaps your IT can make an exception for your engineers, or at the very least, in the short term while you enlist your necessary changes.
My Expert Contributions to the Discussion Groups: FLEXnet License Admin | MSI Cleanup Utility | .NET Framework Cleanup Tool | IPv6 NLM Fix | adskflex.opt Options File | Combine .LIC Files | Disk Space
If my post was helpful, please give Kudos and/or mark the Accept as Solution button(s) below. Thank you!Re: Change Licpath.li c via vbscript
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
We are probably going to turn it off but again non issue
I want vbs, its more transparent to the users.
Re: Change Licpath.li c via vbscript
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I can respect that. The IT guy in me says to just use the login script... but you probably really don't have access to that! ![]()
My Expert Contributions to the Discussion Groups: FLEXnet License Admin | MSI Cleanup Utility | .NET Framework Cleanup Tool | IPv6 NLM Fix | adskflex.opt Options File | Combine .LIC Files | Disk Space
If my post was helpful, please give Kudos and/or mark the Accept as Solution button(s) below. Thank you!