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, PDFs 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 isnt going to be that easy...
The key problem is, I dont want to INSTALL anything on the users PC - I just want to run the executable from the CD. From what I understand right now, this isnt possible with VB.NET. It appears that I must at least load the .NET Framework for my VB application to run on my potential customers computer.
I dont 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 dont want to INSTALL anything on the users PC - I just want to run the executable from the CD. From what I understand right now, this isnt possible with VB.NET. It appears that I must at least load the .NET Framework for my VB application to run on my potential customers computer.
I dont 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