Excellent, thanks Mike, I've fixed it.
Simon
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 27 February 2008 16:16
To: Simon Topley; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Reference counting issues
Windows Installer does not
us no count is incremented. I'll test this theory shortly.
Simon
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 27 February 2008 16:16
To: Simon Topley; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Reference counting issues
Windows Installe
Windows Installer does not count references, strictly. It notes in the registry
which products have installed a component, and where the key path of the
component was installed to. It adds one reference for each product that
installs the component.
When you uninstall a product, or remove a feat
The only difference I can see in the logs is that version 1.0 has this
Component: cECWERM; Installed: Local; Request: Absent; Action:
Absent
And version 2.0 has this
Component: cECWERM; Installed: Absent; Request: Null; Action: Null
I'm inventing these version numbers obviously. This m
Component guid needs to be the same.
There is file path sharing for non-MSI installs based on the SharedDlls
registry counting that you need to worry about only if your files are also
installed by non-MSI installs to the same location. That's what the
msidbComponentAttributesSharedDllRefCount b
Don Tasanasanta (Volt) írta:
> Does reference counting rely on the file name? or is it the component GUID?
>
> If I have a product that installs a file and a second product that installs
> the same file do I need the component GUIDS for that file to be the same in
> order for reference counting
6 matches
Mail list logo