문제

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

올바른 솔루션이 없습니다

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top