$TEMPREGPATH = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Oracle JInitiator 1.1.8.16"
IF KEYEXIST("$TEMPREGPATH") = 0
MESSAGEBOX("ORACLE Jinitiator 1.1.8.16 will be installed on your machine.",$MSGFROMIT,64,5)
SHELL "$DLSERVER\updates\jinitiator\JInitiator11816En_CH.EXE"

COPY "$DLSERVER\updates\jinitiator\CFG\*.*" "%userprofile%\.java\"
ENDIF

There is a file named "properties" that we want to copy to .java, neither *, *.*; nor the filename works...