• Joe Downing's avatar
    Prevent 'files in use' error when installing CRD host MSI · 4570f26a
    Joe Downing authored
    When you install the CRD Host MSI and the website is open to either
    /access or /support (after generating a code), the install will
    appear to be successful but the user will get a warning that they
    need to reboot their machine.  This is because although the files
    were removed, the website is using the old NMH processes which are
    still in memory.
    
    To prevent this error (and to ensure the new NMH are being used),
    we can run taskkill as a custom action to close the in-memory
    instances of the Me2Me and It2Me native messaging hosts.  This will
    prevent the error from being displayed.  The user will needed to
    refresh the website if they are in this state, but they won't be
    running old code.
    
    Bug: 1003606
    Change-Id: Ia6355942acb154eaabf2b2a7d84a5250e9d1a1c1
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587619Reviewed-by: default avatarJamie Walch <jamiewalch@chromium.org>
    Commit-Queue: Joe Downing <joedow@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#836725}
    4570f26a
chromoting.wxs 31.7 KB