mfairbrother
Posts: 29
Joined: Tue Dec 20, 2005 12:39 pm

Execution Condition (how does it work)?

I thought based on guidance that I was doing the right thing by taking away all the Expression for the Execution Condition.

Inout has the aip file, if that helps.

I have several Install, custom actions, that I need run (always).

Currently seeing the following in the log file:

Action ended 12:47:55: MsiUnpublishAssemblies. Return value 0.
MSI (s) (A4:E8): Skipping action: unregister (condition is false)
MSI (s) (A4:E8): Skipping action: serviceDelete (condition is false)
MSI (s) (A4:E8): Skipping action: uiShutdown (condition is false)
MSI (s) (A4:E8): Skipping action: deleteSvc (condition is false)
MSI (s) (A4:E8): Skipping action: taskKill (condition is false)
MSI (s) (A4:E8): Doing action: UnpublishComponents
Action start 12:47:55: UnpublishComponents.
Ionut
Posts: 605
Joined: Tue Nov 22, 2005 11:29 am
Contact: Website

Hi,

Actually all the Custom Actions from the above log excerpt are scheduled under "Uninstall" (not under "Install"). They are not executed because the attached condition evaluates to false.

Regards,
Ionut
Denis Toma
Advanced Installer Team
http://www.advancedinstaller.com/

Return to “Common Problems”