The Wayback Machine - http://web.archive.org/web/20200610022218/https://github.com/topics/msi
Skip to content
#

msi

Here are 112 public repositories matching this topic...

TheBudman
TheBudman commented Dec 11, 2019

In the Wiki for the command-line, there is a note:

Note: There is a known bug err "limitation" that you can only specify the name of the file (not the path). Therefore if there are multiple instances of the file inside the msi with the same name and you want to extract that file there is no way to specify which file to extract. If this is a problem for you report an issue and if I know it is im

kivutar
kivutar commented Feb 4, 2019

I see an example of use in AppVeyor, but none for Travis Windows.

I think it would be good to provide such example, as the usage of Travis Windows is increasing.

And they are using Git Bash by default, which makes the installation process a little bit different, like a mix of bash and Windows.

OpenDJ

OpenDJ is an LDAPv3 compliant directory service, which has been developed for the Java platform, providing a high performance, highly available, and secure store for the identities managed by your organization. Its easy installation process, combined with the power of the Java platform makes OpenDJ the simplest, fastest directory to deploy and manage.

  • Updated May 27, 2020
  • Java
pjebs
pjebs commented Apr 19, 2020

It would be very nice to be able to modify or reject this area of wxs file:

    <DirectoryRef Id="ApplicationProgramsFolder">
      <Component Id="ApplicationShortcut" Guid="e1f638e4-99af-4e28-bfc9-79b9c2e3d4f0" Win64='no'>
        <Shortcut Id="ApplicationStartMenuShortcut"
                  Name="the-great-app"
                  Description="theCucumber.app"
                  Target
mithomas
mithomas commented Jun 11, 2018

When using SetupBuilder for packaging MSIs we almost always have the requirement of specifying the installation directory by directly specifying <Property Id="INSTALLDIR" Value="C:\PathToInstall"/>.

I propose the addition of a parameter installDir for the MSI task to set this directly in build.gradle.

Usage would then be like so:

msi {
  from "bin"
  include "**/*"

  insta
volks73
volks73 commented Jun 5, 2018

A template should be added that renders to a batch (.bat) file which runs the compiler and linker as if the subcommand was creating the installer. The various flags and options would be used to render the template and populate values. This would be accessible from the eventual "print" mode.

This allows a developer to easily create a batch file that will build an installer from a WiX Source (wxs

Improve this page

Add a description, image, and links to the msi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the msi topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.