Highlights

Saturday, October 20, 2012

SOLVED! HOW TO - Silent Install and Uninstall Google Pinyin

If you know how to type Chinese characters, Google Pinyin Chinese Input Method shouldn't be something new to you.

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:

          \\server\share\GooglePinyinInstaller.exe /s
  • 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
          \\server\share\GooglePinyinUnInstaller.exe /s
  • Include this in the login script for your network users, or simply send a shortcut of that batch to your users by email

No comments:

Post a Comment