Sorry, this is not compiler versions problem.

But I still wondering, what is wrong?

Best regards,
Peter G. Sakhno
C-MAP RUSSIA Ltd
http://www.c-map.ru/

Peter G. Sakhno wrote:
> The message:
> "Another version of this product is already installed.  Installation of 
> this version cannot continue.  To configure or remove the existing 
> version of this product, use Add/Remove Programs on the Control Panel."
> 
> This appears when I run small updated installation over already 
> installed product.
> 
> I just rebuild my package with latest WiX v. 2.0.4611.0
> I did not have such problems with v 2.0.4221.0
> 
> What's wrong?
> 
> Best regards,
> Peter G. Sakhno
> C-MAP RUSSIA Ltd
> http://www.c-map.ru/
> 
> John Ludlow wrote:
>> You need to set the Feature Level attribute to a higher number than the 
>> INSTALLLEVEL property:
>>  
>> <Property Id="INSTALLLEVEL" Value="100"/>
>>  
>> <Feature Id="MyFeature" Level="300">
>> </Feature>
>>
>> You can use the <Condition> element to do this programatically if you want.
>>  
>> Hope that helps
>>  
>> John
>>  
>> On 10/17/06, *Peter G. Sakhno* <[EMAIL PROTECTED] 
>> <mailto:[EMAIL PROTECTED]>> wrote:
>>
>>     I have one main feature, that always should be installed and set of
>>     extensions, that can be not installed.
>>
>>     Is there are any way to keep my main feature in tree but disable it?
>>
>>     I do not like to completely hide that main feature from the tree - it
>>     not aesthetically :)
>>
>>     Best regards,
>>     Peter G. Sakhno
>>     C-MAP RUSSIA Ltd
>>     http://www.c-map.ru/
>>
>>
>>     -------------------------------------------------------------------------
>>     Using Tomcat but need to do more? Need to support web services,
>>     security?
>>     Get stuff done quickly with pre-integrated technology to make your
>>     job easier
>>     Download IBM WebSphere Application Server v.1.0.1 based on Apache
>>     Geronimo
>>     http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>     
>> <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642>
>>     _______________________________________________
>>     WiX-users mailing list
>>     WiX-users@lists.sourceforge.net <mailto:WiX-users@lists.sourceforge.net>
>>     https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>>
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to