Creating .unityPackage from within Visual Studio

Hi, I was wondering whether there is any command-line options or integration with unity that will enable me to create a .unityPackage file directly from Visual Studio. I know I can open unity and transfer all the files across and do it that way but what I'm trying to achieve is to be able to automatically create the unity package and add it to my visual studio deployment project. This way users can install using the .exe and it will copy the unityPackage to the appropriate folder.

Thanks Leo

Sorry but I don’t think that you can do that, I would just stick with dragging the files across.