Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

calling a website after installation succeded


4 replies to this topic

denisoliver

denisoliver
  • Members
  • 3 posts

Posted 08 July 2002 - 12:43

hi all,

i am desperately searching a solution how i can call a website after the installation succeeded. this is important to us, as we want to hold trace of who, when and what has been downloaded.

using IS-Pro 6.30 (German)

any help is highly appreciated,

denis

Schelli

Schelli
  • Members
  • 8 posts

Posted 08 July 2002 - 13:05

Hello,

first: search in which folder is the iexplore.exe
second: start iexplore.exe with
   LaunchAppAndWait(szIEPath ^ "iexplore.exe","www.installsite.org",WAIT);

I can't help with other browser, because there are only IE installed.

Jens
Jens

denisoliver

denisoliver
  • Members
  • 3 posts

Posted 08 July 2002 - 13:50

thx jens, but an "any browser"-solution would be preferred.

denis

Schelli

Schelli
  • Members
  • 8 posts

Posted 08 July 2002 - 14:06

I believe an "any-Browser"-Solution isn't possible.

But you can search for some browser and if you find anyone, start it like the IExplorer.
Jens

denisoliver

denisoliver
  • Members
  • 3 posts

Posted 08 July 2002 - 14:19

sorry all,

a solution already exists, even a sample script:

http://www.installsi.../en/isp_ext.htm

i should have been reading more extensively.

denis