Re: [GHC] #1345: Wrong registry key created by Windows installer

2007-05-09 Thread GHC
#1345: Wrong registry key created by Windows installer
+---
Reporter:  guest|Owner: 
Type:  bug  |   Status:  new
Priority:  lowest   |Milestone: 
   Component:  None |  Version:  6.6.1  
Severity:  trivial  |   Resolution: 
Keywords:   |   Difficulty:  Unknown
  Os:  Windows  | Testcase: 
Architecture:  Unknown  |  
+---
Comment (by neil):

 Ian, in the installer I sent you the offending lines are:

 Root: HKCU; Subkey: HKEY_CURRENT_USER\Software\Haskell\GHC\ghc-6.6.1;
 ValueType: string; ValueName: InstallDir; ValueData: {app}
 Root: HKCU; Subkey: HKEY_CURRENT_USER\Software\Haskell\GHC; ValueType:
 string; ValueName: InstallDir; ValueData: {app}

 Change by removing HKEY_CURRENT_USER from the Subkey.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1345
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1345: Wrong registry key created by Windows installer

2007-05-09 Thread GHC
#1345: Wrong registry key created by Windows installer
+---
Reporter:  guest|Owner: 
Type:  bug  |   Status:  closed 
Priority:  lowest   |Milestone: 
   Component:  None |  Version:  6.6.1  
Severity:  trivial  |   Resolution:  fixed  
Keywords:   |   Difficulty:  Unknown
  Os:  Windows  | Testcase: 
Architecture:  Unknown  |  
+---
Changes (by neil):

  * resolution:  = fixed
  * status:  new = closed

Comment:

 Fixed - now the registry keys are created in the correct place, and are
 tidied up on uninstall. I have uploaded a new installer build, and sent
 Ian updated installer script files.

 Since these keys are not critical to anything, people using the old
 installer shouldn't have any problems - so no need to update.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1345
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs