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 :
>
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.
--
2 matches
Mail list logo