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

Reply via email to