Re: [WiX-users] Best Way to Include MSVCRT 80 Dependencies

2007-06-29 Thread John Hall
Steve, What's the best way to include the Microsoft Visual Studio 2005 CRT dependencies? I want to include the debug versions for my debug build. I've tried using the standard MSM files but I get a bunch of warnings. I have the following WXS code: This blog entry: http://blogs.msdn.com

Re: [WiX-users] Best Way to Include MSVCRT 80 Dependencies

2007-06-29 Thread John Hall
> We just install the redistributables alongside our main exes. > Not sure you're allowed to do that for the debug versions, though. The EULA prohibits redistributing the debug versions according to this: http://blogs.msdn.com/nikolad/archive/2005/09/02/running-c-application-b uilt-by-vc-expres

Re: [WiX-users] Best Way to Include MSVCRT 80 Dependencies

2007-06-29 Thread Rob Hamflett
M > *To:* wix-users@lists.sourceforge.net > *Subject:* [WiX-users] Best Way to Include MSVCRT 80 Dependencies > > > > What’s the best way to include the Microsoft Visual Studio 2005 CRT > dependencies? I want to include the debug versions for my debug build. > I’ve tri

Re: [WiX-users] Best Way to Include MSVCRT 80 Dependencies

2007-06-29 Thread Steve Bush
day, June 29, 2007 9:04 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Best Way to Include MSVCRT 80 Dependencies What's the best way to include the Microsoft Visual Studio 2005 CRT dependencies? I want to include the debug versions for my debug build. I've tried using th

Re: [WiX-users] Best Way to Include MSVCRT 80 Dependencies

2007-06-29 Thread Rob Mensching
IMHO: statically link against libcmt so you don't have the dependency. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Bush Sent: Friday, June 29, 2007 9:04 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Best Way to Include MSVCRT 80 Dependencies What&

[WiX-users] Best Way to Include MSVCRT 80 Dependencies

2007-06-29 Thread Steve Bush
What's the best way to include the Microsoft Visual Studio 2005 CRT dependencies? I want to include the debug versions for my debug build. I've tried using the standard MSM files but I get a bunch of warnings. I have the following WXS code: **