http://bugs.winehq.org/show_bug.cgi?id=31423
--- Comment #3 from guillaume djahma@gmail.com 2012-08-23 21:43:32 CDT --- Sorry I forgot to mention I've tried many different setups over the past 3 months, and I get the best results with older wine versions, the 1.2.2 in particular, no matter the ubuntu flavour I use (incl. Mint). 'best results' means doing "wscript test.js" from a cmd.exe works, whereas after wine 1.4 it doesn't. In the test.js file I wrote: var myshell = new ActiveXObject("WScript.Shell"); myshell.Popup("this message");