How to install Aspose.Words for .NET into GAC

We need to install the latest version of Aspose.Words 20.1 onto our production server, and as the msi install does not install directly into the GAC and it’s not advised to use gacutil on a production server, what is the preferred method to install the latest version of aspose.words DLL into the GAC?

@pwardtestsys
In your case, we suggest you please download the DLL version of Aspose.Words and install it using Gacutil .exe. Please read the following articles. Hope this helps you.
Register Your Assembly in GAC Using Gacutil Exe
How do I register a .NET DLL file in the GAC?