What should you do to ensure that when a user installs the application on his or her client computer?

You are testing an installation package for a Windows Forms application. You notice that the installed application will not run on client computers that do not have the .Net Framework installed. You need to ensure that when a user installs the application on his or her client computer, the .Net Framework is also installed. What should you do?

You are testing an installation package for a Windows Forms application. You notice that the installed application will not run on client computers that do not have the .Net Framework installed. You need to ensure that when a user installs the application on his or her client computer, the .Net Framework is also installed. What should you do?

A.
Select the .Net Framework in the Dependencies property value in the project’s property grid.

B.
Verify that the .Net Framework redistributable package check box is selected under the Prerequisites button on the setup property pages.

C.
Add the .Net Framework redistributable package to the setup project in the File System Editor.

D.
Create a Custom Actions Editor that copies the .Net Framework redistributable package to the application’s root directory.



Leave a Reply 0

Your email address will not be published. Required fields are marked *