View Single Post
  #1  
Old 23-08-2012, 19:58
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by FatalError View Post
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;
Reply With Quote
Sponsored Links