-
Jul 11th, 2024, 01:02 AM
#1
Thread Starter
New Member
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
-
Jul 11th, 2024, 03:12 AM
#2
Re: VB.NET installer trusted
Thread moved to Application Deployment from VB.NET.
-
Jul 12th, 2024, 07:30 AM
#3
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!
ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·
-
Jul 12th, 2024, 10:08 PM
#4
Thread Starter
New Member
Re: VB.NET installer trusted
Originally Posted by sapator
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|