Prerequisities for setup file be able to run Visual Studio Windows Form Application

Gennady Gurin 166 Reputation points
2023-11-14T23:11:47.98+00:00

Hi, I am making a setup file using software Advanced Installer. There is an option list to include all the necessary installations to be able to run visual studio application. From what I know the target machine requires .NET FRAMEWORK. But I am not sure, not sure which version. Also, there bunch of other programsPostPic1

PostPic2

PostPic3

PostPic4

PostPic5

PostPic6

PostPic7

PostPic8

PostPic9

PostPic10

PostPic11

PostPic12

attached 12 pics. It can be viewed all the list of the programs there. It is a SETUP.EXE would be extracted into a target machine with a desktop icon and drop menu and installations all.EXE files, DLL's and folders into a target machine.

Can you tell me which program(s) the target machine needs to be able to RUN.

Thanks in advance.

Windows for business | Windows Client for IT Pros | Devices and deployment | Set up, install, or upgrade
Developer technologies | Visual Studio | Setup
0 comments No comments
{count} votes

Accepted answer
  1. Tianyu Sun-MSFT 34,451 Reputation points Microsoft External Staff
    2023-11-15T09:36:48.45+00:00

    Hello @Gennady Gurin ,

    Welcome to Microsoft Q&A forum.

    If the setup file is for the specific Windows Forms application, then it depends on what prerequisites that this application needs. For example, if your WinForm application needs .NET Core and SQL Server to run, then you need to select the corresponding prerequisites.

    For your scenario, do you know the detailed version of .NET Framework that your application targets? Generally, when you create a new project, VS will prompt you to select a target framework, and in project property page or in project file(for example, .csproj file), you can also find the information of the target framework. You need to first check the framework that your application targets and then select the corresponding one.

    For example:

    User's image

    User's image

    Best Regards,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.