Advertisement
TLama

Untitled

May 2nd, 2013
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.30 KB | None | 0 0
  1. procedure InitializeWizard;
  2. begin
  3.   if WizardForm.PrevAppDir <> '' then
  4.     MsgBox('The application was installed here: ' + WizardForm.PrevAppDir, mbInformation, MB_OK);
  5.   else
  6.     MsgBox('The application was not yet installed (or someone broke the registry entries).', mbInformation, MB_OK);
  7. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement