windows nt - wix generated bootstrapper is not a valid NT application -


we generated wix 3.7 bootstrapper exe, , tried on xp, win7 , works fine. on nt (4.0) machine "... not valid nt application" error when starting exe. thre previous version of wix supports winnt, or have write own bootstrapper?

thanks in advance, franky

the wix toolset supports windows xp , later. modern microsoft compilers c-runtime create minimum requirement. unfortunately, you'll need create own executables nt4 , windows 2000.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -