Results 1 to 4 of 4

Thread: VB.NET installer trusted

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2024
    Posts
    13

    VB.NET installer trusted

    Hi,

    How do I add a SSL certificate to my installer in VS so that when I'm installing it, it doesn't come up that it is not trusted.

    I can't seem to find any information on this?

    I have got the certificate, just need to add it to the installer?

    Thanks in advance.

    Spixol

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,693

    Re: VB.NET installer trusted

    Thread moved to Application Deployment from VB.NET.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,684

    Re: VB.NET installer trusted

    Depends.
    If it's a clickonce , right click on your project --> properties --> security
    If you just need the certificate (haven't tested) project --> properties --> Signing
    You might come in some issues if this app is git shared. I had to go around the clock switching certificates on a shared app as every one had different certs and every one was on different location worldwide. Such a joy!
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  4. #4

    Thread Starter
    New Member
    Join Date
    Apr 2024
    Posts
    13

    Re: VB.NET installer trusted

    Quote Originally Posted by sapator View Post
    Depends.
    If it's a clickonce , right click on your project --> properties --> security
    If you just need the certificate (haven't tested) project --> properties --> Signing
    You might come in some issues if this app is git shared. I had to go around the clock switching certificates on a shared app as every one had different certs and every one was on different location worldwide. Such a joy!
    I am using Windows Forms and it doesn't have the security tab nor the signing tab. Is there another way to do it?

Tags for this Thread

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