Advertisement
TLama

Untitled

Nov 10th, 2014
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.22 KB | None | 0 0
  1. [Setup]
  2. AppName=My Program
  3. AppVersion=1.5
  4. DefaultDirName={pf}\My Program
  5. Password=Cheers! :)
  6.  
  7. [Code]
  8. procedure InitializeWizard;
  9. begin
  10.   // try to change this value
  11.   WizardForm.PasswordEdit.Text := 'Cheers! :)';
  12. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement