New Windows installer

55 views
Skip to first unread message

Steve

unread,
Jan 10, 2013, 2:01:49 PM1/10/13
to spyd...@googlegroups.com
Can you make this a .msi file instead of an .exe?  The msi file supports a flag to allow silent installs.  The old NSIS installer supported this.

Pierre Raybaut

unread,
Jan 10, 2013, 2:34:32 PM1/10/13
to spyd...@googlegroups.com
Spyder's installer is now built with the standard Python distutils
library which implements two kind of installers for Windows: wininst
(.exe) and msi (.msi).
The wininst format was chosen because:
1. beside its 'exe' header, it's just a zip file (simpler to extract,
to explore and so to check if bundled files are all there for example)
2. it supports arbitrary version numbers, like "2.8beta1" (msi only
supports X.Y.Z version numbers... which is a limitation!)

-Pierre

2013/1/10 Steve <steve.f....@gmail.com>:
> Can you make this a .msi file instead of an .exe? The msi file supports a
> flag to allow silent installs. The old NSIS installer supported this.
>
> --
> You received this message because you are subscribed to the Google Groups
> "spyder" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/spyderlib/-/IckKIsiZ5uEJ.
> To post to this group, send email to spyd...@googlegroups.com.
> To unsubscribe from this group, send email to
> spyderlib+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/spyderlib?hl=en.

Steve

unread,
Jan 10, 2013, 3:59:57 PM1/10/13
to spyd...@googlegroups.com
Yeah, I guess it just depends on what's "important".  I do think it's a bad idea to remove features users were previously relying on.

Steve

unread,
Jan 10, 2013, 5:17:37 PM1/10/13
to spyd...@googlegroups.com
I realized spyder now works with pip, so I'll be using that instead of the stand alone installer.  Are there any potential downsides?
Reply all
Reply to author
Forward
0 new messages