This may be an issue with the SxS and policies depending on your OS. Some 
people install the redist with the vcredist exe which also installs publisher 
policy that redirects everyone up to the newly installed libraries. Some people 
install with the VC merge modules and (somewhat randomly) include (or not) the 
corresponding policy merge modules. Having the ATL fix in this picture doesn't 
help either. There are also build options like _BIND_TO_CURRENT_VCLIBS_VERSION 
(and variations) that will affect what version your code will ask for - if 
that's set and you build on a system with the ATL fix you'll need the target 
system to have the ATL fix. Look in your manifest - it's probably requesting 
4053. 

Phil Wilson 

-----Original Message-----
From: Chris Ridd [mailto:chrisr...@mac.com] 
Sent: Monday, November 29, 2010 8:35 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] VC80 runtime is in pkgs, but not installed

On 29 Nov 2010, at 15:54, Pally Sandher wrote:

> v8.0.50727.762 of the VC++ 8.0 libraries is ancient (VS2005 SP1). Are
> your binaries definitely built against that version of the VC++
> libraries as the ATL security fix (which is in essence a stealth SP2 for
> VS2005) released in July last year updates them to v8.0.50727.4053.

Yes, I know they're relatively old. We try to keep our build machines stable.

> That'd be the first thing I'd check. Are the binaries built on the same
> machine as your installer? Does running the vcredist_x86 from the
> machine you build your MSI's on the system fix the app?

Hm, that may be the problem.

The merge modules are checked out of our source repos, and appear to be 
consistent with what our release engineering machines are using.

However the machine I built these test pkgs on seems to be using 8.0.50727.4053 
of the runtime library, and our logging suggests we're trying to install 
8.0.50727.762.

Interesting! I'll try repackaging using the MSM from the machine I used to do 
the build instead, and see what happens.

Cheers,

Chris

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


*** Confidentiality Notice: This e-mail, including any associated or attached 
files, is intended solely for the individual or entity to which it is 
addressed. This e-mail is confidential and may well also be legally privileged. 
If you have received it in error, you are on notice of its status. Please 
notify the sender immediately by reply e-mail and then delete this message from 
your system. Please do not copy it or use it for any purposes, or disclose its 
contents to any other person. This email comes from a division of the Invensys 
Group, owned by Invensys plc, which is a company registered in England and 
Wales with its registered office at 3rd Floor, 40 Grosvenor Place, London, SW1X 
7AW (Registered number 166023). For a list of European legal entities within 
the Invensys Group, please go to 
http://www.invensys.com/legal/default.asp?top_nav_id=77&nav_id=80&prev_id=77.

You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail 
recept...@invensys.com. This e-mail and any attachments thereto may be subject 
to the terms of any agreements between Invensys (and/or its subsidiaries and 
affiliates) and the recipient (and/or its subsidiaries and affiliates).



------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to