Windows installer improvements from Claus
authorIan Lynagh <igloo@earth.li>
Thu, 21 Oct 2010 12:29:42 +0000 (12:29 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 21 Oct 2010 12:29:42 +0000 (12:29 +0000)
commitabe9e6fc56e9fe75dc85b7895f326f88e635225e
treecb2121220b231799c38124627716eaaacd33e290
parent8612b81134c052247ed15b1243b6e8646c20b759
Windows installer improvements from Claus
- add link to inno setup docs, so readers don't have to guess what
  ghc.iss might be

- add Task section, and associated most Registry actions with separate
  (sub)tasks, so that file associations, default action, and PATH
  setting can be optional

- copy license file into doc directory

- install icon file again, so that DefaultIcon is no longer a dangling
  pointer (#4352)

- only delete ghc_haskell key if empty (in case there were other tools
  using it)

- add versioned GHCi to right-click menu (to allow for multiple tool installs)
distrib/ghc.iss.in