2017年3月15日 星期三

iMES:版更完Client程式無法進版, 須清除Clinet ClickOnce Cache

iME版更完若Client端程式無法進版,需先手動強制清除ClickOnce Cache, 程式碼如下:


rundll32 %windir%\system32\dfshim.dll CleanOnlineAppCache @echo maunal delete %userprofile%\Local Settings\Apps\2.0 directory... @echo maunal delete %userprofile%\AppData\Local\assembly\dl3 directory... del %userprofile%\Roaming\iMESTech /s/f/q rd %userprofile%\AppData\Roaming\iMESTech /s/q del %userprofile%\AppData\Local\assembly\dl3 /s/f/q rd %userprofile%\AppData\Local\assembly\dl3 /s/q del %userprofile%\Roaming\iMES_Technology_Inc /s/f/q rd %userprofile%\AppData\Roaming\iMES_Technology_Inc /s/q del %userprofile%\AppData\Local\iMES_Technology_Inc /s/f/q rd %userprofile%\AppData\Local\iMES_Technology_Inc /s/q @pause

沒有留言:

張貼留言