I don't understand the "upgrade from the same version to the same version"
comment. That isn't an upgrade, the versions are the same. If the
ProductCode is the same, the Windows Installer should have automatically
gone into maintenance mode where the Installed property is true. I think
that can get you what you want.

On Thu, Jan 6, 2011 at 2:14 AM, Mathis Thomas <t...@bica.ch> wrote:

> Hallo WiX-users,
>
> I have following scenario:
> => fixed GUID Upgradecode
> => new GUID of Productcode for each new build version
> => install and upgarade logic in msi package
> => the installation of the msi package is started on commandline,
> somthing like msiexec.exe /i package.msi
> => the installation is startet in the following situation:
>    - new installation
>    - upgrade from an old to a newer version
>    - upgrade from the same version to the same version => HERE OUTPUTS
> THE ERRORCODE 1603!
>
> My questions:
> Are this behavior from the msi or wix technology? Can I change this
> behavior? Somthing like:
>    - Abort installation without return error code, but only do this in
> commandline mode or with special commandline parameter.
>    - Continue installation but change automatically into the repair
> mode. Optionaly switch on this behavior with special commandline
> parameter.
>
> Thanks,
>
> Thomas Mathis
>
> BICA AG
> Retail Solution Company
> Switzerland
>
>
>
>
>
>
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment,
> and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to