I made MY_PROP "optional" by adding MY_PROP to parent installer's "Install Parameters" and set it 0.
In the MSM I made the condition check MY_PROP.[guid] = "0" so NOT having it on the command line will run the CA by default, passing in MY_PROP=1 will cause it to be skipped.
Also worth mentioning ...