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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. C# ActiveX in CAB

C# ActiveX in CAB

Scheduled Pinned Locked Moved C#
comcsharpquestionhtmlsysadmin
1 Posts 1 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.
  • G Offline
    G Offline
    gnjunge
    wrote on last edited by
    #1

    Hi, Description: I had to create a C# ActiveX to work in IE (without an IIS server, so I can't use the option of showing window forms in IE). My final project output does not only exists out of the C#/ActiveX dll but also some referenced third party dlls (not ActiveX, just .NET). The app works, when I compile it for COM interop and then add the right <object> tag in an html file it works fine. But in order to redistribute the app I need to enter something in the codebase parameter of the object tag. This is a CAB file. Problem: I tried to add a CAB setup project to my solution, but when I compile my project, and the CAB gets build, it only adds the C#/ActiveX dll to my CAB file and NOT the referenced dlls (who don't have to be registered as a COM object but just have to sit in the same directory as the C#/ActiveX dll). Pointers: Can I use some sort of normal setup, an exe file, as codebase? or how do I setup the inf file in the CAB to do what I want? Did anybody else run into this problem? thanks, Gidon

    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