Looking for advice for deploying DLLs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I work for a company which focuses on configurable products. We are constantly running iLogic/.Net scripts, hence I have create a DLL which contains many commonly used subroutines.
I was wondering if anybody had any advice on the most efficient way to distribute this DLL file to every machine which needs it (this is about 5 machines and 2 servers). The main thing that is tricky is that DLL files become locked when in use.
I have set up a (BitBucket) GIT repository which we use for all our iLogic and .Net scripts. I was hoping to just drop the file in there so that it would get copied over whenever a user pulls from the repository but Inventor locking the DLL file causes various problems.
The best idea I have so far is to create a program, running at regular intervals, which will copy the newest build of the DLL to every machine. If the copy fails due to the destination file being read only, the script will rename the locked file so that the copy can retry and should succeed.
Any ideas will be much appreciated.
Thanks,
Wayne
Inventor 2013 Certified Professional
Autodesk Inventor Professional 2023
Visual Studio 2022
Windows 10 Pro, 64-bit