Click here to Skip to main content
15,890,123 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Can you help me create a custom setup with silent Installation of prerequisites(.net Framework 4.6.1 & SQL Compact edition 4.1)  

I want to create setup of windows application in the Visual studio 2015

1) EXE of the appilication

2) Add two prerequisites(.net Framework 4.6.1 & SQL Compact edition 4.1)  


Prerequisites must be installed as silently or behind the main setup(exe) installations


What I have tried:

I have tried to use a default setup in VS2015 and add default prerequisites for Framework 4.6.1 and create a custom bootstrapper package for SQL Compact edition 4.1
Posted
Updated 10-Nov-19 20:45pm

1 solution

Maybe this will be helpful, although it is about SQL Compact 3.5:
Creating a Private Installation for SQL Compact[^]

If you have a normal .NET application, it should detect the missing .NET framework version automatically and ask for installation. This will require internet access though ...

Another good Inno Setup installer project for prerequisites is: GitHub - domgho/innodependencyinstaller: Modular InnoSetup Dependency Installer[^]
The scripting language is Pascal however.
 
Share this answer
 
v3

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