Re: [WiX-users] Should Burn download an exe package that is not needed

2011-07-13 Thread Roy Chastain
> The WixStdba currently prompts before downloading from internet. That was > very useful for testing some cases but the default is planned to change to >just do it... The point of the question was that it asked AND DOWNLOADED an exe that was not used. (Did not need to be installed.) Should it

Re: [WiX-users] Should Burn download an exe package that is not needed

2011-07-12 Thread Rob Mensching
The WixStdba currently prompts before downloading from internet. That was very useful for testing some cases but the default is planned to change to just do it... On Tue, Jul 12, 2011 at 9:28 AM, Roy Chastain wrote: > I have a simple Burn bundle with a prerequisite exe package and a single > ms

[WiX-users] Should Burn download an exe package that is not needed

2011-07-12 Thread Roy Chastain
I have a simple Burn bundle with a prerequisite exe package and a single msi. The exe package is for dotNetFx35Setup.exe with a download link to http://go.microsoft.com/fwlink/?linkid=118076 and compressed=no. The framework is already installed and the Burn log indicates that it was detected. Ho