DLee65
10-17-2006, 07:05 PM
I have a custom action that I want to only run in Maintenance mode. So I added the conditions for its execution as:
Installed And REMOVE<>"ALL"
Now, I thought that would work. However, in a multi-user environment, the CA InstallScript code executes and pops up a message box erroneously. What is happening is that setup is starting up to write all necessary user information and thus the Custom Action triggers. I do not want the Custom action to trigger for this type of maintenance, only for Maintenance > Repair, Maintenance > Modify.
So what is the correct syntax for this scenario? Any ideas?
Installed And REMOVE<>"ALL"
Now, I thought that would work. However, in a multi-user environment, the CA InstallScript code executes and pops up a message box erroneously. What is happening is that setup is starting up to write all necessary user information and thus the Custom Action triggers. I do not want the Custom action to trigger for this type of maintenance, only for Maintenance > Repair, Maintenance > Modify.
So what is the correct syntax for this scenario? Any ideas?