cydude
Posts: 16
Joined: Wed Mar 05, 2008 3:51 am

Mixed 32/64-bit doesn't run with msiexec

This installer was originally 32 bit and ran with "msiexec /i product.msi". Now that it is Mixed 32/64-bit it only runs with the exe. If I try using msiexec it starts up, but goes away before the first user dialog is presented. Is this correct behavior or do I have something wrong with my installer? Thanks.
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Re: Mixed 32/64-bit doesn't run with msiexec

Hi,

The Windows Installer engine does not support mixed 32/64-bit packages. However, we implemented this feature in Advanced Installer by using the EXE bootstrapper. Therefore, a mixed 32/64-bit package will work as expected only when it is used through the EXE file.

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”