Answered Setup and deployment in .net c sharp

  • Thursday, May 17, 2012 7:19 AM
     
     

     I am using sum prerequisities in my setup project. but when i am installing this using .exe file it gives and error that

    "An error occurred while downloading a required file. You may retry download  the file or cancel setup."

    but it install the .msi file easily, but my .msi file it install only the main setup not prerequisities i have added.

    what should i do can anyone please help me.

All Replies

  • Thursday, May 17, 2012 12:33 PM
     
     Answered

    Hi

    if you are using custom prerequisite then you should try adding exit code in your bootstrapper package,

    and when your Download failed in prerequisite you can just return that exit code from your custom Prerequisite exe.

    


    Best Regards Sanjay Pant [Metadesign Solutions]

  • Friday, May 18, 2012 8:39 AM
    Moderator
     
     

    Hi Honey,

    Is there any customer bootstrapper in the setup project?

    Is there any network issue when you run the installation?

    Could you please post the details of the error?

    Best Regards,


    Bob Wu [MSFT]
    MSDN Community Support | Feedback to us