I'm a bit stuck here, I have a .net 3.5 sp1 application that I want to deploy locally to other machines on my network using ClickOnce.
On installation they get a warning message saying that this application is from an unknown publisher etc.
My boss does not want to buy a verisgn certificate. He just want's it to install and without prompting i.e bypassing security messages.
Is this possible???
Some notes on the Microsoft website suggest changes have been made in this area i.e.
"ClickOnce application publishers can now decide to opt out of signing and hashing the ClickOnce manifests as they see appropriate for their scenarios."
Thanks
Tim