Loading
Installer Skipping Actions
I have an issue where my installer appears to skip a number of actions that don’t have any rules on them.

 

The installer makes it as far as “Delete Actions” (see attached screenshot1) and then skips every action under “Upgrade_5.2.3_Actions”. The installer then resumes at “Delete Folder: Upgrade_5.2.3_Actions” (see attached screenshot2).

 

After the installer executes the “Delete Actions” it seems to disregard everything else under the “Upgrade_5.2.3_Actions” folder structure and skips ahead to “Delete Folder: Upgrade _5.2.3_Actions”. Below is a portion of the installer log where the skipping is visible:

 

Install Directory: C:\installEnvironment\Upgrade_5.2.3_Actions\Delete_Actions\

 

Status: SUCCESSFUL

 

Delete File: Source:bcmail-jdk14-120.jar

 

Status: SUCCESSFUL

 

Delete Folder: Source:graphics

 

Status: SUCCESSFUL

 

Delete File: Source:bcprov-jdk14-120.jar

 

Status: SUCCESSFUL

 

Delete File: Source:log4j-1.2.8.jar

 

Status: SUCCESSFUL

 

Delete Folder: Source:Upgrade_5.2.3_Actions

 

Status: SUCCESSFUL

 

Install Directory: C:\installEnvironment\tmpupgrade53\

 

Status: SUCCESSFUL

  • Hi,

     

    It may be that you have a "$" dollar sign alone somewhere. InstallAnywhere resolve variable between 2 "$" signs, so it might have ignore your code between those ?

     

    So be sure that after your "Delete actions", there is no variable define like "$variable" ...

     

    If this does not help, can you post your project there ?

     

    --Jerome
    Expand Post

Loading
Installer Skipping Actions