Hey Daniel,

This is not a WIX feature, so what you are trying to do is not how it is
intended to be used. Please look at the documenation on the Media Table (
http://msdn.microsoft.com/en-us/library/aa369801.aspx) which explains the
correct use.

If I am understanding the use correctly, it is seldom used.

Thanks,

Brian Rogers
"Intelligence removes complexity." - Me
http://icumove.spaces.live.com


On Wed, Mar 4, 2009 at 12:39 AM, Daniel Newmarch
<daniel.newma...@gmail.com>wrote:

> Hi,
>
> I'm creating a patch for an installer and don't want to embed the cab in
> the
> .msp file.  From the Wix documentation it appears that if I'm going to do
> that I need to set the Source attribute of the Media element.  So I've
> tried
> that but it seems regardless of what I put in the source attribute it keeps
> looking in the installation source directory for the cab file (giving an
> error because the cab is located in the same directory as the .msp).
>
> This is the first patch I've needed to create, and I'm still trying to
> figure things out, so if anybody could offer any advice as to why this
> might
> be happening it would be much appreciated.
>
> I'm using Wix 3.0.4805.0 and the media element of the patch looks like the
> following
>
> <Media Id="5000" Cabinet="PATCH.cab"
>
> Source="C:\packages001_pc\ears_godfather\dev\project\win\installer\build\patch0"
> EmbedCab="no">
>            <PatchBaseline Id="RTM"/>
>        </Media>
>
> Kind regards,
>
> Dan
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
> CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the
> Enterprise
> -Strategies to boost innovation and cut costs with open source
> participation
> -Receive a $600 discount off the registration fee with the source code:
> SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to