Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Is it Possible to call one MSI in another Setup project?
 

Is it Possible to call one MSI in another Setup project?

Hi all,

is there any other ways of calling an MSi inside another setup project ?

why am asking is --- my silverlight MSI works fine and also my WCF MSi works fine...so when i used one inside another thru a custom action i am getting an errr...any other ways to include one msi in another Setup project ?

Pls let know

Thanks
Senthil
http://dotnetcrunch.blogspot.com

MSenthilVel  Wednesday, August 05, 2009 5:52 PM
That doesn't work. MSI-based installs can't be recursive, and that's what happens if you run an MSI-based setup from your custom action. The bootstrap manifest generator can be used for this, setup.exe that installs prerequisites.
Phil Wilson
PhilWilson  Wednesday, August 05, 2009 9:02 PM
hi Phil wilson ,

Thanks for the BMG info ...

can u please let me know any links which states step by step process on how to use BMG ?

This is what am trying to do:
1. Install DB.
2. Install WCF services. [this and the above i can get in a seperate MSI.]
3. Install Silverlight app. [this also am having a seperate MSI.]
4. Run a Custom tool for setting up the bindings.[this i can include in the Silverlight MSi as custom action]

am checking BMG , can helplet know with a Step by step link on using one MSi in to another MSI using BMG...

Thanks
Senthil
http://dotnetcrunch.blogspot.com




MSenthilVel  Thursday, August 06, 2009 5:01 AM
In general you get the ProductCode guids for what you want to install and use that as a basis for building a manifest that will check for that product and install it if it's missing. I don't know much about the details, maybe someone will have a better answer.
Phil Wilson
PhilWilson  Friday, August 07, 2009 12:00 AM

You can use google to search for other answers

Custom Search

More Threads

• Changing the "ComapnyName" installation forlder in Click Once
• How to remove ORCA warning ICE33 ICE82 ICE69 VS 2005 Setup project
• Setup
• How to step into Costom Action
• ClickOnce Specific path for intallation in target machine
• ClickOnce: WindowsInstaller vs. NET 2.0 prerequisite
• This advertised application will not be installed because it might be unsafe. Contact your administrator to change the installation user interface option of the package to basic.
• VSTO Application Deployment Error in CustomAction
• MSI and ClickOnce together
• text change colour??