we are working on an web application, that requires 2 additional 3rd party drivers to work, since the drivers are for our application, does it matter where on the client machine we place the extra files? or do we have to insure that they are installed /
placed in a drivers folder on the machine?
thanks..
Intermediate ASP.net User, Using VS2008/VS2010 with C# and SQL2005, SQL2008, Silverlight 3
---------------------
Mark as Answered if it helped
I would say that they need to be installed and not just placed on the computer. Installing them probably places entries in the registry which are required for that driver.
Participant
1471 Points
2669 Posts
Setup and deployment project questions
Oct 24, 2013 03:55 PM|cubangt|LINK
we are working on an web application, that requires 2 additional 3rd party drivers to work, since the drivers are for our application, does it matter where on the client machine we place the extra files? or do we have to insure that they are installed / placed in a drivers folder on the machine?
thanks..
---------------------
Mark as Answered if it helped
Participant
1001 Points
417 Posts
Re: Setup and deployment project questions
Oct 24, 2013 04:03 PM|stockcer|LINK
I would say that they need to be installed and not just placed on the computer. Installing them probably places entries in the registry which are required for that driver.
James River Webs, Inc.
Member
680 Points
279 Posts
Re: Setup and deployment project questions
Oct 27, 2013 01:51 AM|Tear09|LINK
Hi,
What 3rd drivers that should installed on the client machine, I think that is not the good way to install anything on the client machine.
I think it is only a web application, all requirements should in the server instead of the client.
Thanks