What should you do to configure your application to display the HTML document?

You are creating a Windows Forms application. You want the installer to display an HTML document that contains important information after users install your application. You need to configure your application to display the HTML document. What should you do?

You are creating a Windows Forms application. You want the installer to display an HTML document that contains important information after users install your application. You need to configure your application to display the HTML document. What should you do?

A.
Set the SupportUrl property of your primary output
to the path of the HTML document.

B.
Create a Custom Install Action hat calls the Process.Start method, passing in the path of the HTML document as the fileName parameter.

C.
Set the PostBuild event of your installation project to the path of the HTML document.

D.
Create a Custom Commit Action that calls the Process.Start method, passing in the path of the HTML document as the fileName parameter.



Leave a Reply 0

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