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. Register Wiaaut.dll

Register Wiaaut.dll

Scheduled Pinned Locked Moved Visual Basic
question
6 Posts 3 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.
  • I Offline
    I Offline
    ivo75
    wrote on last edited by
    #1

    Hi I use wiaaut.dll to scan, but in some PC it's not work because it not register in PC. How I register this dll programatically and only one time?

    D Y 2 Replies Last reply
    0
    • I ivo75

      Hi I use wiaaut.dll to scan, but in some PC it's not work because it not register in PC. How I register this dll programatically and only one time?

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

      You don't do it from your app code. This is a problem that's easily solved at install-time. Create an installer for your app, add the .DLL to it and the installer will register it for you.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak

      I 1 Reply Last reply
      0
      • D Dave Kreskowiak

        You don't do it from your app code. This is a problem that's easily solved at install-time. Create an installer for your app, add the .DLL to it and the installer will register it for you.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak

        I Offline
        I Offline
        ivo75
        wrote on last edited by
        #3

        I use Smart Install Maker, are this installer make this? Are this dll is ActiveX, because in this installer have a ActiveX section

        D 1 Reply Last reply
        0
        • I ivo75

          I use Smart Install Maker, are this installer make this? Are this dll is ActiveX, because in this installer have a ActiveX section

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

          Never heard of it. I have no idea. .NET cannot target building a true ActiveX component. You've built a COM-exposed library. I have no idea if Smart Install Maker handles .NET assemblies properly and regsiters them. You'll have to contact the people that make Smart Install Maker for that.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak

          I 1 Reply Last reply
          0
          • D Dave Kreskowiak

            Never heard of it. I have no idea. .NET cannot target building a true ActiveX component. You've built a COM-exposed library. I have no idea if Smart Install Maker handles .NET assemblies properly and regsiters them. You'll have to contact the people that make Smart Install Maker for that.

            A guide to posting questions on CodeProject[^]
            Dave Kreskowiak

            I Offline
            I Offline
            ivo75
            wrote on last edited by
            #5

            Yes Smart Install Maker register Wiaaut.dll and it work perfect :). THANKS

            1 Reply Last reply
            0
            • I ivo75

              Hi I use wiaaut.dll to scan, but in some PC it's not work because it not register in PC. How I register this dll programatically and only one time?

              Y Offline
              Y Offline
              YuanJianzhong
              wrote on last edited by
              #6

              Shell "regsvr32 /s c:\windows\system32\Wiaaut.dll"

              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