Are you sure the vendor doesn't have nice polite Public properties to set those? aka
AwesomeCoolThing.MSI LICENSEKEY=The-Key SETMYPREFERENCES=Yes if not, for a regkey with an MSI, I'd set those using a Transform, and deploy the msi using the transform... Sherry Kissinger On Thursday, July 10, 2014 8:13 AM, Brian McDonald <[email protected]> wrote: Is this possible. For example, I have a REG key that I need to import to configure specific settings (such as License Activation, etc.) for an Application (MSI installer). I have created a package including the reg key and an application including the MSI. Both are working as expected and when deployed together yield the desired result. However, there is no way to chain an App and PKG (to my knowledge), in CM12. What is the best way to approach this? While I could use the MSI and just create a package, I'd rather take advantage of the new features of the Application feature in CM. Can someone provide some options/suggestions? I'm pretty close here. Thanks! Brian

