Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore the possibility of an MSI package #136

Open
Azolo opened this issue Oct 9, 2012 · 4 comments
Open

Explore the possibility of an MSI package #136

Azolo opened this issue Oct 9, 2012 · 4 comments

Comments

@Azolo
Copy link
Member

Azolo commented Oct 9, 2012

Stems from this discussion in the group.

Basically from a SysAdmin perspective, a package that is deploy-able and managed by Windows could be a boon.

@luislavena switched from an MSI to Inno with cdb5a15, which brings up valid problems.

I see the benefits of MSI as more of a package than an installer. However, I may be blinded by my problems of the past, so let us open up the conversation.

Additional Reading:
http://en.wikipedia.org/wiki/WiX
http://en.wikipedia.org/wiki/Windows_Installer

(Note: Wikipedia is pretty awesome)

@jonforums
Copy link
Member

While there are multiple reasons I think we're better served with an MSI, the most compelling is simply that MSI's integrate nicely with Windows similar to .deb, .rpm, and pacman pkgs for Linux distros.

Let's spike this in a new branch and begin flushing out the issues. To help quickly stand up a simple initial version:

  • use the WiX 3.6 release
  • all WiX files use *nix-style LF endings with 2 space indents
  • no PATH or file association support
  • no extended GUI customizations
  • no Japanese language support
  • no MSI signing support
  • no custom registry entries like I've done with the Inno installer
  • no integration with rdoc-chm doc task
  • two features for installation: base, and a selectable tcl/tk
  • implement current menu shortcuts and icons

@alexhass
Copy link

alexhass commented Feb 8, 2016

I need the MSI installer for fully automated active directory deployment. Otherwise we cannot use RubyInstaller, but we need it for SASS compiling.

@Azolo
Copy link
Member Author

Azolo commented Feb 10, 2016

@yamlfd There aren't any plans to offer a MSI installer at this time. =/

@alexhass
Copy link

What is holding this back? Nsis is death sh**.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants