Author: [email protected]
Date: Fri Dec 12 08:44:31 2008
New Revision: 2873
Removed:
branches/release-0.9.12/installer/architect_file_association.reg
branches/release-0.9.12/installer/uninstall.reg
Modified:
branches/release-0.9.12/build.xml
Log:
Removed the .reg files in the installer. These are no longer needed as the
same functionality is carried out by IzPack and the RegistrySpec.xml file.
This also makes it unnecessary to call regedit directly.
Modified: branches/release-0.9.12/build.xml
==============================================================================
--- branches/release-0.9.12/build.xml (original)
+++ branches/release-0.9.12/build.xml Fri Dec 12 08:44:31 2008
@@ -721,25 +721,9 @@
<fileset dir=".."
targetdir="$INSTALL_PATH">
<include
name="../staging/LICENSE"/>
</fileset>
- <fileset dir="."
targetdir="$INSTALL_PATH">
- <include name="*.reg"/>
- </fileset>
<fileset dir="../src/icons"
targetdir="$INSTALL_PATH">
<include name="*.ico"/>
</fileset>
- <parsable
targetfile="${INSTALL_PATH}/architect_file_association.reg"/>
- <executable targetfile="regedit.exe"
stage="postinstall" keep="true">
- <args>
- <arg value="\/s"/>
- <arg
value="$INSTALL_PATH/architect_file_association.reg"/>
- </args>
- </executable>
- <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"/>