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 <roncooper...@gmail.com> wrote:

> Dear All,
>
> I have in .wxs file :
>
> <CustomAction Id="caid" BinaryKey="bk" JScriptCall="Main" />
>
> Respective js file have function Main() as :
>
> function Main()
> {
>         alert("Welcome");
>
>         window.open("www.google.com");
> }
>
>
> It wont works.
>
> Anyone having ideas???
>
> Thanks.
>
> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to