Re: [WiX-users] New file not installed

2011-08-18 Thread Kurt Jensen
taller XML toolset. Subject: Re: [WiX-users] New file not installed Spiricon.Source.Gevicam.UI.dll is not installed; there are a number of things wrong here: = MSI (c) (CC:18) [10:47:26:095]: Disallowing installation of component:{CA4F7916-B9A9-5D6E-BD7A-98EFFC15AAA3} since the same

Re: [WiX-users] New file not installed

2011-08-18 Thread Kurt Jensen
-users] New file not installed Here's a clue: MSI (c) (CC:18) [10:47:26:095]: Disallowing installation of component: {CA4F7916-B9A9-5D6E-BD7A-98EFFC15AAA3} since the same component with higher versioned keyfile exists ... ... MSI (s) (EC:18) [10:48:26:172]: Executing op: ComponentReg

Re: [WiX-users] New file not installed

2011-08-18 Thread Wilson, Phil
going to remove it" Phil Wilson 949-639-1680 -Original Message- From: jjbean [mailto:jonks2...@yahoo.co.uk] Sent: Thursday, August 18, 2011 12:42 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] New file not installed Here's a clue: MSI (c) (CC:18) [10:47:26:095]: Dis

Re: [WiX-users] New file not installed

2011-08-18 Thread jjbean
Here's a clue: MSI (c) (CC:18) [10:47:26:095]: Disallowing installation of component: {CA4F7916-B9A9-5D6E-BD7A-98EFFC15AAA3} since the same component with higher versioned keyfile exists ... ... MSI (s) (EC:18) [10:48:26:172]: Executing op: ComponentRegister(ComponentId={CA4F7916-B9A9-5D6E-BD7A

Re: [WiX-users] New file not installed

2011-08-18 Thread Wilson, Phil
n for Windows Installer XML toolset. Subject: Re: [WiX-users] New file not installed thank you for the instruction unfortunately this did not fix my problem Kurt -Original Message- From: Tobias S [mailto:tobias.s1...@gmail.com] Sent: Thursday, August 18, 2011 7:07 AM To: General discussio

Re: [WiX-users] New file not installed

2011-08-18 Thread Kurt Jensen
mple. > -please- explain how to '...set MigrateFeatures="no"...' > > Kurt > > -Original Message- > From: Tobias S [mailto:tobias.s1...@gmail.com] > Sent: Thursday, August 18, 2011 3:15 AM > To: General discussion for Windows Installer

Re: [WiX-users] New file not installed

2011-08-18 Thread Tobias S
mple. > -please- explain how to '...set MigrateFeatures="no"...' > > Kurt > > -Original Message- > From: Tobias S [mailto:tobias.s1...@gmail.com] > Sent: Thursday, August 18, 2011 3:15 AM > To: General discussion for Windows Installer

Re: [WiX-users] New file not installed

2011-08-18 Thread Kurt Jensen
o: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] New file not installed sorry, should be MigrateFeatures="no" 2011/8/18 Tobias S : >> Is this new component in a feature whose state is not being migrated >> correctly by MigrateFeatureStates s

Re: [WiX-users] New file not installed

2011-08-18 Thread Kurt Jensen
jonks2...@yahoo.co.uk] Sent: Wednesday, August 17, 2011 4:24 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] New file not installed Sounds like you have sequenced RemoveExistingProducts towards the end of the execute sequence. Correct? What happens if you sequence it early in the seque

Re: [WiX-users] New file not installed

2011-08-18 Thread Tobias S
sorry, should be MigrateFeatures="no" 2011/8/18 Tobias S : >> Is this new component in a feature whose state is not being migrated >> correctly by MigrateFeatureStates standard action? > > Try to set > MigrateFeatureState=no > --

Re: [WiX-users] New file not installed

2011-08-18 Thread Tobias S
> Is this new component in a feature whose state is not being migrated > correctly by MigrateFeatureStates standard action? Try to set MigrateFeatureState=no -- Get a FREE DOWNLOAD! and learn more about uberSVN rich syste

Re: [WiX-users] New file not installed

2011-08-17 Thread jjbean
Sounds like you have sequenced RemoveExistingProducts towards the end of the execute sequence. Correct? What happens if you sequence it early in the sequence so uninstall happens first? (that _should_ solve the problem) Is this new component in a feature whose state is not being migrated correctl

Re: [WiX-users] New file not installed

2011-08-17 Thread Kurt Jensen
, 2011 3:06 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] New file not installed I had a recent situation where a window with no title had the file "in use" that I was trying to replace. And the developers on that project hadn't changed the vers

Re: [WiX-users] New file not installed

2011-08-17 Thread Chad Petersen
ade.aspx -Original Message- From: Kurt Jensen [mailto:kurt.jen...@us.ophiropt.com] Sent: Wednesday, August 17, 2011 1:20 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] New file not installed > OnlyDetect="yes" ??? > You might also che

Re: [WiX-users] New file not installed

2011-08-17 Thread Kurt Jensen
essage- From: Chad Petersen [mailto:chad.peter...@harlandfs.com] Sent: Wednesday, August 17, 2011 1:51 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] New file not installed I'm used to Major upgrades removing the previous release(s) so only the newest

Re: [WiX-users] New file not installed

2011-08-17 Thread Chad Petersen
ust some thinking points. -Original Message- From: Kurt Jensen [mailto:kurt.jen...@us.ophiropt.com] Sent: Wednesday, August 17, 2011 12:25 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] New file not installed >somehow difficult to describe with f

Re: [WiX-users] New file not installed

2011-08-17 Thread Kurt Jensen
>somehow difficult to describe with few background information. what information do you need? >Maybe take the Tramontana tutorial as starting point: yes, I am following the tutorial >Are you handling the whole installer as major upgrade ? yes >Did any of the assembly versions decrease ? this is

Re: [WiX-users] New file not installed

2011-08-17 Thread Tobias S
somehow difficult to describe with few background information. So just some thoughts. Maybe take the Tramontana tutorial as starting point: http://wix.tramontana.co.hu/tutorial/upgrades-and-modularization. In general Tramontana seems for me one of the most efficient ways to get into WiX / MSI. Ar

[WiX-users] New file not installed

2011-08-17 Thread Kurt Jensen
(not sure of exact terminology here since WiX is a part time task, please bear with me…) Have setup our installations to do an upgrade from version to version as follows: In upgrading our software from v5.5 to v5.6 we are adding four new files. Three of the n