Re: [WiX-users] Install the Visual C++ redistributables file vcredist_x86.exe

2012-08-29 Thread Neil Sleightholm
s.com] Sent: 29 August 2012 12:27 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Install the Visual C++ redistributables file vcredist_x86.exe I would if you need to install prereqs. (I think the release is only a few days away.) Neil -Original Me

Re: [WiX-users] Install the Visual C++ redistributables file vcredist_x86.exe

2012-08-29 Thread Bruce Cran
On 29/08/2012 16:08, Natalie Carr wrote: > As I said in my original question I can't use merge modules as I've been > asked to use this one EXE file. Trying to figure out a way to use it. I think this is one of those cases where you have to ask "why". Why are they requiring you to use the .exe in

Re: [WiX-users] Install the Visual C++ redistributables file vcredist_x86.exe

2012-08-29 Thread Natalie Carr
wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Install the Visual C++ redistributables file vcredist_x86.exe including merge module of vcredist_x86 in your installer is the another way. On 8/29/2012 7:03 PM, Natalie Carr wrote: > Neil, I only have the one prereq. Burn has their own UI and I know y

Re: [WiX-users] Install the Visual C++ redistributables file vcredist_x86.exe

2012-08-29 Thread Sanjay Rao
sing burn? > > -Original Message- > From: Neil Sleightholm [mailto:n...@x2systems.com] > Sent: 29 August 2012 12:27 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Install the Visual C++ redistributables file > vcredist_x86.exe >

Re: [WiX-users] Install the Visual C++ redistributables file vcredist_x86.exe

2012-08-29 Thread Natalie Carr
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Install the Visual C++ redistributables file vcredist_x86.exe I would if you need to install prereqs. (I think the release is only a few days away.) Neil -Original Message- From: Natalie Carr [mailto:natalie.c

Re: [WiX-users] Install the Visual C++ redistributables file vcredist_x86.exe

2012-08-29 Thread Sanjay Rao
I think you should use merge module of VCResdist. On 8/29/2012 3:56 PM, Natalie Carr wrote: > Hi, Hope someone can help me. I'm trying to install the Visual C++ > redistributables file vcredist_x86.exe > > > > I can't use merge modules as I've been asked to use this one EXE file. I > added it t

Re: [WiX-users] Install the Visual C++ redistributables file vcredist_x86.exe

2012-08-29 Thread Neil Sleightholm
ndows Installer XML toolset. Subject: Re: [WiX-users] Install the Visual C++ redistributables file vcredist_x86.exe I'd suggest using burn to do this; this is the code I am using to install vcredist. http://download.microsoft.com/download/d/d/9/dd9a82d0-52ef-40db-8dab-7953769 89c03/vcre

Re: [WiX-users] Install the Visual C++ redistributables file vcredist_x86.exe

2012-08-29 Thread Natalie Carr
; xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";> Neil -Original Message- From: Natalie Carr [mailto:natalie.c...@measuresoft.com] Sent: 29 August 2012 11:26 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Install

Re: [WiX-users] Install the Visual C++ redistributables file vcredist_x86.exe

2012-08-29 Thread Neil Sleightholm
/wix/UtilExtension";> Neil -Original Message- From: Natalie Carr [mailto:natalie.c...@measuresoft.com] Sent: 29 August 2012 11:26 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Install the Visual C++ redistributables file vcredist

[WiX-users] Install the Visual C++ redistributables file vcredist_x86.exe

2012-08-29 Thread Natalie Carr
Hi, Hope someone can help me. I'm trying to install the Visual C++ redistributables file vcredist_x86.exe I can't use merge modules as I've been asked to use this one EXE file. I added it to a bootstrapper using this code: Microsoft Visual C++ Redistributables But thi