This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Installer Skipping Actions
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 14, 2011
08:49 AM
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
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
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 26, 2011
04:34 AM
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
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