URGENT HELP Download File component does not return result
Posted: Thu Sep 08, 2005 4:06 am
hi,
i have been trying to discover IA features. but this time i have come face to face with this situation. i use Download File component. its code is like below:
----------------------------------------
1. Set variable license_result to NOTASSIGNED
2. Get System Settings Loggend on Computer Name into HostName
3. Download File http://www.blabla.com/ls/$HostName$.lic (get result into variable license_result)
4. if Variable license_result not Equals SUCCESS
5. MessageBox L, License Error... $license_error$
6. Terminate Installizaton
7. end
--------------------------------------------
when this code is executing step by step, after line 3 license_resut variable's content does not CHANGE. initial value remains same.
i have checked the internet connection and the web server setting and no problem exits. i can download manually that file by writing http://www.blabla.com/ls/c001.lic .
What is the problem. this is very critical for me to download the license file from any server.
thanks
Umut
i have been trying to discover IA features. but this time i have come face to face with this situation. i use Download File component. its code is like below:
----------------------------------------
1. Set variable license_result to NOTASSIGNED
2. Get System Settings Loggend on Computer Name into HostName
3. Download File http://www.blabla.com/ls/$HostName$.lic (get result into variable license_result)
4. if Variable license_result not Equals SUCCESS
5. MessageBox L, License Error... $license_error$
6. Terminate Installizaton
7. end
--------------------------------------------
when this code is executing step by step, after line 3 license_resut variable's content does not CHANGE. initial value remains same.
i have checked the internet connection and the web server setting and no problem exits. i can download manually that file by writing http://www.blabla.com/ls/c001.lic .
What is the problem. this is very critical for me to download the license file from any server.
thanks
Umut