> I am looking for a little feedback/guidance in regards to managing > applications that update frequently, using the new App model.
I create a new application for each new version. For example, when a new version of Firefox comes out, I copy the source files for the previous version and replace what needs replacing to accommodate the new installer. In SCCM I copy the application for the previous version and edit the copy, changing anything that needs changing -- version number, source directory, detection methods, &c. I include the version number in the application name, but I leave it out of the display name for the Application Catalog. I make the new version supersede the old version. I delete deployments for the old version and deploy the new version. I update any task sequences that were installing the old version to install the new version (I can imagine this would suck if you had more than a few task sequences that install applications). Your specific example of Google Chrome is actually an exception for me. Chrome's auto-updating works so well that I don't bother making a new application for it unless I don't have anything else to do. I don't even know what the current version of Chrome is these days, and the MSI version number does not match the browser version number anyway. In contrast, I can probably rattle off the current versions of Firefox, Flash, Java, and Adobe Reader without looking. These are the applications I package the most. William

