Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Advertisement Settings in Wise Package Studio

Updated: 14 Aug 2007 | 2 comments
WiseUser's picture
+1 1 Vote
Login to vote

For those of you working with Wise Package Studio's advertising functionality, here are a few guidelines to live by.

Advertising Settings in Wise Package Studio

Select one of the "scan" options if you want Windows Installer Editor to inspect your computer's registry and the files in the installation and automatically add Windows Installer advertising information for the files that you add to your installation.

Various options can be set in windows installer -> edit -> Preferences ...

  • Do not scan advertising information: Select this when you want to use self-registration for components that support it. Windows Installer Editor will not scan files or the registry.
  • Scan advertising information into registry keys: Add advertising information to the installation as registry keys only; do not create entries in advertising tables. This results in an installation that does not support advertising through COM.
  • Scan advertising information into advertising tables: Place registry entries that are considered to be advertising information into advertising tables. Create registry entries for any information that cannot be placed in the advertising tables. This results in an installation that supports advertising. For all keys that can be placed into advertising tables. For all other information that cannot be placed into the advertising tables, create registry keys.
  • Scan advertising into both advertising tables and registry: Place registry entries that are considered to be advertising information into advertising tables AND into registry keys. This way, all advertising information is included in the installation; none is lost.

Comments

Harsh Mokal's picture
20
Sep
2007
1 Vote +1
Login to vote

Advertise tables

Following are the advertise tables
Classes
Filename Extensions
ProgIDs
Shell Verbs
Remote Server AppIDs
MIME types
Typelibs
Now these tables are responsible to store the advertise information. While setup capture there may be chances that same information which are in advertise table get copied to registry table. And this leads to redundancy in package and MSI tables. If validated can see the ICE33 warnings.

ICE33 validates that the all the entries in the Registry table belong in that table. It issues a warning for each Registry table entry that should be moved and suggests the appropriate table.

So above mentioned technique about Advertisement Settings in Wise Package Studio if used efficently
that will turn with less number of ICE33 warnings.

Regards
Harsh

rbrucelee1978's picture
16
Mar
2009
1 Vote +1
Login to vote

Advertising Tables

You forgot the Shortcut Table