Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
userspace:etu_javavm [2015/03/30 23:51] Robert Tauber [subdeljava] |
userspace:etu_javavm [2015/03/31 10:36] (current) Robert Tauber [ETU JavaVM] |
||
---|---|---|---|
Line 27: | Line 27: | ||
CLIENT_DATA\Uninstall_Java.exe\\ | CLIENT_DATA\Uninstall_Java.exe\\ | ||
CLIENT_DATA\java.png\\ | CLIENT_DATA\java.png\\ | ||
+ | |||
+ | ==== control ==== | ||
+ | <code> | ||
+ | [Package] | ||
+ | version: 2014.12.08 | ||
+ | depends: | ||
+ | incremental: False | ||
+ | |||
+ | [Product] | ||
+ | type: localboot | ||
+ | id: javavm | ||
+ | name: Oracle Java Runtime Environment | ||
+ | description: Java 7 | ||
+ | advice: | ||
+ | version: 0 | ||
+ | priority: 0 | ||
+ | licenseRequired: False | ||
+ | productClasses: jre | ||
+ | setupScript: javavm.ins | ||
+ | uninstallScript: deljvm.ins | ||
+ | updateScript: | ||
+ | alwaysScript: | ||
+ | onceScript: | ||
+ | customScript: | ||
+ | userLoginScript: | ||
+ | |||
+ | [ProductProperty] | ||
+ | type: unicode | ||
+ | name: install_architecture | ||
+ | multivalue: False | ||
+ | editable: False | ||
+ | description: which architecture (32/64 bit) has to be installed | ||
+ | values: ["32 only", "64 only", "both", "system specific"] | ||
+ | default: ["both"] | ||
+ | |||
+ | [ProductProperty] | ||
+ | type: unicode | ||
+ | name: javaversion | ||
+ | multivalue: False | ||
+ | editable: False | ||
+ | description: which version has to be installed (JRE 1.6.x or JRE 7 = 1.7.x) | ||
+ | values: ["jre6", "jre7"] | ||
+ | default: ["jre7"] | ||
+ | </code> | ||
==== CopyFolder.exe / CopyFolder.au3 ==== | ==== CopyFolder.exe / CopyFolder.au3 ==== |