I have a VB6 app that is like an electronic textbook. It displays .rtf files with the text, allows uses to imput parameters and then shows graphs of calculated values, displays reports and offers help files. It uses several third-party components for the graphing and an Access db to store default calculation values.

I currently use Setup Factory 5.0 to install the app along with the necessary dlls. I now have a customer that wants to use the app across his network to avoid installation on each of his pcs.

How can I make this app able to run across the network? (ie. Store all the files on the server but execute the app from the clients?)