Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > SQL Server express prerequisite conditionally
 

SQL Server express prerequisite conditionally

Hi,

Some day ago I discover the "magic of clickonce deploy"... so, I can install sql server express in my setup project only check an option on prerequisistes for that!

I´d like to create just one setup to install server version, and client version... So, when I install a client version I don´t need to install SQLServer!

Is there a way to make conditionally the sql server express installation when it was checked how a prerequisite??? remember, I want to create only one setup to install both kinds...

I hope my question is clear...

Thanks.
Henrique_Machado  Wednesday, July 08, 2009 2:21 PM
RobinDotNet  Monday, July 13, 2009 5:05 AM

The only way to do that with ClickOnce is to create your own installation package for those prerequisites and have IT handle the selection, then add that installer as a prerequisite to your ClickOnce application by using the Bootstrapper Manifest Generator.

RobinDotNet


Click here to visit my ClickOnce blog!
RobinDotNet  Thursday, July 09, 2009 2:08 AM

Hi RobinDotNet,

I really appreciate you answer, but I´ve never heard about bootstrapper manifest generator! Can you give me some article link, or example especifically about my case to help me?


Thank you very verymuch!

Henrique_Machado  Thursday, July 09, 2009 2:54 PM
RobinDotNet  Monday, July 13, 2009 5:05 AM

You can use google to search for other answers

Custom Search

More Threads

• Changing the Target Extension of an output file
• Why is ClickOnce enforcing me to sign my application when there is a COM object referenced?
• VSTO 2005 Outlook Addin deploy question
• Deploying the application
• Custom SSE settings in Prerequisites
• MSI delete file after install or temporary file
• destributing .NET applications
• ClickOnce .Net 3.0 Framework Prerequisites Does Not Work! Cannot publish because a project failed to build.
• VS2005 - Deployment project including unwanted primary output dependencies
• C# Install Sql Client Dependency