S
steve
Hi All
I have some application which I install to clients computers using a vb.net
setup and deployment project
For some .net assemblies (not part of the GAC) I want to install them to a
subfolder under my program folder to make the main folder less cluttered
I install them to \DLLs folder as part of the windows installer setup
Some assemblies I have found have to be in the same folder as the
program.exe otherwise I get an error when running the program that it could
not be found.
Others are OK
Is it acceptable to locate them in a subfolder of the main program on the
clients computer or should I put them in the same folder as the .exe?
Regards
Steve
I have some application which I install to clients computers using a vb.net
setup and deployment project
For some .net assemblies (not part of the GAC) I want to install them to a
subfolder under my program folder to make the main folder less cluttered
I install them to \DLLs folder as part of the windows installer setup
Some assemblies I have found have to be in the same folder as the
program.exe otherwise I get an error when running the program that it could
not be found.
Others are OK
Is it acceptable to locate them in a subfolder of the main program on the
clients computer or should I put them in the same folder as the .exe?
Regards
Steve