我正在使用 YAJSW 安装(和卸载)我的程序作为 Windows 服务(win 32 和 win 64),具有以下目录结构。
我该怎么做?
apps - user works with this dir
log - user works with this dir
core - core of my program, user not works with this dir, here may be anything, include wrappers.
install.cmd - user launch it to install software as windows service
uninstall.cmd - user launch it to uninstall windows service
settings.cmd - a very short file with user properties. javapath, ntservicename, dburl, dbuser, dbpass at all - user edit it.