leegold Posted November 29, 2016 Posted November 29, 2016 Hi, Wondered if someone could help. I'm out of my depth here, I don't know a lot about .NET or these "internals". But I wanted to add a .dll file to the GAC, so I tried to drag it into C:\Windows\assembly but can't. I began to install Visual Studio Community but realized it was a huge install and rather not go there. I tried installing the SDK but it gets an error and won't install - thinking these would have gacutil and maybe I could do it that way. The MS documents about this are for net or VS users and take me a while to implement and understand. Is there a way to do this with AutoIT ? I'd much rather use AutoIT if possible. Using Win7 64. Thanks
j0kky Posted November 30, 2016 Posted November 30, 2016 no way, you need gacutil.exe and you can have it installing VS or SDK, then you can use it through command line or a Run call in Autoit. Spoiler Some UDFs I created: Winsock UDF STUN UDF WinApi_GetAdaptersAddresses _WinApi_GetLogicalProcessorInformation Bitwise with 64 bit integers An useful collection of zipping file UDFs
jguinch Posted November 30, 2016 Posted November 30, 2016 Usually, I use InnoSetup to build my installation packages. If my memory is good, it has a GACINSTALL option Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now