Difference between revisions of "Adminstudio Notes"
Jump to navigation
Jump to search
m (New page: ==Day 1==) |
m |
||
Line 1: | Line 1: | ||
==Day 1== | ==Day 1== | ||
+ | |||
+ | '''Chapter 2 - Storage Structure (pg 29-30)''' | ||
+ | |||
+ | C:\My Storage Structure\AppName_AppVer_OS_LANG | ||
+ | |||
+ | ~\AppName_AppVer_OS_LANG\1_LegacyInstallation | ||
+ | * contains copy of original installation program | ||
+ | |||
+ | ~\AppName_AppVer_OS_LANG\2_Documentation | ||
+ | * documentation of project: request, process, notes, etc | ||
+ | |||
+ | ~\AppName_AppVer_OS_LANG\3_RepackagerAndSourcefiles | ||
+ | * contains files captured by Repackager | ||
+ | |||
+ | ~\AppName_AppVer_OS_LANG\4_ProjectFiles | ||
+ | * contains files edited/created by Installshield Editor | ||
+ | |||
+ | ~\AppName_AppVer_OS_LANG\5_CompeletedMSI | ||
+ | |||
+ | ---- | ||
+ | * Map C:\My Storage Structure\ and C:\Program Files\Macromedia\AdminStudio\8.5\ on virtual machine | ||
+ | ---- | ||
+ | * Add C:\Program Files\Macromedia\AdminStudio\8.5\Common to PATH of virtual machine (for repackager to work) | ||
+ | ---- | ||
+ | * C:\AdminStudio Shared\isrepackager.ini -> Default exlusions | ||
+ | ---- | ||
+ | |||
+ | '''Chapter 4 - Repackager (pg 58)''' | ||
+ | |||
+ | Best Practices | ||
+ | * Run repackager over the network (from a share), not locally | ||
+ | * Repackage on a clean image | ||
+ | * Exit all applications before repackaging | ||
+ | * Best to use Installation monitoring process | ||
+ | ---- |
Revision as of 15:22, 19 May 2008
Day 1
Chapter 2 - Storage Structure (pg 29-30)
C:\My Storage Structure\AppName_AppVer_OS_LANG
~\AppName_AppVer_OS_LANG\1_LegacyInstallation
- contains copy of original installation program
~\AppName_AppVer_OS_LANG\2_Documentation
- documentation of project: request, process, notes, etc
~\AppName_AppVer_OS_LANG\3_RepackagerAndSourcefiles
- contains files captured by Repackager
~\AppName_AppVer_OS_LANG\4_ProjectFiles
- contains files edited/created by Installshield Editor
~\AppName_AppVer_OS_LANG\5_CompeletedMSI
- Map C:\My Storage Structure\ and C:\Program Files\Macromedia\AdminStudio\8.5\ on virtual machine
- Add C:\Program Files\Macromedia\AdminStudio\8.5\Common to PATH of virtual machine (for repackager to work)
- C:\AdminStudio Shared\isrepackager.ini -> Default exlusions
Chapter 4 - Repackager (pg 58)
Best Practices
- Run repackager over the network (from a share), not locally
- Repackage on a clean image
- Exit all applications before repackaging
- Best to use Installation monitoring process