
I wrote simple tool that I am using to build MSI installer for Visual
Haskell. It will not be so hard to extend it to support Cabal. After
that it will be easy to prepare an installer for GHC with optional
libraries. Don't expect it to be ready for 6.6 release!
Cheers,
Krasimir
On 8/22/06, Jason Dagit
[snipped] For the windows installer, I imagine this working something like the cygwin or ms office installer. There could be a screen listing all the libraries and the installer itself comes in two flavors, either contains only the minimum (and uses the network to grab any additional) or the installer contains everything and lets the user select which packages to install (defaulting to everything).

Hi Karsmir,
I wrote simple tool that I am using to build MSI installer for Visual Haskell. It will not be so hard to extend it to support Cabal. After that it will be easy to prepare an installer for GHC with optional libraries. Don't expect it to be ready for 6.6 release!
Would it be possible to have it work for WinHugs as well? It would be nice if GHC/Hugs had some nice integration in this point. The other thing to think of is that Hugs and GHC both steal the .hs extension on Windows - and GHC's icon for .hs files is uglier than the Hugs one. Thanks Neil

Currently the tool is general enough to be used with Hugs or any other
project. You just need to have a prepared (template) MSI database and
the tool will add your files to it. What I tend to add is a special
mode where the tool will read your .cabal file and will automatically
detect which files have to be packaged.
Cheers,
Krasimir
On 8/24/06, Neil Mitchell
Hi Karsmir,
I wrote simple tool that I am using to build MSI installer for Visual Haskell. It will not be so hard to extend it to support Cabal. After that it will be easy to prepare an installer for GHC with optional libraries. Don't expect it to be ready for 6.6 release!
Would it be possible to have it work for WinHugs as well? It would be nice if GHC/Hugs had some nice integration in this point. The other thing to think of is that Hugs and GHC both steal the .hs extension on Windows - and GHC's icon for .hs files is uglier than the Hugs one.
Thanks
Neil
participants (2)
-
Krasimir Angelov
-
Neil Mitchell