#41
Posted 31 March 2012 - 02:45 AM
RegistryPath=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{710f4c1c-cc18-4c49-8cbf-51240c89a1a2}
KeyName=DisplayVersion
KeyValue=>8
to
RegistryPath=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{710f4c1c-cc18-4c49-8cbf-51240c89a1a2}
KeyName=DisplayVersion
KeyValue=8.0.61001
Had to do the same for version 2005 and 2010 - the truncated version appears to not work - the full version is required.
Did not check the x64 version yet but I expect the same result. Also, remember, AutoPatcher is a 32bit program, it cannot read the 64bit registry entries when run from wthin XP Pro x64
#42
Posted 31 March 2012 - 03:24 AM
SP1 Security Update versions. I already have them and updated my copy of the script. I am updating the APMs now.
DesertJerry: ya I figured that out a while ago. I thought I could use that type of detection in the registry. Guess it only works in areas that accept ANY.
Also... Any 32bit program can ready x64 registry with 32bit calls to registry as long as you route it properly. Current version of Autopatcher is setup to be able to make the reads as long as you tell it how to do it.
Edited by ViroMan, 31 March 2012 - 03:29 AM.
#43
Posted 31 March 2012 - 04:01 AM
#44
Posted 31 March 2012 - 04:13 AM
Ran autopatcher and when check the releases displayed the visual c++ packages in pretty blue... so it works fine on an x86 system.
Here's the spoiler for verification
Edited by Whatacrock, 31 March 2012 - 04:15 AM.
#45
Posted 31 March 2012 - 05:45 AM
#46
Posted 31 March 2012 - 01:50 PM
Selected 2005 2008 and 2010. Received syntax errors on 2005 and 2008(both x86 and x64),ap continues to try to install the packages,click the button and next syntax error appears,allowed ap to finish and rebooted, reran ap.Only 2010 x86 and x64 were showing in pretty blue, the others showed black. Tried running several times and same result on each run.
Is it really necessary to reboot system after only doing the visual C++ package ? I ask as ap when finished and click radio button wants to reboot.
#47
Posted 31 March 2012 - 06:49 PM
HKCR\Installer\Products\1D5E3C0FEDA1E123187686FED06E995A
ProductName=Microsoft Visual C++ 2010 x86 Redistributable - 10.0.40219
HKCR\Installer\Products\5104B339816461748A822598CF3061F5\SourceList\Net\1=D:\Program Files\Common Files\DivX Shared\
ProductName=VC80CRTRedist - 8.0.50727.6195
HKCR\Installer\Products\6E58EC68CABDDFF39B774E7BF9389C90
ProductName=Microsoft Visual C++ 2008 Redistributable - KB2467174 - x86 9.0.30729.5570
HKEY_CLASSES_ROOT\Installer\Products\6E815EB96CCE9A53884E7857C57002F0
ProductName=Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.6161
HKCR\Installer\Products\6F9E66FF7E38E3A3FA41D89E8A906A4A
ProductName=Microsoft Visual C++ 2008 Redistributable - x86 9.0.21022
HKCR\Installer\Products\B17E077734D20084C93BB5C6AABEBEAE
ProductName=RealNetworks - Microsoft Visual C++ 2008 Runtime
HKCR\Installer\Products\c1c4f01781cc94c4c8fb1542c0981a2a
ProductName=Microsoft Visual C++ 2005 Redistributable
HKCR\Installer\Products\CFD2C1F142D260E3CB8B271543DA9F98
ProductName=Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.4148
HKCR\Installer\Products\CFE98E2070B7A5D4AA30E90C099241EE
ProductName=VC 9.0 Runtime
HKCR\Installer\Products\D33A333FC5212A23D8ECC5D54132E172
ProductName=Visual C++ 2008 x86 Runtime - (v9.0.30729)
HKCR\Installer\Products\F942F94A19C0F79468FD2B85E5E8677B
ProductName=Microsoft Visual C++ 2005 Redistributable
#48
Posted 31 March 2012 - 09:04 PM
Microsoft Visual C+++ 2010 Redistributable in blue - all other Visual C++ Redistributables (x64 and x86) in black.
Opened vcredist_2010_x64.apm in Notepad, opened Registry Editor-64bit and determined there was NO Key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{DA5E371C-6333-3D8A-93A4-6FD5B20BCC6E} as shown in the APM file.
Opened Registry Editor-32bit and determined there was NO Key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{DA5E371C-6333-3D8A-93A4-6FD5B20BCC6E} as shown in the APM file.
Opened the list of registry keys I had posted earlier and found that this key did not match the key I had posted: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1D8E6291-B0D5-35EC-8441-6616F567A0F7}
Coped my key into the APM file and saved it. Re-started AutoPatcher - still black.
Online > AutoPatcher forum > New stuff > APUP2 > downloaded new Visual C++ script dated 30 Mar 2012.
AutoPatcher > Windows Addons > Visual C++ blue except for 2008 SP1 Security x86 and 2005 SP1 Security x86. Check mark for both > next > Error message: Command line option syntax error. Type Command /? for Help > OK > Finished. Still black. One at a time - 2005 SP1 gave syntax eroor; 2008 SP1 no error but still black. Restart system. AutoPatcher > items still black.
Booted into Win7 Ultimate x64 w/SP1 > Started AutoPatcher > Windows Addons.
Only displayed Visual C++ Security Updates for x86 - NO x64 items listed.
Opened each APM file and changed:
[OperatingSystem]
WindowsVersion=XP_SP2_X64,2K3_SP2_X64,VISTA_X64,Win7_X64
SystemLanguage=ANY
to
[OperatingSystem]
WindowsVersion=XP_SP2_X64,2K3_SP2_X64,VISTA_X64,SEVEN_X64
SystemLanguage=ANY
Re-started AutoPatcher > all Visual C++ Security items now listed in blue.
Edited by DesertJerry, 31 March 2012 - 10:01 PM.
#49
Posted 01 April 2012 - 12:47 AM
ohh.. damn... messed the detection up by using win7. Sorry that is in my new ap.
Ohh it is NOT needed to reboot after installing these. I did though because I thought my firewall depended on it... and it did. Didn't know I left that set on. I just reused an older APM.
Edited by ViroMan, 01 April 2012 - 12:51 AM.
#50
Posted 04 April 2012 - 01:18 PM
#51
Posted 04 April 2012 - 08:47 PM
Edited by ViroMan, 04 April 2012 - 08:48 PM.
#52
Posted 04 April 2012 - 10:19 PM
vcredist_2005_x64.apm
[DetectionRegistry]
RegistryPath=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{ad8a2fa1-06e7-4b0d-927d-6e54b3d31028}
KeyName=DisplayVersion
KeyValue=8.0.61000
vcredist_2005_x86.apm
[DetectionRegistry]
RegistryPath=HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{710f4c1c-cc18-4c49-8cbf-51240c89a1a2}
KeyName=DisplayVersion
KeyValue=8.0.61001
RegistryPath=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{710f4c1c-cc18-4c49-8cbf-51240c89a1a2}
KeyName=DisplayVersion
KeyValue=8.0.61001
vcredist_2008_x64.apm
[DetectionRegistry]
RegistryPath=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}
KeyName=DisplayVersion
KeyValue=9.0.30729.6161
vcredist_2008_x86.apm
[DetectionRegistry]
RegistryPath=HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}
KeyName=DisplayVersion
KeyValue=9.0.30729.6161
RegistryPath=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4} <---Win7
KeyName=DisplayVersion
KeyValue=9.0.30729.6161
RegistryPath=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{9BE518E6-ECC6-35A9-88E4-87755C07200F} <---XPPro and Win7
KeyName=DisplayVersion
KeyValue=9.0.30729.6161
vcredist_2010_x64.apm
[DetectionRegistry]
RegistryPath=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1D8E6291-B0D5-35EC-8441-6616F567A0F7}
KeyName=DisplayVersion
KeyValue=10.0.40219
vcredist_2010_x86.apm
[DetectionRegistry]
RegistryPath=HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}
KeyName=DisplayVersion
KeyValue=10.0.40219
RegistryPath=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}
KeyName=DisplayVersion
KeyValue=10.0.40219
Hope this helps/
#53
Posted 05 April 2012 - 03:00 AM
edit: Minor changes, new version up. If its good for both of you I will update main list.
Edited by ViroMan, 05 April 2012 - 03:03 AM.
#54
Posted 05 April 2012 - 04:58 AM
Booted - XP Pro w/SP3 all blue
XP Pro x64 w/SP2 C++ 2008 SP1 x86 black - others blue
Selected program and opted to do a repair - still black. Have no idea why it has disappeared. Searched registry - gone; WTF?
Win7 Ultimate 64bit w/SP1 - all blue
Will be able to check more tomorrow.
#55
Posted 05 April 2012 - 07:10 AM
Ran ap on my x86 system and visual c++ showed black while 2008 and 2010 showed pretty blue.When tried installing 2005 I received the syntax error again.
Reran on x64 system script downloaded fine but on running ap only 2010 showed pretty blue, all others in black.
Tried running one by one and received the same syntax error on installing vc++ 2005 x64/x86.
VC++ 2008 refuses to install from autopatcher but I know that it was manually installed and shows up in program list for add and remove programs..
Attached screenshot
Edited by Whatacrock, 05 April 2012 - 07:28 AM.
#56
Posted 05 April 2012 - 07:36 AM
ohh hmm looks like it doesn't like the word /quite... it wants /qn what ever... I will change.
Edited by ViroMan, 05 April 2012 - 07:39 AM.
#57
Posted 05 April 2012 - 07:47 AM
edit: Or not... something isn't taking... need more time.
Edited by ViroMan, 05 April 2012 - 07:50 AM.
#58
Posted 05 April 2012 - 07:54 AM
#59
Posted 05 April 2012 - 09:27 AM
Ran apup v1 and v2 to ensure I got the scripts..good so far.
Ran ap and selected the redistributables showing black .... when finished reran ap again and now all show in pretty blue(x86 system)
Shut system down reconnected the hdd with x64 ...booted up and repeated the process.
Reran ap and voila we have pretty blue for both x86 and x64.
I guess we can put this puppy to bed as part of the main common files.
Just be to be sure need someone else to verify my findings.
Here are the screen for add and remove programs x64 systerm ie before and after shots
[attachment=565:screenshot..jpg] before
[attachment=566:screenie.jpg] after
Edited by Whatacrock, 05 April 2012 - 09:44 AM.
#60
Posted 05 April 2012 - 11:59 AM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












