Page 1 of 1

Environment Variables

Posted: 09 Nov 2011, 23:20
by Lite
Uninstall Tool can't handle environment variables like %systemroot% or %programfiles%.
So if uninstall string contains it - uninstall doesn't work.

Re: Environment Variables

Posted: 11 Nov 2011, 10:29
by Steven
Lite
Hello, dear sir.

Thank you very much for the feedback. Can you please tell us which software to download in order to test it?

Re: Environment Variables

Posted: 11 Nov 2011, 22:35
by Lite
You can test it simply by imitating an installed program.
Simply use this ".reg" file:

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Test Test]
"UninstallString"="%windir%\\system32\\calc.exe"
"DisplayName"="Test Test"
This problem has been found when I try to uninstall "Synaptics TouchPad driver".

Re: Environment Variables

Posted: 13 Mar 2013, 10:16
by Steven
It's better late than never, will be fixed in 3.3

Re: Environment Variables

Posted: 28 Apr 2014, 14:51
by Steven
Fixed in 3.4 (currently in development): correct reading of REG_EXPAND_SZ registry values.