Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Microsoft Best Practices on Packaging

Updated: 11 Mar 2009 | 2 comments
R-Vijay's picture
0 0 Votes
Login to vote

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:
    1. Keypath resource matches a resource in previous .MSI list
    2. Match component layout of previous .MSI
    3. 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.

Comments

Joel Smith's picture
16
Oct
2007
0 Votes 0
Login to vote

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

R-Vijay's picture
16
Oct
2007
0 Votes 0
Login to vote

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