Last active
August 29, 2015 14:07
-
-
Save james-dibble/b990e0d918d0a1569fbe to your computer and use it in GitHub Desktop.
ClickOnce project elements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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