Re: [WiX-users] Download files for install

2007-05-02 Thread Matthew Janulewicz
l Sent: Wednesday, May 02, 2007 2:08 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Download files for install If I were downloading something from an IIS server with those restart requirements I'd use BITS. There are samples to download in the Windows SDK samples folder

Re: [WiX-users] Download files for install

2007-05-02 Thread Wilson, Phil
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Magus Sent: Wednesday, May 02, 2007 1:29 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Download files for install I have just been informed that it needs to be interruptable and doesn't have to restart downloadin

Re: [WiX-users] Download files for install

2007-05-02 Thread Magus
I have just been informed that it needs to be interruptable and doesn't have to restart downloading from the beginning. We trying to figure out if this is something out there that will do this. We have a 5gb files to download and we need to know if there is something that will achieve this capabi

Re: [WiX-users] Download files for install

2007-05-02 Thread Rob Hamflett
This might be useful to you: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/a_url_based_windows_installer_installation_example.asp Rob Magus wrote: > I want to make a package, that downloads the files from a specific location > via the internet, is this possible and ar