How to remove dependency while creating setup of application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vijay
    New Member
    • Aug 2006
    • 31

    How to remove dependency while creating setup of application

    HI all,
    I have done a C#.net windows application and used Microsoft Excel 11.0 object library.My problem is while creating setup of my project it include Excel.exe which has big size.But client machine already have excel.so how i can remove Excel.exe while creating setup.
    pls help me out
  • Sandeep akhare
    New Member
    • May 2006
    • 29

    #2
    Hi
    i think you can't do that if user wants to run the your application exe then Exception will occure and also you will have to specify that client will have add Excel.exe as reference to your application .........
    Are you integrating the your application with another having Excel.exe then it is OK you can remove Excel.exe

    Comment

    Working...