C
Craig Grell
I am trying to deploy an application using ClickOnce
The website appears to be correct. The user can open it in thier browser and
click on the install button
The user receives the Application Install - Security Warning prompt and can
click Install or Dont Install
The user clicks Install
The app appears to be installing
The user then receives a second Application Install - Security Warning
prompt and can click Install or Dont Install
If the user clicks Dont Install then a security exception happens
('System.Security.Policy.PolicyException')
The Start Menu Icon was created
The user can then click on the Start Menu Icon
The user receives the Application Install - Security Warning prompt and can
click Install or Dont Install
If the User Click Install the application will then run
The user will then never be propmted again.
How can I remove the second Install prompt?
Thank you
The website appears to be correct. The user can open it in thier browser and
click on the install button
The user receives the Application Install - Security Warning prompt and can
click Install or Dont Install
The user clicks Install
The app appears to be installing
The user then receives a second Application Install - Security Warning
prompt and can click Install or Dont Install
If the user clicks Dont Install then a security exception happens
('System.Security.Policy.PolicyException')
The Start Menu Icon was created
The user can then click on the Start Menu Icon
The user receives the Application Install - Security Warning prompt and can
click Install or Dont Install
If the User Click Install the application will then run
The user will then never be propmted again.
How can I remove the second Install prompt?
Thank you