Re: [WiX-users] WIX : window.open() error

2009-03-19 Thread Christopher Karper
window.open() is using the OM from the browser, which isn't available in MSI. These are shell based scripts, and you'll need to look up the reference for that, MSDN probably has all the info you'll want. On Thu, Mar 19, 2009 at 8:39 AM, ron cooper wrote: > Dear All, > > I have in .wxs file : >

[WiX-users] WIX : window.open() error

2009-03-19 Thread ron cooper
Dear All, I have in .wxs file : Respective js file have function Main() as : function Main() { alert("Welcome"); window.open("www.google.com"); } It wont works. Anyone having ideas??? Thanks. --