Chris said "when" you schedule REP, meaning that its sequence determines the
behavior you get, as here:

http://msdn.microsoft.com/en-us/library/windows/desktop/aa371197(v=vs.85).as
px

The 3rd choice (between InstallExecute....) has the behavior you want,
updating files using file replacement rules and component rules. 

Phil 

-----Original Message-----
From: Chaitanya [mailto:[email protected]] 
Sent: Sunday, November 11, 2012 9:29 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Problem in Major upgrade

Yes...I to know that depends on RemoveExistingProducts.If I remove that tag
in my code upgrade is not working.

-----Original Message-----
From: Chris Lord [mailto:[email protected]]
Sent: 09 November 2012 20:19
To: wix-users
Subject: Re: [WiX-users] Problem in Major upgrade

Yes.  It depends when you have scheduled RemoveExisitingProducts.

The documenation for WiX explains all the options.

Chris

 

-----Original Message-----
From: Chaitanya [mailto:[email protected]]
Sent: Friday, November 09, 2012 2:26 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Problem in Major upgrade

Thanks for responding..
After your message I tried it.upgrade is working.but it is deleting the
older version,upgrading the newer.
But in my scenario I don't want to delete old files.i want to replace new
files to my older version.Is it Possible.

-----Original Message-----
From: Chris Lord [mailto:[email protected]]
Sent: 08 November 2012 20:32
To: wix-users
Subject: Re: [WiX-users] Problem in Major upgrade

Chaitanya

Are both the original and the update installtion the same type?  If one is
per-user and the other is per-machine then the upgrade wont work.  
You could also run the Upgrade with verbose logging enabled.  The log will
tell you why it didnt remove the older version.

Also, give the version you use, I'd go with what Neil suggested and
investigate and use the <MajorUpgrade> element instead.  It tidies things up
a lot.

Chris


-----Original Message-----
From: Chaitanya [mailto:[email protected]]
Sent: Thursday, November 08, 2012 5:18 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Problem in Major upgrade

Iam using wix 3.5

-----Original Message-----
From: Chris Lord [mailto:[email protected]]
Sent: 07 November 2012 20:41
To: wix-users
Subject: Re: [WiX-users] Problem in Major upgrade

Chaitanya

What version of Wix are you using?

Chris 

-----Original Message-----
From: Chaitanya [mailto:[email protected]]
Sent: Wednesday, November 07, 2012 4:43 AM
To: [email protected]
Subject: [WiX-users] Problem in Major upgrade

Hi,

Iam trying to do major upgrade.

Its doing action but in my control panel it is showing two entries don't
want two entries.

Here is my upgrade code.

<Upgrade Id="5CFFD7A1-03B9-4B07-87C0-9B84555CC15D">

      <UpgradeVersion Minimum="1.0.0.0" IncludeMinimum="no" 
OnlyDetect="yes"
Property="NEWPRODUCTFOUND" Language="1033" />

      <UpgradeVersion Minimum="1.0.0.0" IncludeMinimum="yes"
Maximum="2.0.0.0" IncludeMaximum="no" Property="UPGRADEFOUND"
Language="1033" />

    </Upgrade>

<CustomAction Id="PreventDowngrading" Error="Newer Version Already
Installed" />

    <InstallExecuteSequence>

      <Custom Action="PreventDowngrading"
After="FindRelatedProducts">newProductFound</Custom>

          <RemoveExistingProducts
After="InstallFinalize"></RemoveExistingProducts>

    </InstallExecuteSequence>

Iam changing the product code and maintaining upgrade code same. Through
command line "msiexec /I {.msi} ALLUSERS=1

Please help  me where im doing wrong.

Thanks,

Chaitanya.

------------------------------------------------------------------------
------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues Automate,
monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------
----
--
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues Automate,
monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------
------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for
free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------
----
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for
free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------
------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for 
free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users



----------------------------------------------------------------------------
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users


----------------------------------------------------------------------------
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to