Hi,
1. What is the most initial step to run the Terminate Process in order to run it at teh beginning of Uninstalll?
Please note that all Standard Actions are included in the MSI. It is their Execution Condition that determines if they are executed.
You can place the Terminate Process custom action under the "Before Initialization->Begin" Standard Action. Just make sure the Execution Condition is set to REMOVE = "ALL" .
2. Where can I find explanations, what is the meaning of each step in the custom action. For example: Before Initialization, InstallIlitialize...
After setting a Standard Action to be visible in the sequence, simply select it and a description of its function will be displayed in the right pane, under "Action Description".
Also,
here is a list of all the Standard Actions and their description.
3. What is the last step in the Install Custom Action that I can run a vbscript? I want to run a script After Driver installation.
You can place your vbscript anywhere in the sequence, just make sure it has access to the installer properties. To do that, you can use the Action Data field as explained
here.
Regards,
Gabriel