Click here to Skip to main content
15,878,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have designed a software application and a custom installer using vb.net. Now when I run the Setup.exe(Custom Installer) in the user system- It shows "Application failed to initialize properly CxC0000135". I know its the need for .net Framework in the system. Now currencty the solution is : installing the framework and then running setup. It is ofcourse not a user friendly way of installation. .. Any solution to make it an easy installer for the user?
Posted

1 solution

Yeah, don't use C# or VB.NET to write the Setup.exe wrapper, or any other managed code language. Use C/C++.
 
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