RemoteZilla v2.3.3 is now available for download
http://www.remotezilla.com/files/RemoteZilla-Setup.zip RemoteZilla Change Log
----------------------
v2.3.3.0
- Added AutoFillUpdateUrl and CheckForUpdateUrl
settings. The customer module creator can now
autmatically create a file with the current
build date for each module created which can
be checked by the customer module and alert
the customer they are running an old build.
The files are named:
BuildDate-<Customer Module Name>.txt
You will need to upload the files to your
website and set the CheckForUpdateUrl tag to
point to the file on your website.
It is disabled by default.
Example to disable check for update feature:
AutoFillUpdateUrl=
CheckForUpdateUrl=
Example if specifying the Update URL manually:
AutoFillUpdateUrl=
CheckForUpdateUrl=mywebsite.com/tech1date.txt
Example if automatically Updating the URL:
AutoFillUpdateUrl=www.mywebsite.com
CheckForUpdateUrl=
- Expanded customizable text items.
- Added NoDuration command line switch to viewer
to suppress the session duration dialog.