Search code examples
c#windowswinformsvstosystem-requirements

How to find the minimum system requirements for my winform application and outlook plugin


I have developed an outlook plugin and a winform application in C#.I want to determine the minimum system requirements for both of my applications.Please, let me know the steps for finding minimum system requirements,or if there is any tool out there which I can use for the purpose.Thanks in advance.


Solution

  • Check Determining recommended system requirements and Determing system requirements to run a .NET application

    Also, check AdminStudio tool, It will let you determine if your application will run on different OS versions.