Advertisement
TLama

Untitled

Nov 27th, 2014
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.30 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. [UninstallRun]
  8. Filename: "calc.exe"; Parameters: "-f {code:GetUninstFilePath}"
  9.  
  10. [Code]
  11. function GetUninstFilePath(Value: string): string;
  12. begin
  13.   Log('GetUninstFilePath');
  14. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement