Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 13th December 2005, 14:49   #1
tustus
Junior Member
 
Join Date: Dec 2005
Location: Israel TelAviv
Posts: 5
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
tustus is offline   Reply With Quote
Old 13th December 2005, 15:01   #2
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
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

Need an installer? http://www.afrowsoft.co.uk
Afrow UK is offline   Reply With Quote
Old 13th December 2005, 15:11   #3
tustus
Junior Member
 
Join Date: Dec 2005
Location: Israel TelAviv
Posts: 5
Thank a lot Afrow UK it work now
tustus is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump