2
votes

i have created a module for sitecore, i made some changes in sitecore application folder and some
are added new, so now i want to create package for this module, i create packge using package designer wizard for items & templates in sitecore but now i want to add my customized code in
the package. can anyone suggest me how to create package for this module. Thanks in advance.

i also read this blog:

http://www.sitecore.net/Learn/Blogs/Technical-Blogs/Trevor-Campbell/Posts/2013/02/28-Days-of-Sitecore-Rocks-Package-Creation.aspx
1
You can also create a package using Sitecore Courier module - github.com/adoprog/Sitecore-Courier. Just put all the items & files into one folder and run the tool. - Alexander Doroshenko

1 Answers

6
votes

You add the files from the same Package Designer application as the Items.

From the Ribbon, Select Files Dynamically or (more likely) Files Statically and then select the files you want to add to the package.

You can then generate the zip as normal.

Sitecore Add Files to Package