I have developed a WPF application in Visual Studio 2017 & need to create a setup installer for the same.
I need few additional feature :
During installation, the applicaiton should reserve some ports which can be used in future for hosting any WCF Services or WebAPI.
After the installation is completed, the application should be configured in a way that it should always run in administrator mode.
It should download some fonts package on system while installation of project/exe file on desired machine. Fonts Package i can download from https://www.1001freefonts.com/ or anyother site.
Pls. let me know how to proceed with this. With Template of 'Setup Project' in VS 2017, i can create an exe of my WPF applications but how to add above 3 features, i have no idea.
** If Visual Studio'Template - 'Setup Project' or 'Setup Wizard' don't support these above features, then I can use anyother third party installer... Pls suggest.
Thanks, Happy Coding.!