Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Clickonce updates
 

Clickonce updates

I amrunning cruisecontrol to call msbuild so I can have it auto publish my project. However whenever cruisecontrol publishes the project the application does not recognize their is an update. Works good through the IDE. What exactly is the ClickOnce component searching for when it checks for an update? I feel it has to do with the versioning but I'm not quite sure. Any help would be appreciated, thanks.

Code Block

CruiseControl


<msbuild>
<executable>c:\Windows\Microsoft.NET\Framework\v2.0.50727\MSBuild.exe</executable>
<workingDirectory>D:\Builds\Release\DRMS\Trunk\DRMS</workingDirectory>
<projectFile>DRMS.sln</projectFile>
<buildArgs>/p:Configuration=Release /p:UpdateEnabled=True /p:BootstrapperEnabled="True" /p:PublishDir=\\isg\risk$\PortfolioSystems\Applications\DRMS\ /p:InstallUrl=\\isg\risk$\PortfolioSystems\Applications\DRMS\ /p:PublisherName="Ziff Brothers Investments" /p:ProductName=DRMS /p:ManifestKeyFile=\\isg\risk$\PortfolioSystems\Applications\ClickOnceCertificate.pfx /p:ManifestCertificateThumbprint=FA0DC69B35117DFC4533DCE4F0CE86906408AF38</buildArgs>
<targets>Publish</targets>
<logger>D:\CruiseControl.NET\server\Rodemeyer.MsBuildToCCNet.dll</logger>
</msbuild>


TheVillain9  Tuesday, October 16, 2007 9:12 PM
Works good through the IDE. What exactly is the ClickOnce component searching for when it checks for an update? I feel it has to do with the versioning but I'm not quite sure

1. ClickOnce check the version that you set in manifest file
2. ClickOnce use hash to determine whether a particular dll is latest or not..

Michael Sync  Wednesday, October 17, 2007 5:40 AM

You can use google to search for other answers

Custom Search

More Threads

• ClickOnce: Reference in the manifest does not match the identity of the downloaded assembly Office.dll
• Publish or Deploy a project on a local machine for local use only
• How to uninstall a ClickOnce application silently?
• Howto make MSI installer set local policy.
• Including Files in my ClickOnce Application
• add some files and folder
• managed and unmanaged deployment
• WebService Installation Failed
• How to read msi file
• Preventing direct access to app.config in a ClickOnce deployed application