[wix-users] Nuget with Bundle projects

Farrukh Waheed farrukh1 at gmail.com
Wed Feb 22 21:15:11 PST 2017


if using xdt idea, for your case, I may generate xdt at runtime using a
script, according to my specifications. However, dummy C# projects still
looks more easy at this time...

On 22 February 2017 at 20:11, FREDERIC FORJAN <
Frederic.Forjan at schneider-electric.com> wrote:

> In that how do yoy solve the paltform ?
>   some of my packages are coming with different .net version assemblies so
> by configuring the platform info at the dummy C# project i can select the
> one I want..
>
> Get Outlook for Android<https://aka.ms/ghei36>
>
>
>
>
> On Wed, Feb 22, 2017 at 12:10 AM -0800, "Farrukh Waheed" <
> farrukh1 at gmail.com<mailto:farrukh1 at gmail.com>> wrote:
>
>
> That looks like a nice approach. I used xdt tranformation with Heat
> before.. I'll try this. Although, using an empty C# project looks more
> easy..
>
> Thanks
>
> On 22 February 2017 at 12:57, Ziller, Ralf  wrote:
>
> > Hello,
> >
> > You can do this by using a xdt in your nuget package (
> > http://blog.nuget.org/20130920/how-to-use-nugets-
> xdt-feature-examples-and-
> > facts.html)
> >
> >
> >       xmlns:wi="http://schemas.microsoft.com/wix/2006/wi"
> >      xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
> >
> >
> >        xdt:Locator="Match(SourceFile)" />
> >
> >
> >
> >
> > Regards
> > Ralf
> >
> >
> > -----Original Message-----
> > From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On
> Behalf
> > Of Farrukh Waheed
> > Sent: Freitag, 17. Februar 2017 06:06
> > To: WiX Toolset Users Mailing List
> > Subject: [wix-users] Nuget with Bundle projects
> >
> > Hi
> > I am publishing my Bootstrapper.dll on our local nuget server during its
> > build, and this is working fine. But to use it in my Bundle projects
> > (wixproj), I can't find any direct method to reference this in PayLoad.
> > As a workaround I have created a dummy C# project, adding the nuget
> > reference, Copy to build output folder and then referencing this dummy C#
> > project's TargetDir\Bootstrapper.dll in Bundle PayLoad.
> >
> > Is there any way to avoid using dummy C# project and using nuget
> > referenced binaries in Bundle's PayLoad????
> >
> > Thanks
> >
> > ____________________________________________________________________
> > WiX Toolset Users Mailing List provided by FireGiant
> > http://www.firegiant.com/
> >
> >
> > ------------------------------------------------------------
> > -----------------
> >
> > This message has been checked for all known viruses and filtered for SPAM
> > contents by the central scan services at Sartorius!
> >
> >
> >
> > Disclaimer :
> > Neither the footer, e-mail auto-signature, nor anything else in this
> e-mail
> > is intended to constitute an electronic signature binding the parties
> > hereto
> > in the absence of an express written statement by the sender to the
> > contrary.
> > The information contained in this e-mail is intended only for the
> > individual addressed,
> > may contain confidential and/or privileged information, and may be
> legally
> > protected
> > from disclosure via separate written agreement or otherwise. If you have
> > received
> > this e-mail by mistake, please notify us immediately by return reply. Be
> > sure to
> > delete this message and all its attachments from your system. Please note
> > that any
> > unauthorized review, copying, disclosure or any other use of this
> > information is
> > strictly prohibited.
> > WARNING: E-mail transmission cannot be guaranteed to be secure or
> > error-free as
> > information could be intercepted, corrupted, lost, destroyed, received
> > late or
> > incomplete, or could contain viruses. The sender therefore does not
> accept
> > any
> > liability for any error or omission in the content of this message,
> either
> > of which
> > are caused as a result of e-mail transmission.
> > Thank you.
> >
> > ____________________________________________________________________
> > WiX Toolset Users Mailing List provided by FireGiant
> > http://www.firegiant.com/
> >
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>
> ______________________________________________________________________
> This email has been scanned by the Symantec Email Security.cloud service.
> ______________________________________________________________________
>
>
> ________________________________
> *** Confidentiality Notice: This e-mail, including any associated or
> attached files, is intended solely for the individual or entity to which it
> is addressed. This e-mail is confidential and may well also be legally
> privileged. If you have received it in error, you are on notice of its
> status. Please notify the sender immediately by reply e-mail and then
> delete this message from your system. Please do not copy it or use it for
> any purposes, or disclose its contents to any other person.
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>



More information about the wix-users mailing list