cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
interpaul
Level 3

IA variables in expand archive install action

Hi everyone,

I am extracting a ZIP archive whose path is stored in IA variables as such (the path separator ends the ZIP_LOCATION content):
$ZIP_LOCATION$$ZIP_NAME$

When the action occurs during the install phase the label on the screen hideously reads:
"Installing... Archive: $ZIP_LOCATION$$ZIP_NAME$"


Can anyone provide a suggestion on how to force the resolution of the variable value, or hide the action altogether?

This is an enterprise product, so displaying this is not good enough. My last resort will be custom code to do the extraction.

Thanks,
Paul
Labels (1)
0 Kudos
(2) Replies
pv7721
Level 20

Two questions: does the ZIP name change (i.e. is it necessary to store it in a variable?) And is it installed outside of the $USER_INSTALL_DIR$?
0 Kudos
interpaul
Level 3

Yes and yes.

Handling different file names via the variable is quite important as they have an option via a custom panel to download the archive over FTP or point to an archive already obtained.

It downloads by default to the $INSTALLER_TEMP_DIR$ and is expanded from there to where it needs to go, but with the browse option the source area could be anywhere on the disk.
0 Kudos