RE: Side-by-Side hell with Visual Studio 2005 SP1
- From: Preference <preference@xxxxxxxxxxxxxxxx>
- Date: Wed, 7 Mar 2007 02:00:00 -0800
Hi,
The real problem is exactly in our deployment executable.
We deploy our application using an .msi and an own setup.exe, and we put
both in a installation CD. To install our application the user has to execute
our setup.exe, but if the VC libraries are not installed on the target
computer the setup fails to execute. The SP1 VC dlls are in the same folder
that the setup.exe in the installation CD.
Setup.exe is failing since we started compiling it with SP1, because it
depends on VC dlls, including ATL.
Regards
"Charles Wang[MSFT]" wrote:
Hi,.
Unfortunately I have not got a response from the product team; however from
my research, this issue is most likely related to your current deployment
method. Your depends could not find the DLL since the DLL path name was
different on both computers. Please use any of the following two methods to
re-deploy your application to see if this issue persists:
Method 1:
How to: Deploy using XCopy
http://msdn2.microsoft.com/en-us/library/ms235291(VS.80).aspx
Method2:
How to: Deploy using a Setup and Deployment Project
http://msdn2.microsoft.com/en-us/library/ms235317(VS.80).aspx
Hope this helps. Please feel free to let me know if you have any other
questions or concerns.
Have a good day!
Charles Wang
Microsoft Online Community Support
=====================================================
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications
If you are using Outlook Express, please make sure you clear the check box
"Tools/Options/Read: Get 300 headers at a time" to see your reply promptly.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
======================================================
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from this issue.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================
- Follow-Ups:
- Re: Side-by-Side hell with Visual Studio 2005 SP1
- From: Adrian Accinelli
- RE: Side-by-Side hell with Visual Studio 2005 SP1
- From: Charles Wang[MSFT]
- Re: Side-by-Side hell with Visual Studio 2005 SP1
- References:
- RE: Side-by-Side hell with Visual Studio 2005 SP1
- From: Charles Wang[MSFT]
- RE: Side-by-Side hell with Visual Studio 2005 SP1
- Prev by Date: Re: debug vs. release ?
- Next by Date: Re: open a large file in win64
- Previous by thread: RE: Side-by-Side hell with Visual Studio 2005 SP1
- Next by thread: RE: Side-by-Side hell with Visual Studio 2005 SP1
- Index(es):
Relevant Pages
|