[izpack-scm] [2174] izpack-showcases/groovy/trunk: * Added a splash screen image.

0 views
Skip to first unread message

jpo...@codehaus.org

unread,
May 22, 2008, 5:32:59 AM5/22/08
to s...@izpack.codehaus.org
Revision
2174
Author
jponge
Date
2008-05-22 04:32:57 -0500 (Thu, 22 May 2008)

Log Message

* Added a splash screen image.
* Windows registry: uninstaller registration.

Modified Paths

Added Paths

Diff

Modified: izpack-showcases/groovy/trunk/build.xml (2173 => 2174)

--- izpack-showcases/groovy/trunk/build.xml	2008-05-22 08:59:38 UTC (rev 2173)
+++ izpack-showcases/groovy/trunk/build.xml	2008-05-22 09:32:57 UTC (rev 2174)
@@ -138,7 +138,6 @@
     <appname>@{app.title}</appname>
     <appsubpath>@{app.subpath}</appsubpath>
     <appversion>@{app.version}</appversion>
-    <uninstaller name="@{app.name}-uninstaller.jar" write="yes" />
 
     <!-- following appears in HelloPanel -->
     <authors>
@@ -183,6 +182,8 @@
     <res id="Win_NT_shortcutSpec.xml" src="resource/winShortcutSpec.xml" />
     <res id="shortcutSpec.xml" src="resource/emptyShortcutSpec.xml" />
     <res id="ProcessPanel.Spec.xml" src="resource/processSpec.xml" />
+    <res src="resource/groovy-splash.png" id="installer.langsel.img"/>
+    <res src="resource/RegistrySpec.xml" id="RegistrySpec.xml"/>
   </resources>
 
   <native type="izpack" name="ShellLink.dll"/>
@@ -200,6 +201,14 @@
     <panel classname="ShortcutPanel" /> 
     <panel classname="FinishPanel"/>
   </panels>
+  
+  <listeners>
+    <listener installer="SummaryLoggerInstallerListener"/>
+    <listener installer="RegistryInstallerListener"
+              uninstaller="RegistryUninstallerListener">
+      <os family="windows"/>
+    </listener>
+  </listeners>
 
   <packs>
     <pack name="Base" required="yes">
@@ -273,6 +282,12 @@
     </pack>
 
   </packs>
+  
+  <native type="izpack" name="ShellLink.dll"/>
+  <native type="3rdparty" name="COIOSHelper.dll" stage="both">
+    <os family="windows"/>
+  </native>
+
 </installation>
       ]]></config>
     </izpack>

Added: izpack-showcases/groovy/trunk/resource/RegistrySpec.xml (0 => 2174)

--- izpack-showcases/groovy/trunk/resource/RegistrySpec.xml	                        (rev 0)
+++ izpack-showcases/groovy/trunk/resource/RegistrySpec.xml	2008-05-22 09:32:57 UTC (rev 2174)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<registry>
+    <pack name="UninstallStuff">
+        <value name="DisplayName"
+               keypath="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Groovy-1.5.6"
+               root="HKLM"
+               string="Groovy 1.5.6"/>
+        <value name="UninstallString"
+               keypath="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Groovy-1.5.6"
+               root="HKLM"
+               string="&quot;$JAVA_HOME\bin\javaw.exe&quot; -jar &quot;$INSTALL_PATH\Uninstaller\uninstaller.jar&quot;"/>
+        <value name="HelpLink"
+               keypath="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Groovy-1.5.6"
+               root="HKLM"
+               string="$APP_URL"/>
+    </pack>
+</registry>
+

Added: izpack-showcases/groovy/trunk/resource/groovy-splash.png

(Binary files differ)
Property changes on: izpack-showcases/groovy/trunk/resource/groovy-splash.png ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + application/octet-stream

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply all
Reply to author
Forward
0 new messages