N
NeillKD
Guest
After a many-year hiatus from programming I have found the need to create a program for a customer. I am making a marketing-type CD, with demo video, PDF's of specs and manuals, etc. and need a shell program to allow a user to access whatever they need on the CD. I picked up VB.net, sure that I would be able to quickly create what I needed, in spite of the years that have passed. Maybe it isn't going to be that easy...
The key problem is, I don't want to INSTALL anything on the user's PC - I just want to run the executable from the CD. From what I understand right now, this isn't possible with VB.NET. It appears that I must at least load the .NET Framework for my VB application to run on my potential customer's computer.
I don't want to force my customer to load the .NET framework in order to view my advertising. Is there a solution using VB.NET? I have seen many "shell creation" packages around, maybe one of those would be better. Any ideas?
Thanks in advance.
Neill
The key problem is, I don't want to INSTALL anything on the user's PC - I just want to run the executable from the CD. From what I understand right now, this isn't possible with VB.NET. It appears that I must at least load the .NET Framework for my VB application to run on my potential customer's computer.
I don't want to force my customer to load the .NET framework in order to view my advertising. Is there a solution using VB.NET? I have seen many "shell creation" packages around, maybe one of those would be better. Any ideas?
Thanks in advance.
Neill