This article explains the process of uninstalling Templafy Desktop.
Overview
Templafy Desktop versions 1.9.X and later are bundled with a dedicated uninstaller named TemplafyDesktopUninstaller.exe, which cleans up the data for each user when executed. This uninstaller is a standalone executable file without any external dependencies.
NoteUninstalling Templafy Desktop does not uninstall email signatures. Signatures must be removed from |
Uninstalling Templafy Desktop in Current User Context
You can uninstall Templafy Desktop in the same way that you uninstall any other programs in your Windows environment.
- Go to Control Panel > Programs > Programs and Features
- Locate Templafy Desktop and right click
- Confirm Uninstall action by clicking Yes in the dialogue box shown
NoteUninstalling in Current User context is available in offline mode |
Uninstalling Templafy Desktop in Local Machine Context
Templafy Desktop can be uninstalled for all users on a computer by an administrator.
NoteIf an administrator uninstalls Templafy Desktop, the data downloaded for each of the other users will not be removed because the administrator cannot remove data from another users' profile. The uninstaller will be copied into each users' profile directory, provided they have logged in at some point and actually run Templafy Desktop. The uninstaller will run once for each user, when they log in after Templafy Desktop has been uninstalled. Since Templafy Desktop is no longer installed, the uninstaller will remove all the data previously downloaded, after which it will remove itself. |
- Log in to your local admin account
- In the start menu type
cmd
orcommand
and click on Command Prompt - Right-click and choose Run as administrator
- Run the following uninstall command:
MSIEXEC /x TemplafyDesktop.[tenant].msi ALLUSERS="1"
- The uninstaller is now copied over to User Profile directories that have already run Templafy Desktop on their accounts.
- Once the user logs in, the uninstaller will run in the background and delete all the respective files.
Important
|
Troubleshooting Uninstallation of Templafy Desktop
If any errors occur after completing an uninstall of Templafy Desktop (ex. add-ins attempt to load in Office applications), please complete the following:
- Remove all files from
%localappdata%\Templafy
- Remove all files from
%programdata%\Templafy
- Remove all registry keys from
HKEY_CURRENT_USER\SOFTWARE\Templafy
- Remove the specific add-in registry key
Computer\HKEY_CURRENT_USER\Software\Microsoft\Office\[Outlook/Word/PowerPoint/Excel]\Addins\Templafy.OfficeVstoAddIns.X
If issues persist after completing the above steps, check the logs using the steps below:
- Enable verbose logging by adding the following registry key:
[HKEY_CURRENT_USER\Software\Templafy\Desktop]
"LogLevel"="Verbose"
- Check the log files created by the TemplafyDesktopUninstaller.exe at
%localappdata%\Templafy\Desktop\Logs\TemplafyDesktopUninstaller-[Date]
Comments
Article is closed for comments.