I'm not sure which kind of replication support you're looking for, but I can say that Packager doesn't support replicated objects -- that is, it doesn't know that it can't drop a particular column because it participates in replication (in this case you'd need to run sp_dropreplcolumn).
Hopefully this addresses your question. If not please let me know.
I guess I wanted to know if packager would script the replicated components (ie publisher dbs etc). So that in the dbs would be created with the replication setup.
Comments
I'm not sure which kind of replication support you're looking for, but I can say that Packager doesn't support replicated objects -- that is, it doesn't know that it can't drop a particular column because it participates in replication (in this case you'd need to run sp_dropreplcolumn).
Hopefully this addresses your question. If not please let me know.
No chance, unfortunately. You would still need to set up the subscriptions and publications manually.