Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear friends,
I have done application in VS.Net 2010 and when preparing the One Click Setup, I have an external "msi" to be installed.
Then how to add this "msi" to my setup pre-requested msi?
My application is C# with SQL server.
Posted

1 solution

Try reading this[^].

But, if you're thinking of installing SQL Server from inside a ClickOnce package, DON'T! Install SQL Server separate from your application. Depending on your clients, you may not even need to install SQL Server at all.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900