I uninstalled IE8, but this does not fix my problem. There are a few less
dependency's but still some missing ones.
A strange thing is that when IE8 is installed, at the customers PC it
compalins about IESHims.dll, which is not even on my dev-PC. (although it
runs fine there)
Who knows what's going on ? And how to solve this ?
Kind regards,
Rob
www.robtso.nl
To fix this, (my recommended approach) go to add/remove programs (with show
updates checked) and uninstalll KB971090, or (will work, but is a pain) send
them the newest vcredist_x86.exe from the bootstrapper folder on your hard
drive.
I have a better workaround but it's not quite ready for public consumption
yet. I'll email you the solution.
Ted.
"Rob" <__rob_AT_robtso_DOT_nl__> wrote in message
news:57B1A7DD-A4B3-4E12...@microsoft.com...
I am not aware of "vcredist_x86.exe from the bootstrapper folder" , whats
that ?
Does VS2005 create that (after each update) ?
The one I downloaded from inet does not work...
Will vcredist be updated to use the new DLL's too ?
Kind Regards,
Rob.
www.robtso.nl
C:\Program Files\Microsoft Visual Studio
8\SDK\v2.0\BootStrapper\Packages\vcredist_x86
Yes the problem will exist on all dev machines if you've installed KB971090.
I don't recommend using the updated redist for customers, it's too much
trouble making sure it's released to everyone. Instead, I recommend using
a trick that will allow you to target the SP1 versions. The trick I
mentioned is to target a specific version of the assemblies, 8.0.50727.762,
instead of the default which is 8.0.50727.4053.
If you want to try installing the security update again, I emailed you some
instructions on how to perform this trick. Let me know how it goes.
Ted.
"Rob" <__rob_AT_robtso_DOT_nl__> wrote in message
news:7A811EDC-AE0F-410B...@microsoft.com...
There are 4 options for solving your customer's problem that are preferable
to uninstalling the ATL security update:
1. Have your customers enable automatic updates. Automatic update installed
build 4053 of the C/C++ runtime library on all of my computers on which
build 762 already was installed.
2. Have your customers manually download and install build 4053 from
http://www.microsoft.com/downloads/details.aspx?familyid=766a6af7-ec73-40ffb072-9112bab119c2&displaylang=en#filelist.
3. Distribute vcredist_x86.exe with your application and provide a small
setup program with your application.
4. Include the files in \Microsoft Visual Studio
8\VC\redist\x86\Microsoft.VC80.CRT\ as a private SxS assembly with your
application. (No separate installation on your cusomer's computer
required.)
Regards,
Rossetoecioccolato.
If you have no Visual Studio installed on your machine, automatic update
only updates ATL from 762 to 4053, it does NOT update CRT/MFC. This is the
main issue. If they had only included CRT/MFC it wouldn't have been as big
a deal for customers.
Ted.
"RossettoeCioccolato" <rossetoec...@newsgroup.nospam> wrote in message
news:OsSXp5gF...@TK2MSFTNGP05.phx.gbl...
Thanks for the clarification. The other 3 options should work, however.
Option 4 (private SxS assembly), in particular, would seem appropriate when
not using a a setup program to install the application. (If the OP were
using a setup program then the dependencies would have been updated as part
of that process.)
Regards,
Rossetoecioccolato.
Wayne.
"Ted" <t...@t--x.org> wrote in message
news:ebCEECDF...@TK2MSFTNGP05.phx.gbl...
While i agree the security update needs to be loaded, what if your
application, is on machines which CANNOT ever be updated on the net and have
NEVER been updated on the net, and OTHER apps on them will get hosed with a
generalized install of the security patch .4053 version ?
With only two options left, a user dragging over a thumbdrive of the update
to put on the machine, which could indeed break OTHER apps, being A. and
B.building it as a SxS , I don't see how there can be other options, but any
ideas you got are surely welcomed.
Thanks much,
jb
http://tedwvc.wordpress.com/2009/08/10/avoiding-problems-with-vc2005-sp1-security-update-kb971090/
Ted.
"jbaker" <jba...@discussions.microsoft.com> wrote in message
news:09568B26-92C7-4DC8...@microsoft.com...