PDA

View Full Version : Custom action



Ken487
10-28-2002, 06:23 PM
My installer uses a custom action in a standardard DLL. The action is only called during a patch, and is used set a launch condition to false if the user's license is not valid.

It works well and displays the error message I created. However, when the installation aborts, the installer displays the 1603 error message, "network file not found".

How can I stop that message from being displayed?

Thanks in advance,

Ken.

--------------------------------------------------------------
Here are the custom action settings:

Return Processing: Synchornous (check exit code)
In-script Execution: Immediate Execution
Execution scheduling: Execute only once per process
Install UI Sequence: After AppSearch
Install UI Condition: PATCH
Install Exec Sequence: After AppSearch
Install Exec Condition: PATCH