Skip to content

Instantly share code, notes, and snippets.

@james-dibble
Last active August 29, 2015 14:07
Show Gist options
  • Save james-dibble/b990e0d918d0a1569fbe to your computer and use it in GitHub Desktop.
Save james-dibble/b990e0d918d0a1569fbe to your computer and use it in GitHub Desktop.
ClickOnce project elements
<PublishUrl>/chocolatey-explorer/</PublishUrl>
<Install>true</Install>
<InstallFrom>Web</InstallFrom>
<UpdateEnabled>true</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<InstallUrl>http://chocolatey-explorer.jdibble.co.uk/</InstallUrl>
<ErrorReportUrl>http://chocolatey-explorer.jdibble.co.uk/</ErrorReportUrl>
<ProductName>Chocolatey Explorer</ProductName>
<PublisherName>James Dibble</PublisherName>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>index.html</WebPage>
<ApplicationRevision>5</ApplicationRevision>
<ApplicationVersion>0.1.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment