Several clients have asked recently how to download the Free Viewer, without going through the 30-day Desktop trial.
You can disable free trial prompts on start-up and from the Help menu by following the steps below. If you are in a corporate environment it is recommended that you install Omniscope for all users, rather than for each individual user, otherwise you will need to carry the steps below by modifying each user account's installconfig.properties.
Find this line in installconfig.properties #ADDITIONAL_JVM_ARGS=-XX:+HeapDumpOnOutOfMemoryError
Replace with the following line: ADDITIONAL_JVM_ARGS=-DdisableFreeTrial=true
If you have ADDITIONAL_JVM_ARGS property already enabled, add to the end " -DdisableFreeTrial=true"
Disable automatic update check Find this line in installconfig.properties #ADDITIONAL_JVM_ARGS=-XX:+HeapDumpOnOutOfMemoryError
Replace with the following line: ADDITIONAL_JVM_ARGS=-DCHECK_UPDATES_AUTOMATICALLY=false
If you have ADDITIONAL_JVM_ARGS property already enabled, add to the end " -DCHECK_UPDATES_AUTOMATICALLY=false"
You could also contact our support and ask for the Free Viewer license keys, that could be activated after the download, in which case you could skip the steps above.