I created a mixed project and in the setup directory there are 2 .MSI files, 1 .CAB and an .EXE file. I was hoping that I would have one file to send out for installation. Did I create the install package incorrectly? Is there a way to use the Professional version to create one install file for ...
This is just not possible in the windows-install system, right? Because i cannot start the xxx.x64.msi on a 32-bit machine i guess the platform signature of an msi has to be unique...
The EXE file built by Advanced Installer is a 32 bit one, this contains the x86 and x64 MSI files as ...