Microsoft Best Practices on Packaging
Updated: 11 Mar 2009 | 2 comments
Here are a few tips I picked up from Microsoft about how to "color inside the lines" when using any tool (including Wise Package Studio) to create an MSI. Hope these help.
- Match components in previous versions of the MSI:
- Keypath resource matches a resource in previous .MSI list
- Match component layout of previous .MSI
- Set component key to match previous version.
- Add all executable files to their own components
- Create new component for the resource
- Add all .TLB files to their own components
- Group matching .HLP and .CNT files together
- Group matching .CHM and .CHI files together
- Put registry keys associated with files or components in matching components.
- Put current user registry keys in their own component
- Put non-current user registry keys in their own component.
- Group all non-executable files to their own component
- Name new non-advertised shortcuts by destination directory.
- Group non-key path resources by resource type
- Create new components for resources not matching other criteria.
- Set component key to table name of key path or the first resource.
blog entry Filed Under:
The Endpoint Management Community Blog is the perfect place to share short, timely insights including product tips, news and other information relevant to the Endpoint Management community. Any authenticated Connect member can contribute to this blog.
Comments
A Best Practices Guide?
Vijay,
Have you considered creating a quick guide (article) on how to do these things within Wise? For someone like me who has little experience with Packaging it would be very useful as a Best Practices reference.
Regards,
Joel Smith
Altiris Support
Principle Support Engineer
Joel Smith
Symantec Services Group (SSE)
Sr. Principal Support Engineer
Article on Microsoft Best Practices
Hi Joel,
It's really nice that, you have put up this point here. I will surely work on the document and share it with you as early as possible.
Thanks for your comments.
Cheers'
VIjay
Microsoft MVP [Setup-Deploy]
Weblog: www.msigeek.com
Would you like to reply?
Login or Register to post your comment.