Results 1 to 5 of 5

Thread: URL of web distribution

  1. #1
    jojige Guest

    Question URL of web distribution

    I am using Multiplatform 4.52. I plan to provide the installation of our product as web distribution. At install time, i want to know the URL of web from where the user started the installation of our product. Is there a way to find out this??? Any help would be appriciated.

  2. #2
    Jeff Dillon Guest
    The only way I can think that this would be possible would be to write your own applet launcher.

    What are you trying to accomplish? Perhaps there is another way.

  3. #3
    jojige Guest
    The idea is : The server where the installation is would be our main server and all the subsequent installations will update its configuration to know its server.
    An example for this is - The application could run in a distributed environment and in this case the database is running only on one of the servers. All the other servers need this information.

  4. #4
    Jeff Dillon Guest
    The problem here is that all the applet does is...

    o Copy the install to the temp directory.
    o Run the install launcher.

    So, the applet does not pass the URL information to the installer process. In fact, the installer does not even known that it was launched by an applet.

  5. #5
    jojige Guest
    Thanks for the info. But is there a way to get or hook into the applet from the installer???

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •