MSI (s) (9C:90) : Component: __WINZIP32.EXE66; Installed: Null; Request:
Local; Action: Local
MSI (s) (9C:90) : Component: __WZ.COM65; Installed: Null; Request: Local;
Action: Local
MSI (s) (9C:90) : Component: WINZIP32.EXE; Installed: Local; Request:
Local; Action: Local
MSI (s) (9C:90) : Component: WZ.COM; Installed: Local; Request: Local;
Action: Local
I'm wondering what the "__<Component>" means. The components with the "__"
are not my winzip.msi. __Winzip32.exe66 looks very much like Winzip32.exe
which is indeed in the MSI package. But the "Installed" property is not the
same. Confusing!
TIA,
Gerben
Did you do this with Orca?
--
Stefan Krueger
Microsoft Windows Installer MVP
Please post your questions in the newsgroup or vist one of these web sites:
Windows Installer FAQ
http://www.msifaq.com - http://www.msifaq.de
InstallSite - Resources for Setup Developers
http://www.installsite.org
http://www.installsite.de (GERMAN)
I always found that log entries for __<Components> are created for exactly
those components containing MSI entry points (e.g. MSI-shortcuts; extension
or class registrations). The names of the "dummy" components seem to be
built based on the original component using a "__" prefix and a postfix with
a number starting at 65. (so if the log file refers to __WINZIP32.EXE66, I
am sure that there IS a component named WINZIP32.EXE containing MSI entry
points - in this case probably a shortcut and extensions/verbs).
Using the idea of dummy __components = sub-components for those resources
of a real component being MSI entry points always appeared reasonable to me
and consistent with my log files, BUT:
Unfortunately, I could not find any official MS source or developer
confirming the relation to MSI entry points, so I may completely be wrong.
Josef Hemker
MCSE
"Stefan Krueger [MVP]" <ms0...@nwsgrp.REMOVETHIS.installsite.net> schrieb im
Newsbeitrag news:u#EZEd0gD...@tk2msftngp13.phx.gbl...
"JKHemker" <josef....@onlinehome.de> wrote in message
news:bkuh5q$2dr$1...@online.de...