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

Re: [WiX-users] New file not installed

2011-08-18 Thread Tobias S
sorry, should be MigrateFeatures=no 2011/8/18 Tobias S tobias.s1...@gmail.com: 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 Kurt Jensen
/replacing -ourselves Kurt -Original Message- From: jjbean [mailto: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

Re: [WiX-users] New file not installed

2011-08-18 Thread Tobias S
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 XML toolset. Subject: Re: [WiX-users] New file not installed sorry, should be MigrateFeatures=no 2011/8

Re: [WiX-users] New file not installed

2011-08-18 Thread Kurt Jensen
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 XML toolset. Subject: Re: [WiX-users] New file not installed sorry, should be MigrateFeatures=no 2011/8

Re: [WiX-users] New file not installed

2011-08-18 Thread Wilson, Phil
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 discussion

Re: [WiX-users] New file not installed

2011-08-18 Thread Wilson, Phil
-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]: Disallowing installation of component: {CA4F7916-B9A9-5D6E-BD7A

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: ComponentRegister

Re: [WiX-users] New file not installed

2011-08-18 Thread Kurt Jensen
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 component

[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: Upgrade Id=$(var.UpgradeCode) UpgradeVersion Minimum=$(var.BGProductVersion)

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.

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 a

Re: [WiX-users] New file not installed

2011-08-17 Thread Chad Petersen
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 few background information. what information do

Re: [WiX-users] New file not installed

2011-08-17 Thread Kurt Jensen
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 major version shows in Add/Remove

Re: [WiX-users] New file not installed

2011-08-17 Thread Chad Petersen
[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 check a clean install to see if all four files get installed. yes, a clean install works

Re: [WiX-users] New file not installed

2011-08-17 Thread Kurt Jensen
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 version so it went like this. 1. MSI detects file

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