For network administrator though, a headache is how to deploy such a good Chinese input method to users. Here're the steps & tips on how to silent install and silent uninstall Google Pinyin.
To silent install:
- Download the install executable file from there: http://www.google.com/intl/zh-CN/ime/pinyin/
- Save the file to a network share.
- Create a batch file to silent install. It could be a very simple command like
- Include this in the login script for your network users, or simply send a shortcut of that batch to your users by email
To silent uninstall:
- Look for the uninstaller file at "C:\Program Files (x86)\Google\Google Pinyin 2\GooglePinyinUninstaller.exe" for 64-bit Windows or just "C:\Program Files\Google\Google Pinyin 2\GooglePinyinUninstaller.exe" for 32-bit Windows
- Just copy this file to your network share
- Similar to silent install, make a batch statement, which looks like this
- Include this in the login script for your network users, or simply send a shortcut of that batch to your users by email