You can specify an install class when creating an addon:
Admin CP -> Development -> Create Add-on
But then you need to write the code to create the profile field. You can use that controller code for reference. Basically you need to call on the datawriter, set the field values, pass those values to the datawriter, and save the changes. The controller from my previous post is a good example to follow.