Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You created a <a href="http://msdn.microsoft.com/en-us/library/31kztyey.aspx" rel="nofollow noreferrer">ClickOnce installation</a>. You probably wanted to create a standard <a href="http://msdn.microsoft.com/en-us/library/19x10e5c.aspx" rel="nofollow noreferrer">Setup Project.</a> IIRC, there was some issue with this type of project in Visual Studio 2010, as in the project type is being depreciated, but I can't seem to find anything about that now. </p> <p>Other alternatives are using <a href="http://wix.sourceforge.net/" rel="nofollow noreferrer">WiX</a> or the limited edition of <a href="http://blogs.msdn.com/b/deployment_technologies/archive/2010/04/20/installshield-limited-edition-is-available-for-download-in-visual-studio-2010.aspx" rel="nofollow noreferrer">InstallShield</a>.</p> <p>Oddly enough, the ClickOnce installer is pretty good, assuming you have the infrastructure to support it (a spot on the web where you place updates) and don't mind the nonstandard behavior (that weird dialog on start). Frankly, installer technologies right now in the .NET world suck. They're all extremely complicated and fail to insulate the developer from the intricacies of how installers work with Windows.</p> <hr> <p>To turn off ClickOnce, IIRC, do the following:</p> <ul> <li>Uncheck "Sign the ClickOnce manifests" on the Signing tab</li> </ul> <p><img src="https://i.stack.imgur.com/WWrJw.png" alt="Manifests"></p> <ul> <li>Uncheck "Enable ClickOnce security settings" from the security tab</li> </ul> <p><img src="https://i.stack.imgur.com/SBFPN.png" alt="Security settings"></p> <ul> <li>remove any references to "System.Deployment" from your projects</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload