Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
Hello All,
I have One solution that have 2 projects, in that projects one control library(Dll's), And one WPF Application (Exe files).
CSS
Basically if I have create  setup like so:

C:\Program Files\MyApp\Dll\ClassLibrary1.dll(All Dlls)
C:\Program Files\MyApp\MyTool.exe(All exe's)
etc


MyTool.exe also use the ClassLibrary1.dll .

When i make the setup the Tools folder also have the ClassLibrary1.dll by default, how to remove it.If i move manually(To Dll folder) the MyTool.exe not work .. how to solve the issue .

Attaching a link to sample project :- https://skydrive.live.com/redir?resid=D54B0993343A8868!140&authkey=!ANBzfyR5uxc4ZtU[^]

with regards ,
jophy
Posted
Updated 13-Jul-12 0:12am
v2
Comments
[no name] 13-Jul-12 7:35am    
You will have a hard time finding someone that will download a project from an untrusted source to answer a question that has already been answered.
jophyjob 13-Jul-12 8:30am    
what ???
Sergey Alexandrovich Kryukov 13-Jul-12 20:01pm    
Aha. Meaning, nobody will click on your link.
--SA
[no name] 13-Jul-12 22:55pm    
http://www.codeproject.com/Answers/419017/cannot-run-the-wpf-application-after-installing#answer2

1 solution

Please see my past answer:
Forcing project to load DLL's from the current directory[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900