Author: [EMAIL PROTECTED]
Date: Wed Dec 10 14:02:59 2008
New Revision: 2870
Removed:
trunk/installer/architect_file_association.reg
trunk/installer/uninstall.reg
Modified:
trunk/build.xml
Log:
Removed the .reg files from architect for the Windows installer. This
functionality is now all done using IzPack's RegistrySpec.xml file
Modified: trunk/build.xml
==============================================================================
--- trunk/build.xml (original)
+++ trunk/build.xml Wed Dec 10 14:02:59 2008
@@ -920,18 +920,9 @@
<fileset dir="../staging/"
targetdir="$INSTALL_PATH">
<include
name="LICENSE"/>
</fileset>
- <fileset dir="."
targetdir="$INSTALL_PATH">
- <include
name="*.reg"/>
- </fileset>
<fileset dir="../src/icons"
targetdir="$INSTALL_PATH">
<include
name="*.ico"/>
</fileset>
- <executable targetfile="regedit.exe"
stage="uninstall" keep="true">
- <args>
- <arg value="\/s"/>
- <arg
value="$INSTALL_PATH/uninstall.reg"/>
- </args>
- </executable>
</pack>
</packs>
<native type="izpack"
name="ShellLink.dll"/>