Dll issue while launching the application

Discussion in 'C' started by vikuseth, Aug 14, 2012.

  1. vikuseth

    vikuseth New Member

    Joined:
    Aug 14, 2012
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    I am using one dll in my application for including the functionality provided by that dll . This dll i am getting after installing one msi . But in my application i have a requirement like if the user has not installed that msi then we have to show one warning message(e.g msi has not installed , code for this i have implemented in the main() of my application ) and have to exit from the application .

    But the problem is if the user has not installed the msi , then while launching the application itself its showing one error message since its not able to get the dll and this time control not even coming to my main() where i have written the code for this msi checking (through registry entry).

    Is there any efficient way to resolve this issue ..
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice