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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should be able to call http://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…