Changes

Jump to: navigation, search

Uphclean

966 bytes added, 10:26, 20 November 2009
Created page with '== User Profile Hive Cleanup Service == UPHClean as described in [http://support.microsoft.com/kb/837115/en-us MS KB837115] and downloadable from [http://www.microsoft.com/downlo…'
== User Profile Hive Cleanup Service ==
UPHClean as described in [http://support.microsoft.com/kb/837115/en-us MS KB837115] and downloadable from [http://www.microsoft.com/downloads/details.aspx?FamilyID=1b286e6d-8912-4e18-b570-42470e2f3582 Microsoft Downloads] is a simple MSI which is packaged trivially:

<source lang="xml">
<package
id="uphclean"
name="User Profile Hive Cleanup Service 1.6d"
revision="1"
reboot="false"
priority="0">

<check
type="uninstall"
condition="exists"
path="User Profile Hive Cleanup Service" />

<install cmd='msiexec /i "%SOFTWARE%\UPHClean-Setup.msi" /qn /norestart' />

<remove cmd='msiexec /x {FF77941A-2BFA-4A18-BE2E-69B9498E4D55} /passive /norestart' />

<upgrade cmd='msiexec /i "%SOFTWARE%\UPHClean-Setup.msi" /qn /norestart' />

</package>
</source>
Anonymous user

Navigation menu