<UpgradeVersion OnlyDetect="yes"

Try setting that to "no". You may have better success that way.

http://wix.sourceforge.net/manual-wix3/wix_xsd_upgradeversion.htm

Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer
 
 


-----Original Message-----
From: Anuj Pandey [mailto:a...@vetvision.in] 
Sent: 14 September 2009 08:45
To: WIX
Subject: [WiX-users] Multiple Instances in Add Remove Program

Hi

I have create a setup starting like this

<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";
     xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";
     xmlns:fire="http://schemas.microsoft.com/wix/FirewallExtension";
     xmlns:Sql="http://schemas.microsoft.com/wix/SqlExtension";>
  <?define PRODUCTVERSION="1.4.8.5"?>
  <Product Id="*" Name="Hit Hop Product"
           Language="1033" Codepage="Windows-1252"
Version="$(var.PRODUCTVERSION)"
           Manufacturer="HitHop"
           UpgradeCode="D9953040-8360-4680-B5FA-AC3A1F4D5302">
    <Package InstallerVersion="200" Compressed="yes" Languages="1033"
InstallScope="perMachine"  Manufacturer="HitHop" />
    <Upgrade Id="D9953040-8360-4680-B5FA-AC3A1F4D5302">
      <UpgradeVersion OnlyDetect="yes"
Property="PREVIOUSVERSIONSINSTALLED"
                      Minimum="$(var.PRODUCTVERSION)"
IncludeMinimum="yes"
                      Maximum="$(var.PRODUCTVERSION)"
IncludeMaximum="yes"
/>
    </Upgrade>

But every time i install it creates a new instance in Add Remove
program, any idea? what i am doing wrong..
::::::::::::::::::::::::::::::::::
Anuj Pandey
VetVision
www.vetvision.in
::::::::::::::::::::::::::::::::::
------------------------------------------------------------------------
------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day trial. Simplify your report design, integration and deployment -
and focus on what you do best, core application coding. Discover what's
new with Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to