Hi,
It is an exe because it is a bundle installer (it is installing multiple
MSI files I assume). A bundle can't be an msi, it is because of the
limitations of the msi format.

- The exact same problem happened to me when my Windows Installer service
got broken. You should try re-registering it:

msiexec -unregister
msiexec -regserver

- Another idea: internet connection or proxy problem. Although the
installer is standalone, it still attempts to retrieve
ProjectAggregator2.msi from the website. Simply download
ProjectAggregator2.msi from the website an put it in the same folder as
Wix36.exe.

Peter

On Wed, Nov 16, 2011 at 1:06 PM, Harper <helge.kr...@gmx.net> wrote:

> I tried to install WiX 3.6.2221.0 on a computer. After some seconds the
> message "*Failed to install*" appears in the UI. I can "Try Again", but
> this
> does not gives any better result.
>
> Due to boot manager I could try this with Windows7(64) as well was with
> Windows XP(32) SP3. Unfortunately the installer does not come as a MSI. So
> I
> can't pass the "-log" option to MsiExec.
>
> What's wrong? How can I get information, why it failed? And how can this be
> fixed? One thing that's different from a successful installation is that it
> failed on a computer that's a member of a domain. But I am not aware of
> policies that disallow software installation.
>
> How do I get WiX 3.6 installed?
>
> --
> Helge
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Failed-to-install-WiX-v3-6-tp7000156p7000156.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to