Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

Hi, i want to make my application installation easy and intutive.
so i am trying to add "VC ++2008 runtime" to my application installation required components, but i can't find a way to add it.

someone knows how to achive this?
if not, maybe another installation system other then default MSI may help me solve this issue?

Thank you.


More in depth : the application needs VC ++ 2008 because i am using sql compact 4.0.

Solution : instead of trying to add VC++2008, we can use the sql compact 4.0 component in the required component list.


Hope it helps.
Posted
Updated 8-Dec-13 23:16pm
v2
Comments
BulletVictim 5-Dec-13 7:08am    
Have you taken a look at NSIS as an installation system?
Does it need to be Visual C++2008? can your application run with newer versions?
Ziee-M 5-Dec-13 7:18am    
i tried VC++2010 dident work! i will try the NSIS, hope it fixes my issue.

1 solution

here is the solution to add required component with the project.
Add your own (custom) prerequisite to "ClickOnce" application[^]
works for windows installer and Click once.

this solution work fine for VS 2010, check the coments to find out how.

Hope it helps.
 
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