Question

We generated with WiX 3.7 a bootstrapper exe, and tried it on XP, Win7 and it works fine. But on an NT (4.0) machine we get "... is not a valid NT application" error when starting the exe. Is thre a previous version of WiX that supports WinNT, or do we have to write an own bootstrapper?

Thanks in advance, Franky

No correct solution

OTHER TIPS

The WiX toolset only supports Windows XP and later. The modern Microsoft compilers C-runtime create that minimum requirement. Unfortunately, you'll need to create your own executables for NT4 and Windows 2000.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top