Most people don't sign help packages. They just ship & install the .mshc file and that get's indexed at install time (as recommended by MS). Signing means you can install silently. If you are going to sign your help then the .mshc help file needs to be put inside a .cab file. And the .cab file signed. Microsoft .cab packages contain a .mshc & a .mshi index file. By including an Index your help does not need to be ripped (index) at install time. Fast install. The index is easy to find and include:
If you don't use mshcMigrate, just grab the .mshi index file (from the help data store) and add the .mshc and .mshi to a .cab file. It's import that the .cab, .mshc and .mshi (if included) all have the same base file name. Otherwise install will fail. Note #1: Whenever mshcMigrate Migrate/Update commands run they create a .cab file of the same name. It places into the .cab file the .mshc help file and an index (.mshi) file if one exists with the same name (in the same folder as the .mshc/.cab etc). |