Try this; <CustomAction Id="CA_LaunchBrowser" Return="asyncNoWait" Property="IEXPLORE" ExeCommand="http://www.blah.com/ " Execute="deferred" Impersonate="no" />
Scheduled via; </InstallExecuteSequence> <Custom Action="CA_HelpInstall" Before="InstallFinalize">NOT Installed</Custom> </InstallExecuteSequence> <Property Id="IEXPLORE"> <RegistrySearch Id="FIND_IEXPLORE" Root="HKLM" Key="SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE" Type="raw" /> </Property> That launches IE (a specific requirement of this installer, not just any web browser). Apologies for the bad formatting. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arthur Curvello Sent: 01 July 2008 20:47 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Launch internet Browser How do I execute it? You mean execute a shortcut of a url? -- Arthur Curvello Convergência Latina tel: +55 21 2494-5476 email: [EMAIL PROTECTED] Confidencialidade: A informação contida nesta mensagem de e-mail, incluindo quaisquer anexos, é confidencial e está reservada apenas à pessoa ou entidade para a qual foi endereçada. Se você não é o destinatário ou a pessoa responsável por encaminhar esta mensagem ao destinatário, você está, por meio desta, notificado que não deverá rever, retransmitir, imprimir, copiar, usar ou distribuir esta mensagem de e-mail ou quaisquer anexos. Caso você tenha recebido esta mensagem por engano, por favor, contate o remetente imediatamente e apague esta mensagem de seu computador ou de qualquer outro banco de dados. Grato. Confidentiality Notice: The information contained in this email message, including any attachment, is confidential and is intended only for the person or entity to which it is addressed. If you are neither the intended recipient nor the employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that you may not review, retransmit, convert to hard copy, copy, use or distribute this email message or any attachments to it. If you have received this email in error, please contact the sender immediately and delete this message from any computer or other data bank. Thank you. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Karper Sent: terça-feira, 1 de julho de 2008 16:10 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Launch internet Browser Why not just run the URL directly and let the shell handle it? Then the default configured browser will pop up on your URL... 2008/7/1 Arthur Curvello <[EMAIL PROTECTED]>: > I'm trying to launch the default browser: > > <Property Id="BROWSER"> > > <RegistrySearch Id="DefaultBrowser" Type="raw" Root="HKCR" > Key="http\shell\open\command"/> > > </Property> > > > > <CustomAction Id="LaunchBrowser" Property="BROWSER" > ExeCommand="http://blahblahblah/" Return="asyncNoWait"/> > > > > linking it with the finish button, but > > this is not working, its returning 1631 > > What can I do? > > > > -- > > Arthur Curvello > > Convergência Latina > > Telefone: +55 21 2494-5476 > > E-mail: [EMAIL PROTECTED] > > > Confidencialidade: A informação contida nesta mensagem de e-mail, incluindo > quaisquer anexos, é confidencial e está reservada apenas à pessoa ou > entidade para a qual foi endereçada. Se você não é o destinatário ou a > pessoa responsável por encaminhar esta mensagem ao destinatário, você está, > por meio desta, notificado que não deverá rever, retransmitir, imprimir, > copiar, usar ou distribuir esta mensagem de e-mail ou quaisquer anexos. > Caso > você tenha recebido esta mensagem por engano, por favor, contate o > remetente > imediatamente e apague esta mensagem de seu computador ou de qualquer outro > banco de dados. Grato. > > Confidentiality Notice: The information contained in this email message, > including any attachment, is confidential and is intended only for the > person or entity to which it is addressed. If you are neither the intended > recipient nor the employee or agent responsible for delivering this message > to the intended recipient, you are hereby notified that you may not review, > retransmit, convert to hard copy, copy, use or distribute this email > message > or any attachments to it. If you have received this email in error, please > contact the sender immediately and delete this message from any computer or > other data bank. Thank you. > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users No virus found in this incoming message. Checked by AVG. Version: 8.0.101 / Virus Database: 270.4.3/1528 - Release Date: 01/07/2008 07:26 ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users