programs/mstask: Minimal Task Scheduler registration

Roy Shea royshea at gmail.com
Fri Jul 25 17:38:09 CDT 2008


This is a proposed solution for installing mstask registry entries.
Neither DllRegisterServer nor DllInstall are provided by mstask.dll.
The closest example of this behavior I can find is the registration done
by iexplore.exe, which uses a wine only registration switch.  Since
mstask.exe is already used in Windows to support the task scheduler,
it's a nice place to tuck away registration functionality.

For comparison, an alternate to this approach is adding the required
registry entries dirctly to wine.inf.in.
---
 programs/mstask/Makefile.in |   16 ++++++
 programs/mstask/main.c      |  125 +++++++++++++++++++++++++++++++++++++++++++
 programs/mstask/mstask.inf  |   16 ++++++
 programs/mstask/rsrc.rc     |   20 +++++++
 tools/wine.inf.in           |    1 +
 5 files changed, 178 insertions(+), 0 deletions(-)
 create mode 100644 programs/mstask/Makefile.in
 create mode 100644 programs/mstask/main.c
 create mode 100644 programs/mstask/mstask.inf
 create mode 100644 programs/mstask/rsrc.rc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 6160d9c84cbcf9e400af1eb205f77168400c187e.diff
Type: text/x-patch
Size: 6751 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080725/c9a58cec/attachment-0001.bin 


More information about the wine-patches mailing list