jbx Posted November 20, 2012 Report post Posted November 20, 2012 When I create an application (MSI) The setup gives me both install and uninstall strings. Is there any way I can deploy the application and use themboth with conditions? Something like: If App X with version Y is installed, run uninstall, then install. If nothing is installed, run install. If App X with version Z is installed Exit. Thanks! Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted November 21, 2012 Report post Posted November 21, 2012 Out-of-the-box that's only possible with superseding an old version of the application, but the old version needs to exist within ConfigMgr as an application,. Quote Share this post Link to post Share on other sites More sharing options...
jbx Posted November 21, 2012 Report post Posted November 21, 2012 OK, thank you for your answer. I guess you somewhat can solve this by deploying the application/package with a task sequence. Quote Share this post Link to post Share on other sites More sharing options...
Peter van der Woude Posted November 22, 2012 Report post Posted November 22, 2012 Yeah, but then you still need to check if it's installed or not and then uninstall it. An other option is to create your own small detection script. Quote Share this post Link to post Share on other sites More sharing options...