TLama

Untitled

Feb 13th, 2014
335
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. OutputDir=userdocs:Inno Setup Examples Output
  6.  
  7. [Code]
  8. procedure InitializeWizard;
  9. begin
  10.   MsgBox(GetEnv('PATH1'), mbInformation, MB_OK);
  11. end;
Advertisement
Add Comment
Please, Sign In to add comment