ini

How do I transfer a file to a function, if it lies in internete

I have a file that lies on the path http://www.site.ru/config.ini And there is someone else's code that takes a file that should be on the computer (locally). You can of course save the file, and then pass, but I can not save the file locally (which would not be who could not work with it). Function: [DllImport ("kernel32")] ...

Save Inno Setup Custom Form field values to an INI file

Hi, How do I read and store the values of two form field values to an INI file? I created two key pairs at the INI section using ISTool. Now how do I link this up? I am assuming I should write some Pascal script in here, but don't know exactly what, yet { AuthForm_NextkButtonClick } function AuthForm_NextButtonClick(Page: TWizardPa...