Results 1 to 8 of 8

Thread: innosetup uninstalling common dll's while their still in use by visual st (Resolved)

Threaded View

  1. #1

    Thread Starter
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    innosetup uninstalling common dll's while their still in use by visual st (Resolved)

    I've recently started using Inno Setup to deploy my VB applications and I've noticed a bit of an issue I'm hoping someone can help me with. I'm selecting the option that has Inno Setup create an automatic uninstaller and that seems to work fine in most cases but...

    If I then run the set up on a system that has visual studio, then use the un-installation option that got created, it removes any common dll's that were part of the installation (assuming they're referenced by another installation of course). The next time I open visual studio it gives me a series of error messages complaining that the components are missing. I guess that inno setup doesn't recognise that VS itself references those dlls so it thinks they're finished with. Is there anyway I can stop it from removing those components?
    Last edited by FunkyDexter; Sep 8th, 2005 at 03:52 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width