Tagged Questions
1
vote
0answers
117 views
Sharepoint 2013 App upgrade issue
I met an annoying problem when i try to upgrade my new version app 1.0.0.1 to my sharepoint 2013 server.
The detail steps I did,
1, Create a development site in sp 2013.
2, Create a sharepoint-host ...
1
vote
0answers
32 views
Deploying with capistrano fails to update js and css files. How to clear cached files?
I'm using capistrano to deploy from localhost to the remote server.
Everytging works fine except one thing: js and css files do not update. Not even one. Not even application.js or application.css is ...
1
vote
1answer
74 views
Click Once - CD Deployment doesn't Update
I am deploying a WPF application using ClickOnce
Initial deployments are planned via CD/DVD so that user can quickly install all the prerequisites and the application, but along with that an website ...
1
vote
3answers
322 views
Java Web Start app fails to update from a shortcut
I have deployed a Java(FX) desktop app using Java Web Start. The updates work fine but only if I run the downloaded JNLP by hand, they do not work from shortcuts installed to desktop and menu.
Here ...
0
votes
1answer
65 views
Is there a web-based software for software/patch distribution system?
I'm looking for a web-based software for software/patch distribution system to deliver patches via web-interface (manual user download). The problem is that I don't know if such tools exist and how ...
1
vote
3answers
273 views
iOS Enterprise Apps: How to roll out updates?
If all the members of an organisation are issued with an iOS (iPhone and iPad) app binary which is signed under the Apple Enterprise Deployment scheme for ad-hoc deployment, how are updates managed? ...
2
votes
1answer
40 views
How to deploy updates to .NET website in cluster
We are operating a corporate web application on a load-balanced cluster that consists of two identical IIS servers talking to a single MSSQL database.
To deploy updates I am using this primitive ...
17
votes
3answers
4k views
Node.js setup for easy deployment and updating
We're currently developing a website (TYPO3 under Apache) for a customer that is supported by a node.js/socket.io application that provides realtime updates to the content served from the CMS.
As ...
3
votes
1answer
1k views
How can I deploy a WordPress site with Git without committing WP core?
I've been researching how to use git for WordPress deployment. Nearly all of the examples have WordPress as a remote repository that is merged into master/feature branch regularly.
I don't want to ...
3
votes
1answer
120 views
ApplicationDeployment.CheckForUpdateAsync Method handling exceptions
I seem to be having an odd issue w/ the ApplicationDeployment.CheckForUpdateAsync Method. I have it, currently, on a timer, that checks the server for an update at a predetermined interval. The ...
0
votes
1answer
57 views
Permissions For Deploying Database Schema Changes
I've got a Python application that connected to Microsoft SQL Server 2000. The application checks for updates on startup and automatically applies them. Soon, it will need to handle database schema ...
13
votes
8answers
5k views
windows automatic software updates
What are some good solutions for handling automatic web based software updates for windows forms projects? I am aware of microsoft one-click, but am not interested in it at this time.