Showing 31 open source projects for "msi-installer"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 1
    libwdi

    libwdi

    Windows Driver Installer library for USB devices

    libwdi is a cross-platform open-source C library focused on simplifying the installation of device drivers for USB hardware that otherwise does not have automatic driver support, making it especially useful for developers building installers or system management tools. The library abstracts away many of the complexities of USB device enumeration and driver deployment on Windows systems, such as creating a list of devices, preparing appropriate driver files, and invoking the operating...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 2
    ESP-IDF

    ESP-IDF

    Espressif IoT Development Framework

    ESP-IDF (Espressif IoT Development Framework) is the official, open-source development framework for programming Espressif SoCs (such as ESP32, ESP32‑S2, ESP32‑C3 series). It provides toolchains, APIs, components, sample code, and workflows for building embedded IoT firmware, offering support for Wi‑Fi, Bluetooth, power management, and peripheral integration. As well as the esp-idf-template project mentioned in Getting Started, ESP-IDF comes with some example projects in the examples...
    Downloads: 52 This Week
    Last Update:
    See Project
  • 3
    NSIS: Nullsoft Scriptable Install System

    NSIS: Nullsoft Scriptable Install System

    Windows installer development tool

    ...It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution. Being a user's first experience with your product, a stable and reliable installer is an important component of succesful software. With NSIS you can create such installers that are capable of doing everything that is needed to setup your software. NSIS is script-based and allows you to create the logic to handle even the most complex installation tasks. Many plug-ins and scripts are already available: you can create web installers, communicate with Windows and other software components, install or update shared components and more.
    Leader badge
    Downloads: 9,385 This Week
    Last Update:
    See Project
  • 4
    InstallerLG

    InstallerLG

    A re-implementation of the LISP-like 'Installer' scripting language.

    A re-implementation of the LISP-like 'Installer' scripting language included with AmigaOS as of version 2.1. InstallerLG aims to be fully compatible with the original as described in the V43.3 documentation. Most of the resource related limitations of the Commodore implementation are gone and the GUI has been replaced by a MUI / Zune based one.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5
    TDM-GCC Compiler

    TDM-GCC Compiler

    GCC for 32-bit and 64-bit Windows with a real installer & updater

    TDM-GCC is now hosted on Github at https://jmeubank.github.io/tdm-gcc/. The most recent stable releases from the GCC compiler project, for 32-bit and 64-bit Windows, cleverly disguised with a real installer & updater.
    Leader badge
    Downloads: 1,204 This Week
    Last Update:
    See Project
  • 6

    QToaster

    A simple and fast frontend for the QEMU Emulator - Freeware.

    ...Frontend was made for: http://69.170.215.148/nothoro/software/QTPage/QToaster.html QEMU emulator version 6.0.0-rc2 available at: https://qemu.weilnetz.de/w64/2021/ When you run the installer, it will extract to a subfld
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Fedora Cygwin

    Fedora Cygwin

    Cygwin cross-compiler for Fedora

    This project provides a Cygwin cross-compiler toolchain for current versions of Fedora Linux and RHEL6-compatible distributions, including a large selection of cross-compiled libraries. Also available are the mingw32 packages with static libraries required for building Cygwin's setup.exe installer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PyGObject for Windows

    PyGObject for Windows

    All-In-One PyGI/PyGObject for Windows Installer

    Cross-platform python dynamic bindings of GObject-based libraries for Windows 32-bit and 64-bit.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 9

    FLSDK

    Build System for FLDIGI Applications

    ...MXE ( M cross environment ) is a Makefile that compiles a cross compiler and cross compiles many free libraries such as SDL and Qt, FLTK and many more. FLSDK uses MXE to build ( compile ) both Win32 test binaries and the NSIS installer associated with each application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 10

    GTK 3 runtime for windows 32 & 64

    The files required to run GTK+ applications on Windows

    This project is designed to create a nsis installer with the latest gtk3 for windows 32 and 64 bits based on MinGW64 binaries found in OpenSUSE build service.
    Leader badge
    Downloads: 68 This Week
    Last Update:
    See Project
  • 11

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    ...EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case the top, all and only by the rules known and given, in order by given where equal) $ echo -e "b e\ne\nc b" | depsort ditto, no opts needed $ libdeps objdump /lib/*.so.* (outputs if missing, load order (deps), rdeps, which are effected by missing lib/s, etc, see readme) $ doil (a package installer/solver like apt-get+dpkg which uses gdeptrace, see doil on Source Forge) dep-trace is now "gdeptrace" to ease packaging compatibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    cx_Freeze is a set of utilities for freezing Python scripts into executables using many of the techniques found in Thomas Heller's py2exe, Gordon McMillan's Installer and the Freeze utility that ships with Python itself
    Downloads: 18 This Week
    Last Update:
    See Project
  • 13

    Monolithor

    Create Windows installers from intermediate binary packages.

    Monolithor creates monolithic installers for Windows from a dependency tree of intermediate binary packages. Currently NSIS is used for creating the installer and the supported packages are the RPMs built by openSUSE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    GTK+2 for Windows Runtime Environment

    GTK+2 for Windows Runtime Environment

    The files required to run GTK+ applications on Windows

    This is the GTK+2 Runtime Environment Installer for Windows. It includes all of the files required to run GTK+2 applications on Windows. Some support tools are also available. This project is no longer maintained. Please use its successor: https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer
    Leader badge
    Downloads: 2,345 This Week
    Last Update:
    See Project
  • 15
    Gtk3.7 and Gtkmm3.6 for Windows

    Gtk3.7 and Gtkmm3.6 for Windows

    Gtk3 stack for Windows Vista/7/8 : Gtk+ 3.7.2 and Gtkmm 3.6.0

    ...The installer allows the user to choose the most appropriate installation for him (only Gtk+, only DLL, only 32 bits, full installation 32/64 bits with Libs and headers, etc...) Enjoy !
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    faux1

    faux1

    Apple1 Emulator for the terminal with cut and paste.

    ...Tested and compiled on LINUX 3.0.x, OSx 10.6.x, and Windows XP/Vista/7 and it works well. A folder of sample applications is included for you to be ab le to use your "faux1" right after the install. Pre compiled Windows installer and source is available for all platforms (LINUX, POSIX, OSX, and Windows). To compile you will need make, gcc, and the standard development libraries. There are no difficult dependencies to figure out.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    InstallJammer is a multiplatform GUI installer and builder. InstallJammer is no longer under active development.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 18
    Demosten's Perl distribution for Windows
    This is a Perl distribution for Windows. It comes with a C/C++ compiler and EPIC IDE. Distribution features include installer, its own formatted help system and several additional modules already installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    finstall is a modern graphical installer for the FreeBSD operating system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Windows port of Glade 3. The latest version includes a stand-alone installer with bundled GTK+ 2.16.0 and libxml 2.7.3. Extra installers or zip files are not required. No changes to the Glade source were required to compile under mingw.
    Leader badge
    Downloads: 179 This Week
    Last Update:
    See Project
  • 21
    The Multi-Simulator Interface (MSI) is a simulation interconnection engine. It connects simulations by synchronizing their clocks and data. It is a light-weight HLA alternative.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    GUInseng is a software installer for Linux based on GTK+ and Glade. GUInseng installer allows you to create your own graphical installation packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This program, by default, will help you updating Linux easily (actually only Debian). Also it has help for configure the updates. It can be used for install your program who has dependences automatically. It's thought for help new Linux users.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    An MFC based program designed to generate NSIS and MSI (using WiX) installer packages and quickly add/remove files, registry entries and other related items to be included in install packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Xinstaller is a program written in C for Linux. It will allow you to make an installer file for your programs. The user will have only to start the executable and to answer some easy questions(mostly "next" :)).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next