NET - Explain the need of installer in a service application.

Explain the need of installer in a service application.

- The installer allows the registration of a service on the system and let the Service Control Manager know that the service already exists on the system.

- It also allows uninstalling all the installed components from the service.

- It is used for the installation, maintenance and removal of software.

- It contains significant changes from its predecessor, Setup API, GUI framework and automatic generation of the uninstallation sequence.

- Microsoft encouraged third parties to use windows installer as the basis for installation frameworks, so that they synchronize correctly with other installers.

- It keeps the internal database of installed products consistent.
NET - Explain the steps to attach a debugger to a service application
Explain the steps to attach a debugger to a service application - Steps to attach a debugger to the application:......
NET - Explain how COM+ related to the DNA architecture.
Explain how COM+ related to the DNA architecture - COM+ is the core service in all the services of window DNA architecture.......
NET - Describe the use of COM+ services
Describe the use of COM+ services - JIT Activation, Queued components, object pooling......
Post your comment