Re: [WiX-users] How to force do not uninstall some drivers.

2011-04-14 Thread Shal Philipp
thanks a lot! the solution with REMOVE property looks good for me. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-force-do-not-uninstall-some-drivers-tp6271750p6272383.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] How to force do not uninstall some drivers.

2011-04-14 Thread Peter Shirtcliffe
use application, that may be acceptable. -Original Message- From: Shal Philipp [mailto:luc2...@inbox.ru] Sent: 14 April 2011 11:19 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to force do not uninstall some drivers. Peter Shirtcliffe wrote: > > You can unins

Re: [WiX-users] How to force do not uninstall some drivers.

2011-04-14 Thread Shal Philipp
Peter Shirtcliffe wrote: > > You can uninstall features without removing everything. > How? How can i install features always but uninstall them only by condition? Peter Shirtcliffe wrote: > > I thought you were > trying to selectively uninstall drivers. > yes. the situation is that I ha

Re: [WiX-users] How to force do not uninstall some drivers.

2011-04-14 Thread Peter Shirtcliffe
You can uninstall features without removing everything. I thought you were trying to selectively uninstall drivers. -Original Message- From: Shal Philipp [mailto:luc2...@inbox.ru] Sent: 14 April 2011 09:25 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to force do not

Re: [WiX-users] How to force do not uninstall some drivers.

2011-04-14 Thread Shal Philipp
Peter Shirtcliffe wrote: > > Could you put the drivers into different features ? > yes. I think I can. cause they belong to hidden and "alwaysinstall" feature. and how can it help? sorry, cant see the solution anyway. -- View this message in context: http://windows-installer-xml-wix-toolset.6

Re: [WiX-users] How to force do not uninstall some drivers.

2011-04-14 Thread Peter Shirtcliffe
Could you put the drivers into different features ? -Original Message- From: Shal Philipp [mailto:luc2...@inbox.ru] Sent: 14 April 2011 07:56 To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to force do not uninstall some drivers. Hi, all. Is there a possibility don&#

[WiX-users] How to force do not uninstall some drivers.

2011-04-13 Thread Shal Philipp
Hi, all. Is there a possibility don't uninstall drivers using difxapp schema by condition? Or dont uninstall always and uninstall by condition? And not all drivers - only some of them. I can't put a condition into difxapp CA cause there is only one CA for uninstalling all drivers. Thanks for answ