Re: [WiX-users] Reference counting issues

2008-02-28 Thread Simon Topley
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

Re: [WiX-users] Reference counting issues

2008-02-28 Thread Simon Topley
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

Re: [WiX-users] Reference counting issues

2008-02-27 Thread mike
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

Re: [WiX-users] Reference counting issues

2008-02-27 Thread Simon Topley
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

Re: [WiX-users] reference counting

2008-01-11 Thread Wilson, Phil
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

Re: [WiX-users] reference counting

2008-01-10 Thread Szentpali Janos
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