NsRestartExplorer plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
== Links ==
== Links ==


[http://oss.netfarm.it/win32/ Main Page for win32 stuff]<br />
[http://oss.netfarm.it/win32/ Main Page for the plugin]<br />
[http://oss.netfarm.it/ My Free software page]<br />
[http://oss.netfarm.it/ My Free software page]<br />
[http://clamwin.svn.sourceforge.net/viewvc/clamwin/trunk/addons/nsRestartExplorer/ Sources on Web SVN]
[https://github.com/sherpya/nsRestartExplorer Sources on GitHub]


== Description ==
== Description ==


'''Version:''' 1.2<br />
'''Version:''' 1.4<br />
'''Supported on:''' ''Windows 98+, Windows 2000+''.
'''Tested on:''' ''Windows 98SE, Windows XP, Windows XP 64bit, ANSI and UNICODE versions''.


nsRestartExplorer plugin (and also standalone for rundll32) allows to stop, start and gracefully restart explorer.
nsRestartExplorer plugin (and also standalone for rundll32) allows to stop, start and gracefully restart explorer.
Useful to replace shell extensions.
Useful to update shell extensions.


== Usage Example ==
== Usage Example ==

Latest revision as of 21:56, 22 May 2011

Author: sherpya (talk, contrib)


Links

Main Page for the plugin
My Free software page
Sources on GitHub

Description

Version: 1.4
Tested on: Windows 98SE, Windows XP, Windows XP 64bit, ANSI and UNICODE versions.

nsRestartExplorer plugin (and also standalone for rundll32) allows to stop, start and gracefully restart explorer. Useful to update shell extensions.

Usage Example

; call action timeout
; action can be quit start or restart
; timeout to wait for explorer action completion,
; infinite wait forever until explorer is ready
; ignore does not wait at all
; a number, milliseconds to wait
 
nsRestartExplorer::nsRestartExplorer restart infinite
;nsRestartExplorer::nsRestartExplorer start ignore
;nsRestartExplorer::nsRestartExplorer quit 1000
Pop $1
DetailPrint $1
 
returns OK or ERROR and error description

Credits

Written by Gianluigi Tiesi