Coder Social home page Coder Social logo

Use WiX Toolset instead of NSIS about fbs HOT 5 OPEN

mherrmann avatar mherrmann commented on May 20, 2024 1
Use WiX Toolset instead of NSIS

from fbs.

Comments (5)

mherrmann avatar mherrmann commented on May 20, 2024

Thank you for the suggestion. What would be the advantage of using WiX over NSIS, besides WiX being "official"? From what I read online, WiX seems to be more difficult to use.

from fbs.

raspi avatar raspi commented on May 20, 2024

Windows Installer (MSI) creates database driven, transactional installation packages. When written properly a Windows Installer package is very robust, a file gets corrupted/deleted and it will be automatically reinstalled. Windows Installer is aware of UAC and only elevates when required, basically if you're creating software for the corporate market, you will need to provide an MSI.

If comparing to Linux, basically NSIS is creating a .tar.gz package with a binary and some system checks and WiX creates deb/rpm which can check installed libraries and other needed settings.

from fbs.

mherrmann avatar mherrmann commented on May 20, 2024

Thank you for the clarification. I appreciate your reply, but must admit I'm sceptical about the very strong statement that "if you're creating software for the corporate market, you will need to provide an MSI". Chrome for Enterprise does offer an MSI installer. But Dropbox for Enterprise seems to use a simple .exe. Also Total Commander, which my file manager competes with, only offers an .exe and is installed on many machines world wide, including inside banks. So is it really that an MSI installer is absolutely, positively required?

from fbs.

raspi avatar raspi commented on May 20, 2024

In order to use the built-in "Software Installation" Group Policy, you need to have an MSI package ready for deployment. EXE files cannot be deployed using Software Installation.

It's just making sysadmin's job easier.

from fbs.

milos-korenciak avatar milos-korenciak commented on May 20, 2024

(Good news for Linux CI) It seems it could be easily used on Linux also: https://packages.ubuntu.com/eoan/wixl
Anyway - I still wonder if there is similar ecosystem of plugins like in NSIS (https://nsis.sourceforge.io/Category:Plugins) and if it can define imperative logic like NSIS scripts (sometimes it is very helpful to fix strange problems on Windows).

from fbs.

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.