If the ProductCode you are attempting to install is already installed, it is
no longer a major upgrade and is a maintenance mode transaction (see small
update & minor upgrade, as well as repair and removal). Your ProductCode
must not be installed in order to perform an installation transaction (both
major upgrade and fresh install).

-----Original Message-----
From: Wilson, Phil [mailto:phil.wil...@wonderware.com] 
Sent: Tuesday, December 15, 2009 9:35 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] question about upgrades

Maintenance mode means that the product is already installed, as defined by
the ProductCode guid and the PackageCode guid. 

Phil Wilson 

-----Original Message-----
From: Amy Rosewater [mailto:arosewa...@spectrumhr.com] 
Sent: Tuesday, December 15, 2009 9:18 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] question about upgrades

Hi All,

 

I have an install (v 3.0.5419.0) which performs a major upgrade, and
completely uninstalls the previous version before installing the newer
one, when a previous version is detected.  We support multiple side by
side instances of our application, and as such, target a specific
instance for upgrade by setting the property from the upgrade table to
the appropriate product code based on the instance the user selected
from a custom bootstrapper.  All of this has been working correctly
until yesterday.

 

I now have an issue where when I execute my install and choose to
upgrade a specific instance it is failing to do so.  My bootstrapper is
passing in all the same values in the command line to Windows Installer
that it was before, but FindRelatedProducts is not executing for some
reason.  From the verbose log:

 

MSI (c) (DC:98) [09:10:52:732]: Doing action: FindRelatedProducts

Action 9:10:52: FindRelatedProducts. Searching for related applications

Action start 9:10:52: FindRelatedProducts.

MSI (c) (DC:98) [09:10:52:733]: Skipping FindRelatedProducts action: not
run in maintenance mode

Action ended 9:10:52: FindRelatedProducts. Return value 0.

 

So basically, the FindRelatedProducts action is not being executed, and
obviously the RemoveExistingProducts action will also not be executed.
What does it mean "not run in maintenance mode", and how do I make it
work correctly so that it will run FindRelatedProducts action as I want?

 

Thanks in advance for your help,

 

Amy

 

Amy Rosewater VanMatre

SPECTRUM Human Resource Systems Corporation

707 17th Street Suite 3800

Denver CO, 80202

303.592.3403

arosewa...@spectrumhr.com

 

----------------------------------------------------------------------------
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



*** Confidentiality Notice: This e-mail, including any associated or
attached files, is intended solely for the individual or entity to which it
is addressed. This e-mail is confidential and may well also be legally
privileged. If you have received it in error, you are on notice of its
status. Please notify the sender immediately by reply e-mail and then delete
this message from your system. Please do not copy it or use it for any
purposes, or disclose its contents to any other person. This email comes
from a division of the Invensys Group, owned by Invensys plc, which is a
company registered in England and Wales with its registered office at
Portland House, Bressenden Place, London, SW1E 5BF (Registered number
166023). For a list of European legal entities within the Invensys Group,
please go to
http://www.invensys.com/legal/default.asp?top_nav_id=77&nav_id=80&prev_id=77
. You may contact Invensys plc on +44 (0)20 7821 3848 or e-mail
inet.hqhelpd...@invensys.com. This e-mail and any attachments thereto may be
subject to the terms of any agreements between Invensys (and/or its
subsidiaries and affiliates) and the recipient (and/or its subsidiaries and
affiliates).



----------------------------------------------------------------------------
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to