This custom code is
provided “as is” and can be used only to extend the built-in
functionality of InstallAnywhere.
Please note that Acresso
does not support this extension.
This folder contains:
- com: (com.zerog.*) source code for actions and panels
- make.bat: batch
file to automatically generate "customcode.jar"
file
- customcode.jar: compiled
actions, panels, and resources
- buildtemp: used
when "make.bat" creates "customcode.jar"
- <this>Readme.htm: this
file
Custom Code Action: CopyFile
Classname: com.zerog.ia.customcode.util.fileutils.CopyFile
Description: Copy any file from one location on the user's hard
drive to another. This is useful for copying installed files to other locations
during install time.
Input InstallAnywhere Variables:
"CopyFile_Source":
Path and name of original file.
"CopyFile_Destination":
Path and name of new file.
Output InstallAnywhere Variables:
none
October 28, 1999