Hi,
when i set the package type to "Mixed 64/32 matching the Platform" i cannot build to plain .msi target. It forces me to
build to an exe setup without CAB inside.
This is a problem since we must deploy installations trough an windows-update server, that can handle only *.msi
packages.
I need this mixed mode installer, because we have to deploy to Windows-XP and Windows 7 using the same installer. As a workaround
i build to normal 32-bit package and use the "VersionNT64" conditional to decide which binarys go to APPDIR. This works, but
APPDIR resolves to "Program Files (x86)" under Windows 7 (because of the 32-bit installer), which violates things in certain circumstances.
is there a better way around this?
sincerely, alex