Re: WIX GUID question

2008-04-22 Thread Jeffrey Altman
\WinSxS, where they actually are. I'm curious why NSIS can't run vcredist_x86? Kevin -Original Message- From: Jeffrey Altman [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2008 11:20 PM To: [EMAIL PROTECTED] Cc: Kevin Koch; kfwdev@mit.edu Subject: Re: WIX GUID question D

RE: WIX GUID question

2008-04-22 Thread Kevin Koch
h 31, 2008 11:20 PM To: [EMAIL PROTECTED] Cc: Kevin Koch; kfwdev@mit.edu Subject: Re: WIX GUID question Danny Mayer wrote: > Kevin Koch wrote: >> When I install from the .msi or .exe on a bare XP SP2 VM, msvc*80*.* are not >> installed. Where/how is CL1400 / CL_1400 supposed t

Re: WIX GUID question

2008-04-02 Thread Danny Mayer
Jeffrey Altman wrote: > Danny Mayer wrote: >> Kevin Koch wrote: >>> When I install from the .msi or .exe on a bare XP SP2 VM, msvc*80*.* >>> are not >>> installed. Where/how is CL1400 / CL_1400 supposed to be defined? >>> >>> Kevin >> >> You ship the redistributable vcredist_x86.exe which the cli

Re: WIX GUID question

2008-03-31 Thread Jeffrey Altman
Danny Mayer wrote: Kevin Koch wrote: When I install from the .msi or .exe on a bare XP SP2 VM, msvc*80*.* are not installed. Where/how is CL1400 / CL_1400 supposed to be defined? Kevin You ship the redistributable vcredist_x86.exe which the client needs to install. Your installer can just

Re: WIX GUID question

2008-03-31 Thread Danny Mayer
can just run it. Danny > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Asanka Herath > Sent: Monday, March 31, 2008 11:20 AM > To: [EMAIL PROTECTED]; kfwdev@mit.edu > Subject: Re: WIX GUID question > > We don't include the runtime

Re: WIX GUID question

2008-03-31 Thread Asanka Herath
> When I install from the .msi or .exe on a bare XP SP2 VM, msvc*80*.* are not > installed. They won't be installed in the application directory since they are a part of a shared assembly. > Where/how is CL1400 / CL_1400 supposed to be defined? It's defined in src/windows/installer/wix/site-loc

RE: WIX GUID question

2008-03-31 Thread Kevin Koch
: [EMAIL PROTECTED]; kfwdev@mit.edu Subject: Re: WIX GUID question We don't include the runtime for that compiler the same way we include the runtime for earlier compilers. If you scroll down towards the end of files.wxi, you'll see a section called "", which is where the VS 20

Re: WIX GUID question

2008-03-31 Thread Asanka Herath
We don't include the runtime for that compiler the same way we include the runtime for earlier compilers. If you scroll down towards the end of files.wxi, you'll see a section called "", which is where the VS 2005 merge modules are incorporated into the installer. The runtime libraries for VS 20

WIX GUID question

2008-03-31 Thread Kevin Koch
files.wxi does not have a section to install the MSVC redistributables. To clone the redistributables from another section, where should the GUIDs come from? ___ kfwdev mailing list kfwdev@mit.edu http://mailman.mit.edu/mailman/listinfo/kfwdev