Quote:
Originally Posted by FatalError
ISSI duplicates...
not working this;
#define ISSI_UseMyInitializeWizard
procedure ISSI_InitializeWizard();
begin
end;
or how to use different InitializeWizard();
Please Help..!!
and
How to move progress bar and extracting file item label?
|
you wrote & I replied for the first part... which again is simple to see what you have wrong..
#define ISSI_
UseMyInitializeWizard
--> bold part is missing from procedure line...
procedure ISSI_UseMyInitializeWizard();
begin
.
.
.
.
end;