Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everyone,

I am stuck in some problem need any suggestion.
Actually I am develop a windows application in .Net 4.5, now I want to create a setup of that windows application, I use VS 2012 and I want that .Net framework 4.5, SqlExpress setup file include with in the setup so client doesn't required internet connection while installing application setup.
So guys if you have any suggestion or sample example than let me know.

Thanks in Advance

What I have tried:

I have try Installshield software, and .net setup create but unable to achieve the desire re4sult.
Posted
Updated 18-Mar-16 22:40pm
Comments
Philippe Mori 19-Mar-16 12:00pm    
Generally, I won't recommend that... You don't want your users to have a huge download if their systems is already up-to-date.

It is not that hard for a user to install prerequisites and if there are not able, then you can charge them to do the installation...

1 solution

See my tip for an Inno Setup example with SQL Server Express:
Inno Setup Script to Install SQL Server 2008 R2 with Tools[^]

I would not recommend adding the .NET framework to your setup, but if you must
two types of redistributable installations for framework 4.5 are available:

1. Web installer (requires internet connection)
2. Offline installer

These can be found on:
Installing the .NET Framework[^]

I would not recommend using the offline installer however, the web installer seems to do a better job to install missing parts.
 
Share this answer
 

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