Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
my project is built in .net c# with vs2010 that includes a c++ dll built using clr/cli interface. My c++ dll uses other openssl dll ( including .obj files) as dependency. how do i create windows setup with this project structure. simple adding all the files with right click in folder
like this :

http://stackoverflow.com/questions/19529604/include-file-dependencies-in-setup-project[^]

does not work, i get error that setup falied to start after installing.
Posted
Comments
sreeyush sudhakaran 12-Aug-15 4:43am    
what was your error?
RajneeshSaysHello 12-Aug-15 5:40am    
just 'unable to start program' windows is looking for reason online , additional info about error info is in following file etc etc
Philippe Mori 12-Aug-15 12:54pm    
You have to get the actual error from the installation log... If the error occurs during the installation. If the error occurs while starting the installed program, you have to find which file is missing (or at wrong location, etc). You give so little information that it is difficult to help you.

Since you are using C++, you will need the C++ rumtime to run your application (on another computer).

1 solution

try to link to static version of c runtime and see if that solve the problem
 
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