Re: VB.NET installer trusted
Thread moved to Application Deployment from VB.NET.
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!
Re: VB.NET installer trusted
Quote:
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?