|
-
Dec 5th, 2007, 12:21 PM
#1
Thread Starter
Member
[2005] Deploy new application.
I have finish my first VB.NET Windows project with Access DB and it is sitting on a server.
It was published on the same server on a different directory.
Everything works fine when running the setup file on the server.
My question is, can I take the publish files and install them on each users desktop and then run the setup file?
Will this give them access to the project on the server?
Being my first project I'm not to familiar with publishing.
Thanks for your help,
Pierre
-
Dec 5th, 2007, 01:41 PM
#2
Re: [2005] Deploy new application.
If each workstation has the framework and all dependency files loaded on it, they should be able to run the exe from a server.
-
Dec 5th, 2007, 01:44 PM
#3
Re: [2005] Deploy new application.
Strangely.... that's not quite 100% true... to run .NET apps off of a network share requires updating the manifest giving the app permissions to be run off the network... there's been several discusions here about that. Search for caspol, .NET and network.
-tg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|