-- | Windows 7 Taskbar Progress plugin: <http://nsis.sourceforge.net/TaskbarProgress_plug-in> module Development.NSIS.Plugins.Taskbar(taskbar) where import Development.NSIS -- | Enable Windows 7 taskbar plugin, called anywhere. taskbar :: Action () taskbar :: Action () taskbar = Page -> Action () -> Action () onPageShow Page InstFiles (Action () -> Action ()) -> Action () -> Action () forall a b. (a -> b) -> a -> b $ String -> String -> [Exp Any] -> Action () forall a. String -> String -> [Exp a] -> Action () plugin String "w7tbp" String "Start" []