Hello Mike and thanks a lot for your answer

)
I tried to make all of your instructions, but I think I do something wrong:
1. I created a new propery in "Install Parameters" called MyDir, but I must associated a value to this property ... so tried to put [%JAVA_HOME],
a string "a", [%JAVA_HOME%], but the installer tell me : Network device not found or something
2. In the InstallExecuteSequence->Begin I created Property Set With Formatted and in the Property name I put MyDir and in Formatted Text field I put [%JAVA_HOME]
3. I did the same in InstallIUSequence->Begin and I selected "Execute only once if present in both ..."
4. I put files in the property based folder, but I have the problem : Network device not found ...
I tried to do a lot of solutions but no result ...
In fact I must evaluate this Installer for my company and if its possible to do some manipulations with we will buy it.
I must create msi package that will be installed after the installation of ARM Tools (on a separate CD-ROM). So I am sure that some env variables will exists on the target computer! During the installation I must put some conf files in folders known under env variables (setted by installer ARM)
Thanks