wix3 VS reactos

Compare wix3 vs reactos and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
wix3 reactos
45 150
2,109 14,074
0.8% 1.0%
5.5 9.9
about 1 month ago 1 day ago
C# C
GNU General Public License v3.0 or later GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

wix3

Posts with mentions or reviews of wix3. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-05.
  • How to create an Installer for a Winforms application using Wix for Visual Studio 2022
    1 project | dev.to | 2 May 2024
    We also need to install WiX Toolset v3.11.2, you can download the latest version from here
  • Twenty years maintaining the WiX Toolset
    2 projects | news.ycombinator.com | 5 Apr 2024
    For those like me (I never used Windows) who do not know WiX; https://wixtoolset.org/.
  • Creating a windows service application
    1 project | /r/cprogramming | 31 May 2023
    I don't do Windows installers myself, but I hear WiX is popular: https://wixtoolset.org/
  • Win32 App Isolation
    4 projects | news.ycombinator.com | 24 May 2023
    I actually like WiX[1] — it has a bit of a learning curve, but, so long as I'm building on Windows and don't stray far from the default UI flows, I haven't found an easier tool for creating Windows installers as part of a product build process, especially those that require Windows-specific bits like COM component registration, Windows service management, setting restrictive ACLs on installed components, etc.

    And while I'm not aware of any way to sandbox Windows Installer itself, I'm curious if AppContainer isolation can be applied to applications and services installed via MSI, which would still be quite useful even if the installation process itself is unrestricted.

    Alternatively, now that MSIX supports service installation[2], I wonder whether an MSIX including a Windows service and a collection of client applications can be configured so everything runs within one AppContainer, isolated from the rest of the system, and whether permission to access specific external directories chosen by users in a configuration GUI can be transparently (to the user) delegated to the related service.

    Alas, none of this is useful to me until it's compatible with at least the most recent version of Windows 10, as very few of my customers are running Windows 11, and I suspect many won't upgrade until Windows 10 is no longer supported (optimistically; as of last year, I was still getting occasional support requests from customers running older versions of our software on Windows Server 2003 R2).

    [1] https://wixtoolset.org

    [2] https://learn.microsoft.com/en-us/windows/msix/supported-pla...

  • [Windows] Looking for open source program made to install other archived programs and create uninstaller for them
    1 project | /r/sysadmin | 26 Mar 2023
  • packaging games
    1 project | /r/gamedev | 23 Mar 2023
    For Windows, in the past, I’ve used the WiX toolset to create installers (https://wixtoolset.org/).
  • Can I publish and release a .NET Service with an installation executable on GitHub?
    3 projects | /r/dotnet | 21 Mar 2023
    https://wixtoolset.org/ should be able to help you out there.
  • How to slipstream NVMe drivers into Windows 7 ISO [Tutorial]
    2 projects | /r/windows7 | 14 Feb 2023
    Wix toolset to extract .exe to get the driver or .msi https://github.com/wixtoolset/wix3/releases
  • Production C++ software guide
    1 project | /r/cpp_questions | 31 Jan 2023
    For windows - store: https://developer.microsoft.com/en-us/microsoft-store/register/ - requirements: https://learn.microsoft.com/en-us/windows/apps/publish/publish-your-app/app-package-requirements?pivots=store-installer-msix - alternatively you can make MSIs and distribute them through your own website or another service. https://wixtoolset.org/ - publishing with chocolatey isn't a terrible option to help users with upgrade/installation automation. https://community.chocolatey.org/packages
  • ReactOS
    5 projects | news.ycombinator.com | 18 Jan 2023

reactos

Posts with mentions or reviews of reactos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-19.
  • Questioning "The Value of Open Source Software"
    1 project | news.ycombinator.com | 12 Feb 2024
    https://reactos.org/ implement some of the windows API
  • Saving Linux
    2 projects | news.ycombinator.com | 19 Jan 2024
  • Windows 10 end of life could prompt torrent of e-waste
    3 projects | news.ycombinator.com | 21 Dec 2023
    You can use Rufus: https://rufus.ie/en/

    To modify the ISO to turn off hardware check and TPM support for Windows 11 to install it on an unsupported PC.

    https://github.com/pbatard/rufus/wiki/FAQ#user-content-Help_...

    Besides Linux and BSD Unix there is: https://reactos.org/ https://aros.sourceforge.io/ https://www.haiku-os.org/ and https://www.arcanoae.com/arcaos/

    I know some third-world nations still use DOS and the BORLAND DOS compilers because people donate old computers to their nations.

    With the right OS, old computers are still usable. Please don't throw them away, e-cycle them so they get used by poor nations that cannot afford new PCs.

  • A balance between lightweight and user friendly
    1 project | /r/linux4noobs | 11 Dec 2023
  • Microsoft Will Eventually Start Charging You for Windows 10 Security Updates
    3 projects | news.ycombinator.com | 6 Dec 2023
  • BREAKING NEWS: Registry healing and validation checks work by George Bisoc has just been merged into main tree!
    1 project | /r/reactos | 22 Nov 2023
  • ReactOS Newsletter 103 – Late 2023 News
    1 project | news.ycombinator.com | 5 Nov 2023
    ReactOS is sometimes very disappointing. Take the issue with toolbar icons, for example. Toolbar icons in at least Office 97, Office 2000 and Visual Basic 6 were affected, as was some game [0]. Microsoft Office is a complex Win32 application, making it a good guinea pig for testing compatibility. And yet, this was fixed a few months ago, and the Office bug was reported in 2016 [1]. The bug with no text wrapping for tray balloons is also an embarrassing thing to have lingering for years (I assume it was like this since the balloons were first implemented in ReactOS).

    Does the world really need a buggy Windows Server 2003 reimplementation? I think the efforts of the development team could be better spent elsewhere.

    [0]: https://github.com/reactos/reactos/pull/5227

    [1]: https://jira.reactos.org/browse/CORE-12377

  • Microsoft Edge is starting to annoy me big time
    2 projects | news.ycombinator.com | 3 Sep 2023
    Anyone tried ReactOS recently? Supposed to be a clean-room FOSS Windows NT compatible OS.

    https://reactos.org/

    It's still on my TODO. Mostly cause my parents want XP back.

  • Windows 9x and Word 9x at 800x600 resolution. Spacious. Comfy
    3 projects | news.ycombinator.com | 11 Jul 2023
    > It's whitespace. There's wayyyy too much god damn whitespace in modern UIs, and it's awful.

    I wanted to see how LibreOffice would compare on my netbook, and frankly it's better than the new Word, but still "worse" than the old version: https://i.imgur.com/cWGYh3M.png

    That said, at least LibreOffice lets you have your custom themes and actually offers a variety of different interface layouts, which I think is a nice touch: https://wiki.documentfoundation.org/Videos/User_interface

    > Windows 7 with the Classic theme (which really was just a slight evolution over Win2K) was peak UI/UX, and you'll never change my mind. It's been downhill ever since, getting worse and worse with each generation.

    To be honest, I'm inclined to agree with this. That's also why I rather enjoyed the Redmond theme even in *nix distros. There's just something so very usable about the old Windows look and more modern attempts, such as SerenityOS https://serenityos.org/ and even ReactOS https://reactos.org/

  • Looking for an os for a very old laptop
    1 project | /r/lowendgaming | 4 Jul 2023

What are some alternatives?

When comparing wix3 and reactos you can also consider the following projects:

winsparkle - App update framework for Windows, inspired by Sparkle for macOS

NsCDE - Modern and functional CDE desktop based on FVWM

wixsharp - Framework for building a complete MSI or WiX source code by using script files written with C# syntax.

Proton - Compatibility tool for Steam Play based on Wine and additional components

NetSparkle - NetSparkle is a C# cross-platform software update framework for .NET developers compatible with .NET 4.6.2/.NET 6+, WinForms, WPF, and Avalonia; uses Ed25519 or DSA signatures! View basic usage here in the README or visit our website for code docs.

serenity - The Serenity Operating System 🐞

BruteShark - Network Analysis Tool

quickemu - Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.

Versions - 📦 A Scoop bucket for alternative versions of apps.

docker-minecraft-server - Docker image that provides a Minecraft Server that will automatically download selected version at startup

algorand-windows-node - Algorand Node Microsoft Windows support

ravynos - A BSD-based OS project that aims to provide source and binary compatibility with macOS® and a similar user experience.