Re: [WiX-users] WIX 3.7 and Windows 2000

2013-06-30 Thread Christopher Painter
In general, if you keep the Package@InstallerVersion="301" ( Windows Installer 4.x+ isn't available on Windows 2000 ) and avoid or carefully test the use of extensions ( typically inject C++ custom actions ) you should be fine. >From a business perspective, I'm not even being asked to support S

Re: [WiX-users] WIX 3.7 and Windows 2000

2013-06-27 Thread Rob Mensching
MSIs created by WiX toolset will run fine (as long as you target Windows Installer that supports Win2k). However, any WiX code that gets carried with your MSI (like custom actions or Burn) require WinXP SP2+. On Thu, Jun 27, 2013 at 12:36 PM, Andrew Jones wrote: > Am I right in assuming that an