Jump to content


Visual Studio 2010 Redist


27 replies to this topic

#1 DesertJerry

    Lives In AutoPatcher Forum

  • Members
  • PipPipPipPipPipPip
  • 1,037 posts
  • Gender:Male
  • Location:Victorville, California

Posted 12 November 2012 - 10:22 PM

Microsoft has released a newer version of: Visual Studio 2010 Tools For Office Runtime Redistributable.

The download includes both x86 and x64 runtimes, is available at the Microsoft download page, and is for XP, VISTA, 7, and 8

Later,

Installed the newer version in Win7 Ultimate 64bit w/SP1 and edited vsto05se_enu.apm to make the following changes:

[DetectionRegistry]
RegistryPath=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7E587F58-50BE-3557-89F6-14D99CB5FB2A}
KeyName=DisplayVersion
KeyValue=10.0.40307

[DetectionFile]
FilePath=commonfiles:\Microsoft Shared\VSTO\10.0
FileName=VSTOLoader.dll
FileVersion=>10.0.40302.0
FileMD5=1E35B13493C2F02947424DFEC04357F9
FileDate=ANY


Booted into Win7 Ultimate 32bit w/SP1 and had to edit the same APM file to detect the update; added the following:

[DetectionRegistry]
RegistryPath=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{97BA2B90-AF72-35CF-BFDC-E06531811B20}
KeyName=DisplayVersion
KeyValue=10.0.40307

[DetectionFile]
FilePath=commonfiles:\Microsoft Shared\VSTO\10.0
FileName=VSTOLoader.dll
FileVersion=>10.0.40302.0
FileMD5=BC3361B828F058B4C8EBCC49761AD0C9
FileDate=ANY

Edited by DesertJerry, 12 November 2012 - 11:31 PM.


#2 DesertJerry

    Lives In AutoPatcher Forum

  • Members
  • PipPipPipPipPipPip
  • 1,037 posts
  • Gender:Male
  • Location:Victorville, California

Posted 13 November 2012 - 05:48 AM

Update installed in XP Pro w/SP3 and XP Pro x64 w/SP2 - AutoPatcher still blue for this item so info above valid here too.

#3 DesertJerry

    Lives In AutoPatcher Forum

  • Members
  • PipPipPipPipPipPip
  • 1,037 posts
  • Gender:Male
  • Location:Victorville, California

Posted 21 December 2012 - 10:32 PM

Newer version posted at Microsoft downloads today. No mention of what changed but I did notice the downloaded file was larger. Did check and in one place the version was listed as 10,0.40303

#4 DesertJerry

    Lives In AutoPatcher Forum

  • Members
  • PipPipPipPipPipPip
  • 1,037 posts
  • Gender:Male
  • Location:Victorville, California

Posted 01 February 2013 - 04:23 AM

So far, no one seems to care about these updates.

#5 Whatacrock

    Lord Of The Scripts: Return Of The Manager

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

Posted 02 February 2013 - 05:43 AM

Will look into this for you DesertJerry --- since I do not use Microsoft Office and haven't since Office 2000...will need help from the community for the detections... both the registry and file detections..

As this is ViroMan's release may leave this to him and see what transpires.

#6 DesertJerry

    Lives In AutoPatcher Forum

  • Members
  • PipPipPipPipPipPip
  • 1,037 posts
  • Gender:Male
  • Location:Victorville, California

Posted 02 February 2013 - 08:11 PM

View PostWhatacrock, on 02 February 2013 - 05:43 AM, said:

Will look into this for you DesertJerry --- since I do not use Microsoft Office and haven't since Office 2000...will need help from the community for the detections... both the registry and file detections..

As this is ViroMan's release may leave this to him and see what transpires.
I included the detections in #1 post

#7 Whatacrock

    Lord Of The Scripts: Return Of The Manager

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

Posted 03 February 2013 - 01:20 AM

Have updated and forwarded up the chain of command

#8 Whatacrock

    Lord Of The Scripts: Return Of The Manager

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

Posted 07 February 2013 - 04:07 AM

Script updated, signed and on main list..
Script date Feb 7 2013

#9 DesertJerry

    Lives In AutoPatcher Forum

  • Members
  • PipPipPipPipPipPip
  • 1,037 posts
  • Gender:Male
  • Location:Victorville, California

Posted 05 May 2013 - 02:49 AM

Why is Microsoft Visual Studio 2010 Tools for Office Runtime Redistributable still listed under Windows Addons and not under Microsoft Offfice Addons where it should be? And where Visual Studio 2005 and 2008 Tools are correctly listed?! Later
I did determine that changing the appropriate APMs will work.
Change vstor_redist_x64.apm from:
[Behavior]
ParentID=WINDOWS_ADDONS_PARENT
UniqueID=VSTOR_REDIST_X64
to:
[Behavior]
ParentID=OFFICE_ADDONS_PARENT
UniqueID=OFFICE_ADDONS_VSTOR_REDIST_X64
and change vstor_redist_x86.apm from:
[Behavior]
ParentID=WINDOWS_ADDONS_PARENT
UniqueID=VSTOR_REDIST_X86
to:
[Behavior]
ParentID=OFFICE_ADDONS_PARENT
UniqueID=OFFICE_ADDONS_VSTOR_REDIST_X86
Then move them from the \modules\Addons folder to the \modules\OfficeAddons folder.
Any other changes, like the script, I will have to leave in someone elses capable hands.

Edited by DesertJerry, 05 May 2013 - 03:05 AM.


#10 Whatacrock

    Lord Of The Scripts: Return Of The Manager

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

Posted 05 May 2013 - 06:12 AM

Changes made as per your suggestion DesertJerry, are there any others that need attention before I hand this over to ViroMan for his part.

#11 DesertJerry

    Lives In AutoPatcher Forum

  • Members
  • PipPipPipPipPipPip
  • 1,037 posts
  • Gender:Male
  • Location:Victorville, California

Posted 05 May 2013 - 09:35 PM

 Whatacrock, on 05 May 2013 - 06:12 AM, said:

Changes made as per your suggestion DesertJerry, are there any others that need attention before I hand this over to ViroMan for his part.
Not right - will keep looking and I found one:
Almost forgot, could you change the APMs to read as follows (to me they look better and are more correct in their descriptions)
[General]
Title=Microsoft Visual Studio 2005 Tools for Office Runtime Redistributable x86
[General]
Title=Microsoft Visual Studio 2008 Tools for Office Runtime Redistributable x86
[General]
Title=Microsoft Visual Studio 2010 Tools For Office Runtime Redistributable x64
[General]
Title=Microsoft Visual Studio 2010 Tools For Office Runtime Redistributable x86

Edited by DesertJerry, 05 May 2013 - 09:49 PM.


#12 Whatacrock

    Lord Of The Scripts: Return Of The Manager

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

Posted 06 May 2013 - 01:00 AM

Changes made to the titles, anything else before I hand it over

#13 DesertJerry

    Lives In AutoPatcher Forum

  • Members
  • PipPipPipPipPipPip
  • 1,037 posts
  • Gender:Male
  • Location:Victorville, California

Posted 06 May 2013 - 04:48 AM

View PostWhatacrock, on 06 May 2013 - 01:00 AM, said:

Changes made to the titles, anything else before I hand it over
Nope

#14 Whatacrock

    Lord Of The Scripts: Return Of The Manager

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

Posted 06 May 2013 - 06:37 AM

Office Addons is on releases2 ... if all checks okay will get ViroMan to sign and move to main

#15 ViroMan

    Just an awesome guy.

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

Posted 06 May 2013 - 12:56 PM

Or.. you can sign it and I can move it. :P You need signing practice anyways.

#16 _def_x_

    audi 5k

  • Veterans
  • PipPipPipPipPipPip
  • 1,466 posts
  • Gender:Male

Posted 06 May 2013 - 09:26 PM

View PostWhatacrock, on 06 May 2013 - 06:37 AM, said:

Office Addons is on releases2 ... if all checks okay will get ViroMan to sign and move to main

I noticed a few spots with these apm files, it may not break anything but I go for consistency, anyhooooo...

...vsto05se_enu.apm
...vsto08te_enu.apm

I would uppercase X86 on both.
08' has no [OfficeComponents], although it looks like ANY works for 05' meaning it doesn't matter, still, seeing it is after all an Office apm, just being consistant.

...vstor_redist_x64.apm
...vstor_redist_x86.apm

UniqueID=:
OFFICE_ADDONS_VSTOR_REDIST_X64
OFFICE_ADDONS_REDIST_X86

#17 DesertJerry

    Lives In AutoPatcher Forum

  • Members
  • PipPipPipPipPipPip
  • 1,037 posts
  • Gender:Male
  • Location:Victorville, California

Posted 06 May 2013 - 10:01 PM

View PostWhatacrock, on 06 May 2013 - 06:37 AM, said:

Office Addons is on releases2 ... if all checks okay will get ViroMan to sign and move to main
Downloaded update - something peculiar has happened - Visual Studio 2005 now shows in black, other two blue - have tried to determine why by comparing APMs, so far unsuccessful (Win7 Ultimate 64bit w/SP1, Win7 Ultimate 32bit w/SP1, XP Pro x64 w/SP2, and XP Pro w/SP3).

Tried experiment and renamed downloaded APMs and copied my previous versions to OfficeAddons folder - same result 2005 black, others blue. Right now - clueless as to rationale for change unless the update to releases2 is cause??

Edited by DesertJerry, 06 May 2013 - 10:28 PM.


#18 Whatacrock

    Lord Of The Scripts: Return Of The Manager

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

Posted 07 May 2013 - 04:23 AM

Updated script on releases2 .. script date 5 May 2013.

It has been signed but not moved to main as yet.

#19 DesertJerry

    Lives In AutoPatcher Forum

  • Members
  • PipPipPipPipPipPip
  • 1,037 posts
  • Gender:Male
  • Location:Victorville, California

Posted 07 May 2013 - 08:04 PM

View PostWhatacrock, on 07 May 2013 - 04:23 AM, said:

Updated script on releases2 .. script date 5 May 2013.
That's the one I used.

#20 DesertJerry

    Lives In AutoPatcher Forum

  • Members
  • PipPipPipPipPipPip
  • 1,037 posts
  • Gender:Male
  • Location:Victorville, California

Posted 12 May 2013 - 02:20 AM

Booted #2 system to Win7 Pro 64bit w/SP1.
Coped my edited vsto05se_enu.apm, vsto08te_enu.apm, vstor_redist_x64.apm, and vstor_redist_x86.apm to the \modules\OfficeAddons folder and deleted the older versions from \modules\Addons from AutoPatcher as installed on #2 system.
Started AutoPatcher > Microsoft Office Addons now shows Visual Studio 2005, 2008, and 2010 Tools for office in blue (as expected). I would have to assume the script dated 05 May, which was supposed to update things, is the cause of the error where 2005 shows in black - as mentioned above.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users