[Haskell-cafe] Cabal install on Windows 7

Regis Saint-Paul regis.saint-paul at create-net.org
Thu Sep 10 10:05:19 EDT 2009


One last note as it may be confusing in previous message...I mention to use
windows API, but there is no API per-se that can elevate a process already
running. It takes to create another process which, at startup time, will
popup the elevation dialog. The win32 function to call is therefore just the
shellexecute(). 

--Regis

 



More information about the Haskell-Cafe mailing list