Jump to content


Microsoft Redistibutables



125 replies to this topic

#21 ViroMan

    Just an awesome guy.

  • Project Manager
  • PipPipPipPipPipPip
  • 1,159 posts
  • Gender:Male
  • Location:California, USA, Earth, SOL, Milkyway
  • Interests:Programming and being a know it all pest.

Posted 27 March 2012 - 03:33 AM

Well the total download size is only 27MB. Splitting a script into two scripts is a pain to update both.

Whatacrock the hashes and sizes you gave me were wrong. I found that out when I finally finished the downloads. Anyways I think I have that all sorted out now. Try it now. Also Yes, I know the detections are not working for me iether... something is wrong somewhere. Posted Image

Edited by ViroMan, 27 March 2012 - 03:34 AM.


#22 Black Ghost

    AutoPatcher Expert

  • Members
  • PipPipPipPip
  • 217 posts

Posted 27 March 2012 - 03:40 AM

View PostDesertJerry, on 27 March 2012 - 03:31 AM, said:

Here's a list of the x64 items I had here:

VisualC++2005Redist_x64.exe
VisualC++2005Redist_x64_SecurityPack.exe
VisualC++2005SP1Redist_x64.exe
VisualC++2005SP1Redist_x64_ATLSecurityUpdate.exe
VisualC++2008Redist_x64.exe
VisualC++2008Redist_x64_SecurityPack.exe
VisualC++2008SP1Redist_x64.exe
VisualC++2008SP1Redist_x64_SecurityPack.exe
VisualC++2010Redist_x64.exe
VisualC++2010SP1Redist_x64.exe
VisualJ#Redist20-SE-x64.exe
VisualStudio2010ToolsForOfficeRuntime(VSTOR2010)Redistributable40_x64.exe

As I downloaded these some time ago I do not have the download link. If the registry entries are needed then post a listing as to which ones and I can check my XP X64 system for them.

It would be good to have these as will in both 32 and 64 bit. I am very impressed with the work that has been done on this so for.Posted Image

#23 ViroMan

    Just an awesome guy.

  • Project Manager
  • PipPipPipPipPipPip
  • 1,159 posts
  • Gender:Male
  • Location:California, USA, Earth, SOL, Milkyway
  • Interests:Programming and being a know it all pest.

Posted 27 March 2012 - 03:41 AM

well I figured out the reason the detection wasn't working... I was giving it KeyValue=>8. The file and registry detection area doesn't deal with equations like that... only values. Posted Image Giving it KeyValue=8.0.56336 made the detection work. Problem is... there are a few versions for each distributable...I don't know how to account for them all... Posted Image

Anyways... im going to call it quits for now and get my gaming on.

Edited by ViroMan, 27 March 2012 - 03:44 AM.


#24 Black Ghost

    AutoPatcher Expert

  • Members
  • PipPipPipPip
  • 217 posts

Posted 27 March 2012 - 03:43 AM

Maybe someone out there can help out.

#25 ViroMan

    Just an awesome guy.

  • Project Manager
  • PipPipPipPipPipPip
  • 1,159 posts
  • Gender:Male
  • Location:California, USA, Earth, SOL, Milkyway
  • Interests:Programming and being a know it all pest.

Posted 27 March 2012 - 03:45 AM

Well if they can give me all the versions of each distributable and all the registry locations which are Microsoft ID'ed then I will kiss them.

#26 Whatacrock

    Lord Of The Scripts: Return Of The Manager

  • Release Managers
  • PipPipPipPipPip
  • 726 posts
  • Gender:Male
  • Location:Somewhere near Hell !!!

Posted 27 March 2012 - 03:53 AM

Damn it... don't know what I did wrong with the MD5's and sizes....Just doubled checked what I uploaded and nothing out of place...Oh well this is my first try at doing this kind of thing (cherry's busted)

Found out what I did wrong ..well partially... got the files in wrong folders that I made but noticed the 2010 files have different version numbers.... mine shows 10.0.40219.1 and Viroman's 10.30319.1

Edited by Whatacrock, 27 March 2012 - 04:19 AM.


#27 Black Ghost

    AutoPatcher Expert

  • Members
  • PipPipPipPip
  • 217 posts

Posted 27 March 2012 - 03:55 AM

View PostViroMan, on 27 March 2012 - 03:45 AM, said:

Well if they can give me all the versions of each distributable and all the registry locations which are Microsoft ID'ed then I will kiss them.

lol

#28 ViroMan

    Just an awesome guy.

  • Project Manager
  • PipPipPipPipPipPip
  • 1,159 posts
  • Gender:Male
  • Location:California, USA, Earth, SOL, Milkyway
  • Interests:Programming and being a know it all pest.

Posted 27 March 2012 - 06:23 AM

View PostWhatacrock, on 27 March 2012 - 03:53 AM, said:

Damn it... don't know what I did wrong with the MD5's and sizes....Just doubled checked what I uploaded and nothing out of place...Oh well this is my first try at doing this kind of thing (cherry's busted)

Found out what I did wrong ..well partially... got the files in wrong folders that I made but noticed the 2010 files have different version numbers.... mine shows 10.0.40219.1 and Viroman's 10.30319.1

no its ok.. chock it up a learning experience.
Anyways.. ya.. see what I mean about different versions? I have 2 different 2005 X86s, 2 different 2005 x64's, and so on... its silly. I mean installed that is... and if I uninstall one... one of my games will reinstall it. Its stupid... why do I need 4 different version of 2005!?

#29 Whatacrock

    Lord Of The Scripts: Return Of The Manager

  • Release Managers
  • PipPipPipPipPip
  • 726 posts
  • Gender:Male
  • Location:Somewhere near Hell !!!

Posted 27 March 2012 - 06:50 AM

Looked around the web for possible answers to the detection problem and found this on a weblog http://blogs.msdn.com/b/astebner/

Spoiler

There is reference to detection of the pakages here is the info
Alternatively, like in past releases of the Visual C++ redistributable package, you can use an algorithm like the one I described in my previous blog posts to detect the presence of the Visual C++ 2010 redistributable package on a system:
  • Call the MsiQueryProductState API
  • Pass in the product code for the package that you want to detect based on the list below
  • Check the return value of this API. If it is anything other than INSTALLSTATE_DEFAULT, the package is not yet installed

Edited by Whatacrock, 27 March 2012 - 06:56 AM.


#30 ViroMan

    Just an awesome guy.

  • Project Manager
  • PipPipPipPipPipPip
  • 1,159 posts
  • Gender:Male
  • Location:California, USA, Earth, SOL, Milkyway
  • Interests:Programming and being a know it all pest.

Posted 27 March 2012 - 08:15 AM

hey thats nice whatacrock.... pucker up for that kiss.

Also I can't use that API in the old apup due to not having the ability to compile VB code. I can however use that in the new AP.

#31 DesertJerry

    AutoPatcher Elite

  • Members
  • PipPipPipPipPip
  • 982 posts
  • Gender:Male
  • Location:Victorville, California

Posted 28 March 2012 - 09:00 PM

View PostBlack Ghost, on 27 March 2012 - 03:40 AM, said:

It would be good to have these as will in both 32 and 64 bit. I am very impressed with the work that has been done on this so for.Posted Image

It may take me a couple of days to check things - I'm in XP Pro x64 w/SP2 and Control Panel > Add/Remove Programs list 26 separate items from C++2005 to 2010. Will have to boot into Win7 Ultimate 64bit and check things there, right now I don't remember if I installed back to 2005 up to 2010 or ?

#32 DesertJerry

    AutoPatcher Elite

  • Members
  • PipPipPipPipPip
  • 982 posts
  • Gender:Male
  • Location:Victorville, California

Posted 28 March 2012 - 09:52 PM

XP Pro x64 - Registrey Editor 64bit

HKLMACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{071c9b48-7c32-4621-a0ac-3f809523288f}
DisplayName: Microsoft Visual C++ 2005 Redistributable (x64) 8.0.56336
DisplayVersion: 8.0.56336

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{11538652-E5E4-37F1-86D7-418871E45292}
DisplayName: Microsoft Visual Studio 2010 Tools for Office Runtime (x64) 10.0.31121
DisplayVersion: 10.0.31121

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1D8E6291-B0D5-35EC-8441-6616F567A0F7}
DisplayName: Microsoft Visual C++ 2010 Redistributable (x64) 10.0.40219
DisplayVersion: 10.0.40219

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{350AA351-21FA-3270-8B7A-835434E766AD}
DisplayName: Microsoft Visual C++ 2008 Redistributable (x64) 9.0.21022
DisplayVersion: 9.0.21022

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{4B6C7001-C7D6-3710-913E-5BC23FCE91E6}
DisplayName: Microsoft Visual C++ 2008 Redistributable (x64) 9.0.30729.4148
DisplayVersion: 9.0.30729.4148

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4}
DisplayName: Microsoft Visual C++ 2008 Redistributable (x64) 9.0.30729.6161
DisplayVersion: 9.0.30729.6161

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6ce5bae9-d3ca-4b99-891a-1dc6c118a5fc}
DisplayName: Microsoft Visual C++ 2005 Redistributable (x64) 8.0.59192
DisplayVersion: 8.0.59192

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6E8E85E8-CE4B-4FF5-91F7-04999C9FAE6A}
DisplayName: Microsoft Visual C++ 2005 Redistributable (x64) 8.0.50727.42
DisplayVersion: 8.0.50727.42

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{8220EEFE-38CD-377E-8595-13398D740ACE}
DisplayName: Microsoft Visual C++ 2008 Redistributable (x64) 9.0.30729.17
DisplayVersion: 9.0.30729.17

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{8338783A-0968-3B85-AFC7-BAAE0A63DC50}
DisplayName: Microsoft Visual C++ 2008 Redistributable (x64) KB2467174 - 9.0.30729.5570
DisplayVersion: 9.0.30729.5570

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{aac9fcc4-dd9e-4add-901c-b5496a07ab2e}
DisplayName: Microsoft Visual C++ 2005 Redistributable (x64) KB2467175 - 8.0.51011
DisplayVersion: 8.0.51011

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{ad8a2fa1-06e7-4b0d-927d-6e54b3d31028}
DisplayName: Microsoft Visual C++ 2005 Redistributable (x64) 8.0.61000
DisplayVersion: 8.0.61000

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{BBBE35B2-9349-3C48-BD3D-F574B17C7924}
DisplayName: Microsoft Visual C++ 2008 Redistributable (x64) 9.0.21022.218
DisplayVersion: 9.0.21022.218

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EE936C7A-EA40-31D5-9B65-8E3E089C3828}
DisplayName: Microsoft Visual C++ 2008 ATL Update kb973924 (x64) 9.0.30729.4148
DisplayVersion: 9.0.30729.4148

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{002D9D5E-29BA-3E6D-9BC4-3D7D6DBC735C}
DisplayName: Microsoft Visual C++ 2008 ATL Update kb973924 (x86) 9.0.30729.4148
DisplayVersion: 9.0.30729.4148

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{196BB40D-1578-3D01-B289-BEFC77A11A1E}
DisplayName: Microsoft Visual C++ 2010 Redistributable (x86) 10.0.30319
DisplayVersion: 10.0.30319

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{1F1C2DFC-2D24-3E06-BCB8-725134ADF989}
DisplayName: Microsoft Visual C++ 2008 Redistributable (x86) 9.0.30729.4148
DisplayVersion: 9.0.30729.4148

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{7299052b-02a4-4627-81f2-1818da5d550d}
DisplayName: Microsoft Visual C++ 2005 Redistributable 8.0.56336
DisplayVersion: 8.0.56336

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{729A3000-BC8A-3B74-BA5D-5068FE12D70C}
DisplayName: Microsoft Visual F# 2.0 Runtime 10.0.30319
DisplayVersion: 10.0.30319

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{770657D0-A123-3C07-8E44-1C83EC895118}
DisplayName: Microsoft Visual C++ 2005 ATL Update kb973923 (x86) 8.0.50727.4053
DisplayVersion: 8.0.50727.4053

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{86CE85E6-DBAC-3FFD-B977-E4B79F83C909}
DisplayName: Microsoft Visual C++ 2008 Redistributable KB2467174 (x86) 9.0.30729.5570
DisplayVersion: 9.0.30729.5570

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{9A25302D-30C0-39D9-BD6F-21E6EC160475}
DisplayName: Microsoft Visual C++ 2008 Redistributable (x86) 9.0.30729.17
DisplayVersion: 9.0.30729.17

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{a0fe116e-9a8a-466f-aee0-625cb7c207e3}
DisplayName: Microsoft Visual C++ 2005 Redistributable KB2467175 - 8.0.51011
DisplayVersion: 8.0.51011

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{A49F249F-0C91-497F-86DF-B2585E8E76B7}
DisplayName: Microsoft Visual C++ 2005 Redistributable 8.0.50727.363
DisplayVersion: 8.0.50727.363

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}
DisplayName: Microsoft Visual C++ 2010 Redistributable (x86) - 10.0.40219
DisplayVersion: 10.0.40219

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{F333A33D-125C-32A2-8DCE-5C5D14231E27}
DisplayName: Microsoft Visual C++ 2008 Runtime (x86) 9.0.30729
DisplayVersion: 9.0.30729

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{F333A33D-125C-32A2-8DCE-5C5D14231E27}.vc_x86runtime_30729_01
DisplayName: Microsoft Visual C++ 2008 Runtime (x86) 9.0.30729.01
DisplayVersion: 9.0.30729.01

#33 ViroMan

    Just an awesome guy.

  • Project Manager
  • PipPipPipPipPipPip
  • 1,159 posts
  • Gender:Male
  • Location:California, USA, Earth, SOL, Milkyway
  • Interests:Programming and being a know it all pest.

Posted 29 March 2012 - 01:07 AM

hey that's nice.

hmm... This just proves its going to be a huge pain in the ass to take care of since its changes so much.

I am going to set the APM files to just notice the latest release and if you don't have it, install it.

That is... the latest for 2005, 2008, and 2010. Not just 2010.

Does anyone know if you have to have the sp0 version in order for the SP1 version to install?

Edited by ViroMan, 29 March 2012 - 01:09 AM.


#34 DesertJerry

    AutoPatcher Elite

  • Members
  • PipPipPipPipPip
  • 982 posts
  • Gender:Male
  • Location:Victorville, California

Posted 29 March 2012 - 03:03 AM

Booted into Win7 Ultimate 64bit w/SP1 - the following items are the same as my earlier post from within XP Pro x64. I can only assume that the informatiion will be the same for all versions: XP Pro w/SP3, XP Pro x64 w/SP2, Win7 32/64 bit w/SP1 and, probably Vista. (I do not have any version of Vista to check.) As I mentioned earlier, I did not install all Visual C++ versions from 2005 to 2010 but I have no reason to expect them to have different registry entries than reported here or by others. Others can easily verify this assertion.


Win7 Ultimate 64bit w/SP1 - Registry Editor - same items *

HKLMACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{071c9b48-7c32-4621-a0ac-3f809523288f} *
DisplayName: Microsoft Visual C++ 2005 Redistributable (x64) 8.0.56336
DisplayVersion: 8.0.56336

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1D8E6291-B0D5-35EC-8441-6616F567A0F7} *
DisplayName: Microsoft Visual C++ 2010 Redistributable (x64) 10.0.40219
DisplayVersion: 10.0.40219

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{350AA351-21FA-3270-8B7A-835434E766AD} *
DisplayName: Microsoft Visual C++ 2008 Redistributable (x64) 9.0.21022
DisplayVersion: 9.0.21022

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{4B6C7001-C7D6-3710-913E-5BC23FCE91E6} *
DisplayName: Microsoft Visual C++ 2008 Redistributable (x64) 9.0.30729.4148
DisplayVersion: 9.0.30729.4148

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5FCE6D76-F5DC-37AB-B2B8-22AB8CEDB1D4} *
DisplayName: Microsoft Visual C++ 2008 Redistributable (x64) 9.0.30729.6161
DisplayVersion: 9.0.30729.6161

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{6ce5bae9-d3ca-4b99-891a-1dc6c118a5fc} *
DisplayName: Microsoft Visual C++ 2005 Redistributable (x64) 8.0.59192
DisplayVersion: 8.0.59192

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{8220EEFE-38CD-377E-8595-13398D740ACE} *
DisplayName: Microsoft Visual C++ 2008 Redistributable (x64) 9.0.30729.17
DisplayVersion: 9.0.30729.17

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{8338783A-0968-3B85-AFC7-BAAE0A63DC50} *
DisplayName: Microsoft Visual C++ 2008 Redistributable (x64) KB2467174 - 9.0.30729.5570
DisplayVersion: 9.0.30729.5570

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{aac9fcc4-dd9e-4add-901c-b5496a07ab2e} *
DisplayName: Microsoft Visual C++ 2005 Redistributable (x64) KB2467175 - 8.0.51011
DisplayVersion: 8.0.51011

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{ad8a2fa1-06e7-4b0d-927d-6e54b3d31028} *
DisplayName: Microsoft Visual C++ 2005 Redistributable (x64) 8.0.61000
DisplayVersion: 8.0.61000

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{002D9D5E-29BA-3E6D-9BC4-3D7D6DBC735C} *
DisplayName: Microsoft Visual C++ 2008 ATL Update kb973924 (x86) 9.0.30729.4148
DisplayVersion: 9.0.30729.4148

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{1F1C2DFC-2D24-3E06-BCB8-725134ADF989} *
DisplayName: Microsoft Visual C++ 2008 Redistributable (x86) 9.0.30729.4148
DisplayVersion: 9.0.30729.4148

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{729A3000-BC8A-3B74-BA5D-5068FE12D70C} *
DisplayName: Microsoft Visual F# 2.0 Runtime 10.0.30319
DisplayVersion: 10.0.30319

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{770657D0-A123-3C07-8E44-1C83EC895118} *
DisplayName: Microsoft Visual C++ 2005 ATL Update kb973923 (x86) 8.0.50727.4053
DisplayVersion: 8.0.50727.4053

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{86CE85E6-DBAC-3FFD-B977-E4B79F83C909} *
DisplayName: Microsoft Visual C++ 2008 Redistributable KB2467174 (x86) 9.0.30729.5570
DisplayVersion: 9.0.30729.5570

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{9A25302D-30C0-39D9-BD6F-21E6EC160475} *
DisplayName: Microsoft Visual C++ 2008 Redistributable (x86) 9.0.30729.17
DisplayVersion: 9.0.30729.17

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{A49F249F-0C91-497F-86DF-B2585E8E76B7} *
DisplayName: Microsoft Visual C++ 2005 Redistributable 8.0.50727.363
DisplayVersion: 8.0.50727.363

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5} *
DisplayName: Microsoft Visual C++ 2010 Redistributable (x86) - 10.0.40219
DisplayVersion: 10.0.40219

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{F333A33D-125C-32A2-8DCE-5C5D14231E27} *
DisplayName: Microsoft Visual C++ 2008 Runtime (x86) 9.0.30729
DisplayVersion: 9.0.30729

HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{F333A33D-125C-32A2-8DCE-5C5D14231E27}.vc_x86runtime_30729_01 *
DisplayName: Microsoft Visual C++ 2008 Runtime (x86) 9.0.30729.01
DisplayVersion: 9.0.30729.01

#35 Whatacrock

    Lord Of The Scripts: Return Of The Manager

  • Release Managers
  • PipPipPipPipPip
  • 726 posts
  • Gender:Male
  • Location:Somewhere near Hell !!!

Posted 29 March 2012 - 03:58 AM

Okay we scoured through the net to find a solution to which version needs to be installed and things got confusing..
One common thing that was stated is that the redistributable packages are standalones but nothing mentioned if sp0 has to be installed before sp1 packages.

#36 ViroMan

    Just an awesome guy.

  • Project Manager
  • PipPipPipPipPipPip
  • 1,159 posts
  • Gender:Male
  • Location:California, USA, Earth, SOL, Milkyway
  • Interests:Programming and being a know it all pest.

Posted 29 March 2012 - 04:01 AM

well if they are standalones I will assume that sp1 includes sp0 same as windows SP2 includes SP1 and so on.

#37 Whatacrock

    Lord Of The Scripts: Return Of The Manager

  • Release Managers
  • PipPipPipPipPip
  • 726 posts
  • Gender:Male
  • Location:Somewhere near Hell !!!

Posted 29 March 2012 - 04:21 AM

Extracted the files from the distributable package into seperate folders then did a file compare, the files and your assumption to be correct..SP1 in fact an updated version of the original file.Same files in each package but SP1 has more and slight variations in filesize with several files

#38 ViroMan

    Just an awesome guy.

  • Project Manager
  • PipPipPipPipPipPip
  • 1,159 posts
  • Gender:Male
  • Location:California, USA, Earth, SOL, Milkyway
  • Interests:Programming and being a know it all pest.

Posted 31 March 2012 - 12:44 AM

I am uninstalling all my version right now so I can reinstall with the latest so I can get version numbers and check AP against the APMs I make.

#39 Whatacrock

    Lord Of The Scripts: Return Of The Manager

  • Release Managers
  • PipPipPipPipPip
  • 726 posts
  • Gender:Male
  • Location:Somewhere near Hell !!!

Posted 31 March 2012 - 12:46 AM

You beat me to posting ViroMan as was going to ask how the release script was progressing
Posted Image Posted Image Posted Image

#40 Whatacrock

    Lord Of The Scripts: Return Of The Manager

  • Release Managers
  • PipPipPipPipPip
  • 726 posts
  • Gender:Male
  • Location:Somewhere near Hell !!!

Posted 31 March 2012 - 01:44 AM

@ViroMan... can confirm that just the SP1 redistributable packages be installed as standalones...Uninstalled 2005,2008 and 2010 from vista x86 machine..rebooted and checked programs and features to ensure nothing listed(all okay there) and proceeded to install the SP1 packages one by one and check to see what was installed. Programs and features only lists the SP1 packages...
Not sure if the SP0 packages are needed as no longer any software left on machine that utilize the packages.





2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users