hi i am developing an updater for my previous installer i am trying to use updatecheck when i do this only the files that have been modified are overwritten right?
But when i am installing it looks like every file is overwriten.
My pack is the following:
packs>
<pack id="fe_ant" name="ANT base" required="no">
<description>ANT</description>
</pack>
<pack id="chd_ant" name="ANT" parent="fe_ant" required="no">
<description>Ficheiros do ANT</description>
<updatecheck>
<include name="lixo/apache-ant-1.7.0/**"/>
</updatecheck>
<file src="lixo/apache-ant-1.7.0" targetdir="$INSTALL_PATH\ant"/>
<!-- Este ficheiro sera preenchido com as variaveis colhidas no input e e
executado no final do input-->
<file src="lixo/variaveis_ant.bat" targetdir="$INSTALL_PATH/"/>
<parsable targetfile="$INSTALL_PATH/variaveis_ant.bat"/>
</pack>
</packs>
Can you tell me how do this updatecheck realy works.
Best regards
Ricardo Cardoso
--
You received this message because you are subscribed to the Google Groups "izpack-user" group.
To post to this group, send email to
izpac...@googlegroups.com.
To unsubscribe from this group, send email to
izpack-user...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/izpack-user?hl=en.