andrewt0301/qa-testing-course

The myproductlib.dll assembly was not removed during the uninstallation

Opened this issue · 1 comments

Description:

The myproductlib.dll assembly stays in GAC after the MyProduct application is uninstalled. This violates Requirement #5.


Steps to reproduce:

  1. Perform steps specified in Testing task #4 (see the test steps section).
  2. Open the \assembly folder in Windows Explorer.
  3. The myproductlib.dll assembly is present in the list of installed assemblies.

Environment: Windows Server 2k3 x64 with .NET Framework 2.0 installed

Fixed in commit 9d41390.