\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
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
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
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
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
> 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
: [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
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
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