msi: Don't reinstall components shared with other products.
[wine] / dlls / msi / script.c
2012-07-27  Hans Leidekkermsi: Use inline wrappers for calling COM methods.
2012-07-27  Hans Leidekkermsi: Use the right interface to call 32-bit and 64...
2012-05-01  Hans Leidekkermsi: Add the Session object as a global member to custo...
2012-05-01  Hans Leidekkermsi: Remove a workaround for missing Windows Script...
2011-01-27  Hans Leidekkermsi: Check the return value of IActiveScript_AddNamedIt...
2010-05-20  Hans Leidekkermsi: Consistently use the allocation macros.
2009-02-03  Jacek Cabanjscript: Add IActiveScriptParse64 declaration and use...
2007-11-20  Misha Koshelevmsi: automation: Fix automation object reference counts...
2007-07-30  Misha Koshelevmsi: Use SysAllocString/SysFreeString for BSTR members...
2007-05-18  Misha Koshelevmsi: script: Change all tabs to spaces to conform to...
2007-05-07  Misha Koshelevmsi: automation: Store parent Installer object in Session.
2007-05-07  Misha Koshelevmsi: script: Discriminate properly between JScript...
2007-05-01  Misha Koshelevmsi: Add JScript/VBScript support.