[wix-users] wix v3.9

Rob Mensching rob at firegiant.com
Tue Aug 25 08:08:53 PDT 2015


It should work if in your ResolveSource event, you call SetLocalSource() to the network share then return Result.Retry.

_______________________________________________________________
 FireGiant  |  Dedicated support for the WiX toolset  |  http://www.firegiant.com/

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Alexander Sergeev
Sent: Tuesday, August 25, 2015 7:12 AM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] wix v3.9

Sounds nice!
But can you help me to figure out how should I do it? 
I wana copy one of chain packages from SMB share if it is not found locally.

Seems like I have to use ResolveSource event  and try to tell that I need to copy package.
But if I use SetLocalSource or SetDownloadSource and set result = Result.Download or Result.Restart it fails - so I guess I'm doing something wrong.

I made a workaround - I copy packages from shared folder by myself in OnResolveSource and set result to TryAgain. This works pretty well. Packages are downloaded and installed.
But I want to know how can it be done by burn?

Anyway, thanks for ur great job, guys =)

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Rob Mensching
Sent: Monday, August 24, 2015 7:51 PM
To: WiX Toolset Users Mailing List
Subject: Re: [wix-users] wix v3.9

You don't "download" from an SMB share. You just copy from it. Burn supports copying files from SMB shares no problem.

_______________________________________________________________
 FireGiant  |  Dedicated support for the WiX toolset  |  http://www.firegiant.com/

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Alexander Sergeev
Sent: Monday, August 24, 2015 2:17 AM
To: wix-users at lists.wixtoolset.org
Subject: [wix-users] wix v3.9

Hi there.
I have a question. I've seen a message by Bob Arnson on stackoverflow (http://stackoverflow.com/questions/17785382/wix-bootstrapper-downloadurl-can-it-be-a-local-network-path) that told "

Burn supports downloading from BITS, FTP, HTTP, and HTTPS. It doesn't support SMB shares "

It was about v3.6
I wanna know if it is possible to "download" package from network share somehow in v3.9?
If not - will this function be available sometime?

Thanks


____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list