Re: [WiX-users] Do not remove some files on major upgrade

2010-02-11 Thread Wilson, Phil
uninstall followed by an install of the new product and your database would be removed. Phil Wilson -Original Message- From: vunder [mailto:vun...@bk.ru] Sent: Tuesday, February 09, 2010 10:13 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Do not remove some files o

Re: [WiX-users] Do not remove some files on major upgrade

2010-02-11 Thread vunder
Any ideas??? -- View this message in context: http://n2.nabble.com/Do-not-remove-some-files-on-major-upgrade-tp4505876p4554525.html Sent from the wix-users mailing list archive at Nabble.com. -- SOLARIS 10 is the OS for

Re: [WiX-users] Do not remove some files on major upgrade

2010-02-09 Thread vunder
Here link to full log: version 4.1.0130 and upgrade to 4.1.0131 http://slil.ru/28623390 -- View this message in context: http://n2.nabble.com/Do-not-remove-some-files-on-major-upgrade-tp4505876p4546214.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Do not remove some files on major upgrade

2010-02-09 Thread vunder
At upgrade log (searching ComponentId 'TestFile'): 9:36:43: CostFinalize. ... MSI (s) (BC:C0) [09:37:00:781]: Component: TestFile; Installed: Absent; Request: Local; Action: Local ... 9:37:02: InstallValidate. ... MSI (s) (BC:E4) [09:37:02:093]: Component: TestFile; Installed: Local; Reque

Re: [WiX-users] Do not remove some files on major upgrade

2010-02-09 Thread Blair Murri
800 > From: vun...@bk.ru > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Do not remove some files on major upgrade > > > Where can I see that in log? > -- > View this message in context: > http://n2.nabble.com/Do-not-remove-some-files-on-major-upgrade-tp45

Re: [WiX-users] Do not remove some files on major upgrade

2010-02-08 Thread vunder
Where can I see that in log? -- View this message in context: http://n2.nabble.com/Do-not-remove-some-files-on-major-upgrade-tp4505876p4539524.html Sent from the wix-users mailing list archive at Nabble.com. -- The Plan

Re: [WiX-users] Do not remove some files on major upgrade

2010-02-08 Thread Blair
remove some files on major upgrade I have a component with only one file in it. At first install file must be installed. At upgrade it does not need to be installed. Component has the same GUID in two installation packages, what differs by version. RemoveExistingProducts placed in

Re: [WiX-users] Do not remove some files on major upgrade

2010-02-04 Thread vunder
I have a component with only one file in it. At first install file must be installed. At upgrade it does not need to be installed. Component has the same GUID in two installation packages, what differs by version. RemoveExistingProducts placed in InstallExecuteSequence: -- View

Re: [WiX-users] Do not remove some files on major upgrade

2010-02-03 Thread Blair
Check the component rules. Are your files in both packages? Are the files in the same components in both packages? Did the components' guids change? Where is the RemoveExistingProducts action sequenced? What does the verbose log say about the components those files are in? -Original Messa