Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   asp file execution (http://forums.winamp.com/showthread.php?t=233071)

tustus 13th December 2005 14:49

asp file execution
 
How can I execute asp file in the end of installation
I have tryed the following:
Exec '"explorer.exe http://localhost/myprg/update.asp"'
and there is no response from installer

Afrow UK 13th December 2005 15:01

Unless the user has a webserver installed with ASP support you can't just run a ASP file. If they do, then you need to run it through a web browser not Windows Explorer.

Edit: Actually, explorer.exe should open web pages. Try this:
Exec '$WINDIR\explorer.exe "http://localhost/myprg/update.asp"'

-Stu

tustus 13th December 2005 15:11

Thank a lot Afrow UK it work now


All times are GMT. The time now is 05:49.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.