Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Guide to Inno Setup Compiler

Make sure you are using the Unicode version of Inno Setup.
mjj@...

Re: Guide to Inno Setup Compiler

I use the WinSCP-5.9.2-Source,and I want to build a WinSCP installer use inno setup.But wan i run isccwinscpsetup.iss ,it have a error: Type mismatch.error is in hear :WizardForm.ActiveControl := TWinControl(TControl(Sender).Tag);
all of code is :
procedure ImageClick(Sender: TObject);
begin
WizardForm.ActiveControl := TWinControl(TControl(Sender).Tag);
end;
can you help me.Think you!
Guest

Guide to Inno Setup Compiler

I want to pre-package an installer of WinSCP with the site pre-configured for SFTP and the key already setup. I know that you can do this using Inno Setup and it's supposed to be quite simple but I can't find any documentation on it. Is there a brief guide available that would help me accomplish this?

Thanks in advance