http://bugs.winehq.org/show_bug.cgi?id=7357
------- Additional Comments From mk144210@bcm.tmc.edu 2007-19-02 17:32 ------- Created an attachment (id=5028) --> (http://bugs.winehq.org/attachment.cgi?id=5028&action=view) msi: Added initial JScript/VBScript support functions.
Something I'm working on to fix this bug and the VBScript one. Since MSI specifically states that the application must install Microsoft Scripting, I believe there is no reason we can't use it in our builtin MSI if it is there. In any case, this patch has the functions that should not have have to change too much from this patch, although I have not tested them thoroughly yet. My current script.c file with the actual meat and potatoes which currently executes scripts but does not yet have a Session object is coming next.