Adding IronPDF to a software program installer
First add the normal IronPdf NuGet package to the .NET program your MSI project will deploy.
For Windows:
- Include Visual C++ redistributable with your installer if you intend to target very old operating systems before Windows 10
For Linux:
- Please also add IronPdf.Native.Chrome.Linux
For MacOs:
- Please also add IronPdf.Native.Chrome.MacOS
Licensing:
Distribution of your project would require a license including SAAS/OEM Redistribution.
You should apply the license key using IronPdf.License.LicenseKey = 'KEY';