- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Composer XE 2013 screws up the Detected Dependencies in Visual Studio 2008 Setup & Deployment Projects. It chooses the redist\intel64 directory even if the project targets ia32. I was able to fix the problem by editing the Path environment variable.
Originally (as configured by Composer XE 2013 installation):
%INTEL_DEV_REDIST%redist\intel64\compiler;%INTEL_DEV_REDIST%redist\ia32\compiler;
After I changed it:
%INTEL_DEV_REDIST%redist\ia32\compiler;%INTEL_DEV_REDIST%redist\intel64\compiler;
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
"What update of Composer XE 2013 do you use?" Intel(R) C++ Compiler XE 13.1.1.171 [IA-32]
"Did you have that problem after installation Composer XE 2013?" Yes
"Please clarify." What don't you understand?
"I didn't see any problems with Composer XE 2013 ( Initial Release & Update 2 ) integrated with Visual Studio 2008 Professional Edition. I have 6 solutions ( 37 projects with 148 different configurations, like 32-bit, 64-bit, Windows Mobile ) and everything is working properly." Do you use a setup and deployment project for any of your solutions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've upgraded to Visual Studio 2012 instead. This was necessary in order to use new C+11 features such as those in <thread>. Note that there is no longer a setup & deploy project option in VS2012, so this discussion is moot.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page