Giter VIP home page Giter VIP logo

Comments (2)

dguder avatar dguder commented on August 27, 2024

Hi, creating a packages folder is the base concept behind nuget and they will be created by each project/solution where nuget packages are referenced. The resulting folders size is round about 2.5 MB (without WixSharp.wix.bin). IMHO this is not too much to worry about.

If you really want to avoid this, then you need to run the resulting exe with something like following parameter (substitute <ProjectName>) and a proper working directory:
WixSharpSetup.exe "/MSBUILD:<ProjectName>"
This is what is defined in WixSharp.targets file in the nuget package WixSharp which is installed by Install-Package WixSharp

The larger package is the afore mentioned WixSharp.wix.bin (ca. 21 MB). For this you can create an environment variable named WIXSHARP_WIXDIR or WIX to point to the folder either with WixSharp.wix.bin binaries or the latest official (corresponding) binaries from wixtoolset

from wixsharp.

Andruha-008 avatar Andruha-008 commented on August 27, 2024

thanks

from wixsharp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.