cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jsheth
Level 3

Run 3 custom actions

Have a basic MSI project, I want to run 3 custom actions which perform task of registering 3 dll's located in different directories. How would I Q them up in 2010 premier edition?
Labels (1)
0 Kudos
(2) Replies
palanisamy
Level 7

Call these custom action one by one After InstallFinalize Execute sequence.
0 Kudos
Ajay_Ladsaria
Level 7

You may want to consider just right-clicking each file in the InstallShield IDE and selecting the Self-Register option. This way you would not have to create any custom actions yourself to handle this.

You can also select the option to extract COM information from these DLLs instead of Self-Register. This option can be set in the Components view.
0 Kudos