Hello Sakti,
Thanks for your post on MSDN.
>I tried using the custom actions menu by adding the silverlight exe in the INSTALL as well as COMMIT options.
It is not allow to start another MSI package installation within a Custom action. Most likely, silverlight exe doesn't contian the implementation of the
Installer class, so you should not add custom action like that.
If you don't mind starting the silverlight installation before installing your application, I would like to suggest you create a bootstrapper to install silverlight and then install your application. You can create a customprerequisite for the silverlight, and then add the silverlight prerequisite to your setup project.
More infomation about create a custom prerequisite
http://code.msdn.microsoft.com/bmgMore info about Custom action
http://msdn.microsoft.com/en-us/library/d9k65z2d.aspxThanks,
Rong-Chun Zhang
MSDN Subscriber Support in Forum
If you have any feedback on our support, please contact
msdnmg@microsoft.com
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.