- May
- 13,123
- 180
@vefatica - where can i find regfind ?
Code:
copy ftp://vefatica.net/regfind.zip
It's "as is". It's a complicated program and I probably won't be making any changes to it.
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!@vefatica - where can i find regfind ?
copy ftp://vefatica.net/regfind.zip
@Charles Dye -----
to ease my worries - please look at message 20 above (error installing new build of v31) and tell me if yours it the same 38 char as @vefatica -
{F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0}
HKLM\SOFTWARE\Caphyon\Advanced Installer\Installs\{F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0}
HKLM\SOFTWARE\Caphyon\Advanced Installer\LZMA\{F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0}
Yes, it's the same.
Y'know, it probably wouldn't be difficult to add a /G option to the INSTALLED command to report GUIDs. Or to filter on them.
Y'know, it probably wouldn't be difficult to add a /G option to the INSTALLED command to report GUIDs. Or to filter on them.
regdir /s1 HKLM\SOFTWARE\Classes\Installer\Products
will give a list of key names. Each of those keys has a "Product Name" value.key: DE6F815F1AECF334EBC6D6AB808FFD0D
GUID: F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0
key: FFA92E5191BCB02AA9180B67A53611F5
GUID: 15E29AFF-CB19-A20B-9A81-B0765A63115F
If you mean thesewojuld either of you be nice and make a REG file I can import and it would delete the necessary keys?
Why does the 2nd regfind command start each line with an astrick?
regfind all /D F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0 & regfind all /K F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0
You could probably do that yourself with built-in tools but it would be a small PITA.
v:\> keynametoguid.btm DE6F815F1AECF334EBC6D6AB808FFD0D
Prod: Take Command 31
Key: DE6F815F1AECF334EBC6D6AB808FFD0D
GUID: F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0
do x in /p regdir /s1 HKLM\SOFTWARE\Classes\Installer\Products
I get 237 products. INSTALLED gives only 75. I wonder where INSTALLED gets its information.v:\> regfind all /D F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0
HKCR\Installer\Products\DE6F815F1AECF334EBC6D6AB808FFD0D
(SZ) ProductIcon
*C:\WINDOWS\Installer\{F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0}\TakeCommand_1.exe
v:\> regfind all /K F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0
*HKLM\SOFTWARE\Caphyon\Advanced Installer\Installs\{F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0}
I don't think you can. What's the matter with REGEDIT? ... select the key, right click, export ... select the key, right click, delete.so how can I botjh backup and then remove the keys from the results of regfind?
REG RESTORE KeyName FileName
, untested)reg export "HKLM\SOFTWARE\Caphyon\Advanced Installer\Installs\{F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0}" caphyon-installs.reg
reg delete "HKLM\SOFTWARE\Caphyon\Advanced Installer\Installs\{F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0}"
reg export "HKLM\SOFTWARE\Caphyon\Advanced Installer\LZMA\{F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0}" caphyon-lzma.reg
reg delete "HKLM\SOFTWARE\Caphyon\Advanced Installer\LZMA\{F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0}"
c:\users\vefatica\desktop> reg export "HKLM\SOFTWARE\Caphyon\Advanced Installer\Installs\{F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0}"
caphyon-installs.reg
The operation completed successfully.
c:\users\vefatica\desktop> reg export "HKLM\SOFTWARE\Caphyon\Advanced Installer\LZMA\{F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0}" cap
hyon-lzma.reg
The operation completed successfully.
c:\users\vefatica\desktop> reg delete "HKLM\SOFTWARE\Caphyon\Advanced Installer\Installs\{F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0}"
Permanently delete the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Caphyon\Advanced Installer\Installs\{F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0} (Yes/No)? yes
The operation completed successfully.
c:\users\vefatica\desktop> reg delete "HKLM\SOFTWARE\Caphyon\Advanced Installer\LZMA\{F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0}"
Permanently delete the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Caphyon\Advanced Installer\LZMA\{F518F6ED-CEA1-433F-BE6C-6DBA08F8DFD0} (Yes/No)? yes
The operation completed successfully.
I don't know what you want me to do! Let's start over.@vefatica - further help appreciated please.