Working with unzipped project templates
To simplify the testing of project templates during development, unzipped templates are supported. To deploy an unzipped template, copy the project files to the project template location (local or server).
The following file structures for unzipped templates are supported:
MyProject
[MyProject.mdd]
Layout.htm
MyProject.mqd
MiscFiles
MyProjectSample.csv
MySMScript.mrs
OtherFileCopiedByUser.xyz
The unzipped project files must be in a folder that matches the project name. Any folder that contains files, but does not contain template archives (.zip files) or Project_files, is considered an unzipped template. In this case, all files in the project folder are considered part of the template.
See also