Tried to transfer the path where I installed data into the Init method to deal with installed files, but it stopped working.
Here is my setup:
<FileCopy Name="data/" Target="${ipmdir}data/"/>
<Invokes>
<Invoke Class="app.setup" Method="Init">
<Arg>${ipmdir}</Arg>
</Invoke>
</Invokes>
it comes as "{ipmdir}" string to the Init() method.
It used to work previously.