Deploying Aspose.Words on development machines

Hello, I’ve written a project that uses Aspose.Words on my machine and I’m looking at deploying this project on the other development machines in this office. Is it necessary to run the Aspose.Words MSI file on all the dev machines, or is it possible to include just the DLL file as part of the Visual Studio project and “distribute” the file via source control? I guess the more relevant question is what is the best way to distribute Aspose.Words.dll to other development machines?

Thanks.

Hi

Thanks for your inquiry. No, it is not necessary to run Aspose.Words.msi on each developer’s machine. You need just Aspose.Words.dll in your project. So you can add it to your source control system.
Best regards.