I have no luck importing Delphi DLL into Inno Setup(Unicode). DLL has a simple procedure..
procedure Foo(); stdcall;
begin
end;
exports
Foo; DLL is included in the installer source , And add
I have no luck importing Delphi DLL into Inno Setup(Unicode). DLL has a simple procedure..
procedure Foo(); stdcall;
begin
end;
exports
Foo; DLL is included in the installer source , And add
How to use the value in the function to add a registry key in innosetup. I want to set
the IsServer value in the registry as the return value of InstallAsServer
[Code]
[Registry]
Root: HKLM;
I have been playing Inno Setup 5.3.6; try to customize the color of the installer. Mainly the banner that appears in the head of the installer. But so far I haven’t found a convenient Method.