|
Creating the Self Extracting Zip
A self extracting zip file makes the document set more portable.
- Stage the product using dynadoc_prepare.php or dynadoc_stage.php.
- Navigate to the DynaDoc stage folder.
- Select the product and "required" folders.
- Right click on the document folder and select 7-Zip->Add to Archive.
- Set the Archive name to the product folder name. If working with a VITAL document, the product folder name should be preceded by an "_" because the script is automatically generated and named _productName.
- Select 7z as the Archive Format.
- Select the Create SFX archive setting.
- Click on the Okay button to create the zip exe file.
- Run dynadoc_zip.php using the Zip button.
- Copy the zip file from stage/ to the project's zip/ folder.
Verify the zip file works.
|