Changes

Uphclean

180 bytes added, 14:30, 28 February 2012
improved packaging & description
== User Profile Hive Cleanup Service ==
The Microsoft User Profile Hive Cleanup Service, UPHClean as , is available for Windows 2000 and XP from http://www.microsoft.com/download/en/details.aspx?id=6676. It fixes issues where roaming user profiles aren't properly unloaded when users logoff, resulting in profiles that cannot be deleted, or problems logging on resulting in error codes 1000, 1500, 1517 and 1524 in the Event Log. HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\DeleteRoamingCache=1 might not be able to delete user profiles without UPHClean first running. It is described in [http://support.microsoft.com/kb/837115/en-us MS KB837115] is . ==WPKG Package==It uses a simple MSI which is packaged trivially:.
<source lang="xml">
<package
id="microsoftuphcleanuphclean" name="Microsoft User Profile Hive Cleanup Service 1.6g" revision="1" reboot="false" priority="020"> <variable name="PKG_PATH" value="Components\microsoft.UPHClean.1.6g" />check <check type="uninstall" condition="exists" path="User Profile Hive Cleanup Service" /> <install cmd='msiexec /i "%SOFTWARE%\%PKG_PATH%uphclean\UPHClean-Setup.msi" /qn /norestart' /> <remove upgrade cmd='msiexec /x {7D15B945i "%SOFTWARE%\uphclean\UPHClean-2725-4443-AB3F-D900556612FE} Setup.msi" /qn /norestart' /> <upgrade remove cmd='msiexec /i "%SOFTWARE%\%PKG_PATH%\UPHCleanx {7D15B945-Setup.msi" 2725-4443-AB3F-D900556612FE} /qn /norestart' />
</package>
 
</source>
=External Links=
[http://www.microsoft.com/download/en/details.aspx?id=6676 Microsoft download:User Profile Hive Cleanup Service 1.6g]
[[Category: Silent Installers]]
577
edits