Adding Custom DeploymentType

Does anyone else sometimes add custom deployment types to PSADT deployment?

I did so recently when I had to update the java trust store for an application. I needed a script to handle the upgrade, but I also needed to include the new trust store in the application deployment. So I created a CertUpgrade deployment type. The CertUpgrade section executes if the deployment type is either Intstall or CertUpgrade.

I was just curious if anyone else does this.

I would just make it part of the install and add detection login to see if the Cert needs to be upgraded or not. keep it simple.

Yeah I have done this with Smart Notebook before. I have one deployment type for just Smart Notebook, and another that has the full suite with the drivers for Smart Boards.