Results 1 to 4 of 4

Thread: removing files when it should

Hybrid View

  1. #1
    Join Date
    Jan 2005
    Location
    Symantec, UK
    Posts
    96

    removing files when it should

    I have moved back to 11 after all of 2 seconds testing lol

    BUG

    I have two installs that install the same file on a machine and for some reason the uninstall is ignoring the shareddlls key and removing the file when i remove one of them. This file is a key file and a exe if thats any help

  2. #2
    Join Date
    Jan 2002
    Location
    Oakland, CA, USA
    Posts
    5,353
    Just curious. What's the Component GUID of the 2 components which install the same file?
    Tsung-Huang Hsieh
    "A problem well stated is a problem half solved." --Charles F. Kettering

  3. #3
    Join Date
    Jan 2005
    Location
    Symantec, UK
    Posts
    96
    Quote Originally Posted by TsungH
    Just curious. What's the Component GUID of the 2 components which install the same file?

    There diffrent but that does not matter because it works fine in 11

  4. #4
    Join Date
    Jan 2002
    Location
    Oakland, CA, USA
    Posts
    5,353
    If they are MSI-based installations, different component GUIDs will probably be a factor. When identical component GUID is used, MSI will be able to reference-count (see this and Component 101 by Bob Mensching) the file correctly. With different component GUIDs for the same file, MSI may not be able to maintain an accurate reference count and remove it when one of the installations is uninstalled.
    Tsung-Huang Hsieh
    "A problem well stated is a problem half solved." --Charles F. Kettering

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •