Which three actions should you perfrom?

You want to create a custom installer component to install your Windows-based application on client computers. Which three actions should you perfrom? (Each correct answer presents part of the solution. Choose three.)

You want to create a custom installer component to install your Windows-based application on client computers. Which three actions should you perfrom? (Each correct answer presents part of the solution. Choose three.)

A.
Inherit from the Installer class.

B.
Inherit from the AssemblyInstaller class.

C.
Add the RunInstallerAttribute to your derived class and set it to True.

D.
Add the InstallerTypeAttribute to your derived class and set it to CustomInstaller.

E.
Register the installer.

F.
Override the install, Commit, Rollback, and Uninstall methods as required.



Leave a Reply 0

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