Results 1 to 4 of 4

Thread: [RESOLVED] how to deploy Self registering dll setup

  1. #1

    Thread Starter
    Addicted Member thiru_rajamani's Avatar
    Join Date
    Aug 2004
    Location
    Chennai,India
    Posts
    214

    Resolved [RESOLVED] how to deploy Self registering dll setup

    Hi all,
    I have a program, which has a dll (self registering) and some forms which are interlinked. This works good from vs2005 .
    Now I need to create a setup file and make it as an application.

    I added a setpwizard project then selected all primary output (here I am not sure what to do). But I failed to succeed.

    How to do this?

    Thanks
    Last edited by thiru_rajamani; Jan 8th, 2008 at 01:03 AM. Reason: RESOLVED
    Thanks
    Raj

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: how to deploy Self registering dll setup

    Check our Deployment FAq at the top of this forum as it has two articles on deploying a .NET app.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3

    Thread Starter
    Addicted Member thiru_rajamani's Avatar
    Join Date
    Aug 2004
    Location
    Chennai,India
    Posts
    214

    Re: how to deploy Self registering dll setup

    Thanks for the link. It is very much useful.

    Now I am able to create setup files from VS.Net by adding a project called setup.

    I have a dll file (Actually it is a self register AddIn) which has to work on another software.

    When I do rebuild from VS the AddIn registers and appears in my CAD software. But after creating setup file, if I run it, it not registers the dll files.

    Any suggestion?
    Thanks
    Raj

  4. #4

    Thread Starter
    Addicted Member thiru_rajamani's Avatar
    Join Date
    Aug 2004
    Location
    Chennai,India
    Posts
    214

    Thumbs up Re: how to deploy Self registering dll setup

    I solved it.

    I thought that it is going to be a critical task. But it is so easy.

    I selected the dll files under setup project in solution explorer. Then in properties window I changed the register property to "vsdrpCOMSelfReg".

    Now the dll is getting registered.

    Thanks for your help.

    Thanks
    Raj

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