Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Update ComPlus Application

Update ComPlus Application

Scheduled Pinned Locked Moved Visual Basic
helpquestionannouncement
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    Werries
    wrote on last edited by
    #1

    Hi there, Is there a way to update a certain dll's components in a ComPlus application via InstallShield or VB code? Any help or hint on this will be appreciated. Regards, Werries A programmer's life is good... or is it?? Ek dink nie so nie!

    D 1 Reply Last reply
    0
    • W Werries

      Hi there, Is there a way to update a certain dll's components in a ComPlus application via InstallShield or VB code? Any help or hint on this will be appreciated. Regards, Werries A programmer's life is good... or is it?? Ek dink nie so nie!

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      If I understand the question, no you can't edit the .DLL. You have to change the code, compile it, then replace the .DLL file with the new one. With InstallShield, you can make a patch installation that will make the necessary changes to the .DLL file, but it needs the original .DLL file and the new one to build the edit patch because the edit will only work on the version of the .DLL file. It's a heck of a lot easier to just unregister and replace the old .DLL file with the new one and re-register.

      Dave Kreskowiak Microsoft MVP - Visual Basic

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups