Re: [WiX-users] .NET 4 pre-req in WixNetFxExtension

2012-07-07 Thread Milan Kaše
Do you handle the OnResolveSource event in your BA? You should return IDDOWNLOAD there. 2012/7/7 Nick Ramirez > *I'm reference this in the Chain element:* > > > > *But I get an error using my custom bootstrapper application:* > > Plan complete, result: 0x0 > [0A00:07D8][2012-07-06T23:48:46]: Ap

[WiX-users] setting the install directory for a burn bundle

2012-07-07 Thread Sean Farrow
Hi: I 'm using the standard burn bootstrapper and need to set the directory. Is it sufficient to set the InstallFolder property to in my case: C:\program files\company\software. Cheers Sean. -- Live Security Virtual Confere

Re: [WiX-users] setting the install directory for a burn bundle

2012-07-07 Thread Rob Mensching
The wixstdba UI will assign the value from the "Install folder" text box to the Burn Variable named InstallFolder. You then need to pass that InstallFolder variable to the packages you want installed to InstallFolder. On Sat, Jul 7, 2012 at 1:31 AM, Sean Farrow wrote: > Hi: I > 'm using the stand

Re: [WiX-users] setting the install directory for a burn bundle

2012-07-07 Thread Sean Farrow
Is there a way of setting the Install Folder text box before the ui is displayed. Sean. -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 07 July 2012 18:48 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] setting the install di

Re: [WiX-users] setting the install directory for a burn bundle

2012-07-07 Thread Bruce Cran
On 07/07/2012 19:25, Sean Farrow wrote: > Is there a way of setting the Install Folder text box before the ui is > displayed. From the code it looks like you just create a Variable named InstallFolder and set it to your default directory. -- Bruce Cran --

[WiX-users] Windows installer 3.1 prereq

2012-07-07 Thread Sean Farrow
Hi Fokes: Has anyone defined any prerequisites for installing the windows installer 3.1 on a 32-bit system? I need to do this an know it's an exe package, so am unsure where to go with this, specifying the install/uninstall command line seems easy enough, but how do I install before my msi-prefe