views:

88

answers:

1

Hi. I'm searching for a way to upload my installation log files at the post install by using inno-setup. the upload is to my FTP server.

+2  A: 

You should be able to call FTP.EXE as a post-install job after installation. This can be done in code as described in the InnoSetup help file. Please be aware of the fact that user name and password of your FTP server would have to be stored in the setup file - you might want to create some sort of anonymous account before you get going...

Thorsten Dittmar
Tanks a lot. It was very helpful. Do you have any specific FTP.EXE to recommend?
Toda Raba
There should be a FTP.EXE on any Windows system, I'd suppose it's in C:\Windows\System32.
Thorsten Dittmar