Ah, could well be 2. (different MSI names)

Thanks Rob

-----Original Message-----
Date: Tue, 26 Mar 2013 09:47:52 -0700
From: Rob Mensching <r...@robmensching.com>
Subject: Re: [WiX-users] Installing bundled MSI twice
To: "General discussion for Windows Installer XML toolset."
        <wix-users@lists.sourceforge.net>
Message-ID:
        <CAHdHTVdzeGk3Vw61tp8D6hmAnFMScA=9ZX+sz4bKEROZd=n...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

1. Make sure your Bundle's MsiPackage element is cached (i.e. do not add 
Cache='no').

2. Make sure the MSI has the same name. (
http://blogs.msdn.com/b/robmen/archive/2004/12/08/278746.aspx)



On Tue, Mar 26, 2013 at 9:20 AM, Parkes, Kevin <kevin.par...@wacom.eu>wrote:

> We have an MSI which successfully installs as part of bundle. So far, 
> so good.
>
> We need to be able to run the same MSI from another, non-WiX (long 
> story, don't ask) installation bootstrapper.  On its own, this also works.
> However, if we run this 2nd installer after the WiX bundle, the MSI 
> fails to install.
>
> Attempting to install the MSI directly (after the WiX bundle), a 
> network error is reported. The log file shows:
>
>   Error 1316. A network error occurred while attempting to read from 
> the
> file: <PathToMSI>
>
> Is it possible to set up the MSI so it can be run twice and either do 
> nothing, or perhaps just do a repair, the 2nd time?
>

------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to