diff --git a/tools/install4j/.gitignore b/tools/install4j/.gitignore new file mode 100644 index 000000000..935600cae --- /dev/null +++ b/tools/install4j/.gitignore @@ -0,0 +1 @@ +*.install4j~ \ No newline at end of file diff --git a/tools/install4j/oie-installer-config.install4j b/tools/install4j/oie-installer-config.install4j index 30dc8cada..fd1e9adca 100644 --- a/tools/install4j/oie-installer-config.install4j +++ b/tools/install4j/oie-installer-config.install4j @@ -1,10 +1,10 @@ - - + + - + - + @@ -15,17 +15,21 @@ - + + + + + - + - - + + @@ -33,7 +37,6 @@ - @@ -61,7 +64,7 @@ -Dapple.awt.UIElement=true - + @@ -82,7 +85,7 @@ -Dapple.awt.UIElement=true - + @@ -94,7 +97,7 @@ - + @@ -106,7 +109,7 @@ - + @@ -117,7 +120,7 @@ - ${compiler:installer:mediaRoot}/../governance/branding/icons/oie_logo_only_white_background_128x128.png + ${compiler:installer:mediaRoot}tools/install4j/oie_logo_only_white_background_128x128.png @@ -254,7 +257,7 @@ return console.askOkCancel(message, true); en - ${compiler:installer:mediaRoot}/server/setup/docs/LICENSE.txt + ${compiler:installer:mediaRoot}server/setup/docs/LICENSE.txt @@ -316,7 +319,7 @@ return console.askOkCancel(message, true); en - ${compiler:installer:mediaRoot}/tools/install4j/readme.html + ${compiler:installer:mediaRoot}tools/install4j/readme.html @@ -427,6 +430,11 @@ return true; com.oie.oieservice + + + 25 + + @@ -501,6 +509,11 @@ return console.askYesNo(message, true); + + + 25 + + @@ -836,6 +849,8 @@ return console.askYesNo(message, true); + + diff --git a/tools/install4j/oie_logo_only_white_background_128x128.png b/tools/install4j/oie_logo_only_white_background_128x128.png new file mode 100644 index 000000000..02a39c876 Binary files /dev/null and b/tools/install4j/oie_logo_only_white_background_128x128.png differ