- May
- 13,740
- 209
I now have these:
They would not accumulate if, when updating from minor version N to N+K, the tree for minor version N were deleted. That would have worked nicely for v13 because, of all these foldernames associated with v13
only the last (current) one appears in the text of any registry key, value, or data. And the last, current one has extensive install/uninstall/modify info in the registry.
It's different for v14 (at least from build 14 on). Even ones that have been updated have (apparently useless) registry entries. For example here are the entries for v14b14 [and there are similar ones for b15, b16, b17, and b18].
Only the last, current, b19, has useful entries. Please see the attached TCMSIFILES.TCT.
Code:
c:\users\vefatica\appdata\roaming\jp software> ffind /m /s tcmd.msi | cut -c47-
Take Command 13.04 13.04.53\install\B321F08\tcmd.msi
Take Command 13.04 13.04.54\install\6CDFEDC\tcmd.msi
Take Command 13.04 13.04.55\install\4849765\tcmd.msi
Take Command 13.04 13.04.56\install\A0D33EA\tcmd.msi
Take Command 13.04 13.04.57\install\0036A24\tcmd.msi
Take Command 13.04 13.04.58\install\CAB9432\tcmd.msi
Take Command 13.04 13.04.59\install\085C848\tcmd.msi
Take Command 13.04 13.04.60\install\A3AB90E\tcmd.msi
Take Command 13.04 13.04.61\install\D20B69A\tcmd.msi
Take Command 13.04 13.04.62\install\A12BD11\tcmd.msi
Take Command 13.04 13.04.63\install\779AB05\tcmd.msi
Take Command 14.0 14.00.14\install\2308B41\tcmd.msi
Take Command 14.0 14.00.15\install\B3A33F1\tcmd.msi
Take Command 14.0 14.00.16\install\9135A33\tcmd.msi
Take Command 14.0 14.00.17\install\303C29A\tcmd.msi
Take Command 14.0 14.00.18\install\91D8BDC\tcmd.msi
Take Command 14.0 14.00.19\install\E6BFA0E\tcmd.msi
They would not accumulate if, when updating from minor version N to N+K, the tree for minor version N were deleted. That would have worked nicely for v13 because, of all these foldernames associated with v13
Code:
B321F08 6CDFEDC 4849765 A0D33EA 0036A24 CAB9432 085C848 A3AB90E D20B69A A12BD11 779AB05
only the last (current) one appears in the text of any registry key, value, or data. And the last, current one has extensive install/uninstall/modify info in the registry.
It's different for v14 (at least from build 14 on). Even ones that have been updated have (apparently useless) registry entries. For example here are the entries for v14b14 [and there are similar ones for b15, b16, b17, and b18].
Code:
Take Command 14.0 14.00.14\install\2308B41\tcmd.msi
Searching registry for 2308B41
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Folders
Value: C:\Windows\Installer\{146CB12F-D64D-4F15-81D7-4DC8E2308B41}\
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\TempPackages
Value: C:\Windows\Installer\{146CB12F-D64D-4F15-81D7-4DC8E2308B41}\tcmd.exe
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\TempPackages
Value: C:\Windows\Installer\{146CB12F-D64D-4F15-81D7-4DC8E2308B41}\TakeCommand.exe
Only the last, current, b19, has useful entries. Please see the attached TCMSIFILES.TCT.