B
Brindha Ramakrishnan
Hi,
I have generated an msi log file using /L*v switch and i find number of
components that starts with the prefix "__" and ends with "65". For eg., for
a component, say abc.dll there is a corresponding __abc.dll65 component for
which the "Installed" state is Null and "Request" and "Action" are set to
Local. Here's the portion of the log file where these entries are present:
MSI (s) (18:34): Component: __viewit_shortcut65; Installed: Null; Request:
Local; Action: Local
MSI (s) (18:34): Component: __product_shortcut65; Installed: Null; Request:
Local; Action: Local
MSI (s) (18:34): Component: __licensemgr_shortcut65; Installed: Null;
Request: Local; Action: Local
I don't find these mysterious components when i view the same log file using
WiLogUtil.exe and i checked my .msi database too where i don't have these
components in the Component Table. Where are these coming from? Are these
getting generated by MSI engine? If so, for what purpose?
Also, i am interested to know what (s) and (18:34) in the above log file
messages mean?
Any insight into this is much appreciated.
Thanks in advance.
I have generated an msi log file using /L*v switch and i find number of
components that starts with the prefix "__" and ends with "65". For eg., for
a component, say abc.dll there is a corresponding __abc.dll65 component for
which the "Installed" state is Null and "Request" and "Action" are set to
Local. Here's the portion of the log file where these entries are present:
MSI (s) (18:34): Component: __viewit_shortcut65; Installed: Null; Request:
Local; Action: Local
MSI (s) (18:34): Component: __product_shortcut65; Installed: Null; Request:
Local; Action: Local
MSI (s) (18:34): Component: __licensemgr_shortcut65; Installed: Null;
Request: Local; Action: Local
I don't find these mysterious components when i view the same log file using
WiLogUtil.exe and i checked my .msi database too where i don't have these
components in the Component Table. Where are these coming from? Are these
getting generated by MSI engine? If so, for what purpose?
Also, i am interested to know what (s) and (18:34) in the above log file
messages mean?
Any insight into this is much appreciated.
Thanks in advance.