Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!
Hi,
I am trying to package application that is a vb script base installation , do i need to put package detection for this package . Also where do i find best practice documnet for SCCM base packageing module.
Not sure what that script deploys, but detection methods are used to check or ensure that the application is not already installed. If you are deploying this script to computers without any checks, you can skip detection methods. If you want to detect the app presence first and skip the deployment for the computers that already have got this app installed, you must use detection methods.