GithubHelp home page GithubHelp logo

NAnt interoperability about issues HOT 4 CLOSED

wixbot avatar wixbot commented on June 20, 2024
NAnt interoperability

from issues.

Comments (4)

wixbot avatar wixbot commented on June 20, 2024

So, is this feature something that should be done in WiX or
should it be done in Nant? As I understand it, Nant is GPL
code and that makes it very difficult for me to go anywhere
near it. Thus, I'm going to tend toward making WiX easy for
someone else to integrate into Nant.

Suggestions? Comments?

from issues.

wixbot avatar wixbot commented on June 20, 2024

schuur's analysis looks good to me, closing this request. If
you're looking to just get started with Nant and WiX you
might check out this blog entry:
http://weblogs.asp.net/lorenh/archive/2004/04/06/108811.asp
x

from issues.

wixbot avatar wixbot commented on June 20, 2024

Can be done in NAnt -> one or two very simple WiXTasks
could be added to NAnt which search the system PATH (or
the install location of WiX: we'll need WiX to package itself)
for light.exe and candle.exe. No licensing problems either in
that case.

Beside issues of licensing, very tight integration with NAnt
(wix-code inside build files, much like the current msi-task in
nant) is imho useless, because you'll completely loose the
library/include mechanism.

Moreover, NAnt is a build tool, not a setup tool; the ongoing
fuzz about the Nant msi-task: completely refactored twice
and still quite messy, and the numerous support questions on
the msi-task alone are, to me, a sign that a build file is not a
good place to store a complex installer script. Instead, it's the
right place to call some tool for creating your installer.

from issues.

wixbot avatar wixbot commented on June 20, 2024

Converting wix to an integrated nant task (like the current
msi task in nant-contrib) means the end of the really useful
wxs -> wixobj and include + library mechanism.

I think it's much better to see wix as just another compiler /
linker combination and regard your wxs files as regular source
files in your project.

In that case a NAnt wix task which detects the presence of
the wix toolset and executes the compiler and / or linker will
suffice.

Of course, detecting the presence of wix can be done:

a) really simple: requiring candle.exe and light.exe to be on
the system PATH. (e.g. the nant msi task requires cabarc.exe
to be on the path)

b) really hypercorrect: having a wix toolset setup package
that writes some path information in the registry. (I believe
that's the way the ndoc task locates the CHM compiler, which
is part of the HTML Help Workshop)

from issues.

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.