Click here to Skip to main content
15,885,952 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I have a program written in Visual Basic .NET that uses an Oracle database and .NET - how would I create a set-up program to install the required components on a machine that does not already have then installed

Was: "IHAVE PROGRAMME THAT WORK IN VISUAL BASIC.NET WITH ORACLE DATABASE IWANT TAKE THIS PROGRAMME WORK IN ANOTHER DEVICE NOT FOUND IN IT ORACLE AND VB.NET"
Posted
Updated 20-Oct-14 5:31am
v2
Comments
Sergey Alexandrovich Kryukov 20-Oct-14 11:24am    
Not clear. Please don't shout.
—SA
Sergey Alexandrovich Kryukov 20-Oct-14 11:47am    
Why would you need Visual Basic? The compiler always come with .NET Framework (redistributable), but I bet your code doesn't use it.
—SA

1 solution

Please see my comment to the question. I bet your application, even if it is written in VB.NET, is not using VB.NET. Rather, I would suspect you don't understand the role of compiler, build, .NET, OS, libraries… In all cases, there is no a situation where you might need or want to install VB.NET — is comes as a part of (freely redistributable) .NET framework.

Installation of Oracle with your product is possible (address to the original Oracle documentation), but probably the best way is just to claim it as a prerequisite to your product. Oracle is a commercial product, so you would need a complicated licensing schema. At the same time, part of your customers will have their own licenses and would want to use them.

—SA
 
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