Advertisement
TLama

Untitled

Jan 7th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.15 KB | None | 0 0
  1. [Code]
  2. procedure CurStepChanged(CurStep: TSetupStep);
  3. begin
  4.   if CurStep = ssPostInstall then
  5.     MsgBox('ssPostInstall', mbInformation, MB_OK);
  6. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement