Add davmailservice64.exe WinRun4J service wrapper

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2007 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2012-08-29 10:50:28 +00:00
parent 95e3956d65
commit 34630ec7e7
10 changed files with 13 additions and 0 deletions

View File

@ -265,6 +265,7 @@
<copy file="src/winrun4j/davmailconsole.exe" todir="dist"/>
<copy file="src/winrun4j/davmailservice.exe" todir="dist"/>
<copy file="src/winrun4j/davmail64.exe" todir="dist"/>
<copy file="src/winrun4j/davmailservice64.exe" todir="dist"/>
<zip file="dist/davmail-${release-name}.zip">
<fileset dir="dist">

View File

@ -85,6 +85,7 @@ Section "MainSection" SEC01
File "dist\davmailconsole.exe"
File "dist\davmailservice.exe"
File "dist\davmail64.exe"
File "dist\davmailservice64.exe"
SetOutPath "$INSTDIR\lib"
File "dist\lib\activation-1.1.1.jar"
File "dist\lib\commons-codec-1.3.jar"
@ -183,6 +184,7 @@ no_quest:
Delete "$INSTDIR\lib\woodstox-core-asl-4.1.2.jar"
Delete "$INSTDIR\lib\xercesImpl-2.8.1.jar"
Delete "$INSTDIR\davmailservice64.exe"
Delete "$INSTDIR\davmail64.exe"
Delete "$INSTDIR\davmailservice.exe"
Delete "$INSTDIR\davmailconsole.exe"

Binary file not shown.

View File

@ -24,3 +24,6 @@ vm.version.min=1.6
vmarg.1=-Dsun.net.inetaddr.ttl=60
vmarg.2=-XmX512M
[ErrorMessages]
java.not.found=A suitable version of Java could not be found on your system, please install Java from http://java.com
java.failed=Java failed to startup successfully, please install Java from http://java.com

Binary file not shown.

View File

@ -24,3 +24,6 @@ vm.version.min=1.6
vmarg.1=-Dsun.net.inetaddr.ttl=60
vmarg.2=-XmX512M
[ErrorMessages]
java.not.found=A suitable version of Java could not be found on your system, please install Java from http://java.com
java.failed=Java failed to startup successfully, please install Java from http://java.com

Binary file not shown.

Binary file not shown.

View File

@ -13,3 +13,7 @@ vmarg.2=-Xrs
arg.1=davmail.properties
[ErrorMessages]
java.not.found=A suitable version of Java could not be found on your system, please install Java from http://java.com
java.failed=Java failed to startup successfully, please install Java from http://java.com

Binary file not shown.