Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Gtk sharp 2 msi improvements #115

Open
wants to merge 5 commits into
base: gtk-sharp-2-12-branch
Choose a base branch
from
Open

Gtk sharp 2 msi improvements #115

wants to merge 5 commits into from

Commits on Apr 17, 2016

  1. Configuration menu
    Copy the full SHA
    dea45ad View commit details
    Browse the repository at this point in the history
  2. Include gtk-sharp pdb file in msi installer

    Antonius Riha committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    9fbbe68 View commit details
    Browse the repository at this point in the history
  3. Add binaries for msi installer to repo and amend WiX installer defini…

    …tion
    
    Mono.Posix.dll is a binary dependency that is shipped with the msi installer. To streamline msi installer generation
    Mono.Posix.dll and its helper library MonoPosixHelper.dll have been included in the repository and the msi installer
    definition has been updated accordingly.
    
    In order to fix XamBug #3843, I've added not only the .NET 2 version of Mono.Posix.dll but also the .Net 4 version.
    Antonius Riha committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    519cee3 View commit details
    Browse the repository at this point in the history
  4. Adjust WiX install definition to include Mono.Cairo directly

    Previously Mono.Cairo has been merged into the installer via a .msm file. Since Mono.Cairo is built as part of this
    package, it's only natural to include it directly in the msi installer definition.
    Antonius Riha committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    279649e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Update binaries

    Although newer mono releases exist, 3.12.1 was the last release with properly
    strong named Mono.Posix DLLs. Since the msi installer installs those DLLs into
    the GAC they need to be strong named.
    Antonius Riha committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    e0ae5b2 View commit details
    Browse the repository at this point in the history