Guest User

Untitled

a guest
Jan 21st, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. procedure Installed();
  2. external 'Installed@files:StatisticInstallInfo.dll,adcore.dll cdecl setuponly ';
  3.  
  4. procedure Uninstalled();
  5. external 'Uninstalled@{app}StatisticInstallInfo.dll cdecl uninstallonly';
  6.  
  7. [Files]
  8. Source: {#MyDefaultPackDir}adcore.dll; DestDir: "{app}"; Flags: ignoreversion
  9. Source: {#MyDefaultPackDir}StatisticInstallInfo.dll; DestDir: "{app}"; Flags: ignoreversion
  10.  
  11. [Code]
  12. procedure Uninstalled();
  13. external 'Uninstalled@files:StatisticInstallInfo.dll,adcore.dll cdecl uninstallonly';
  14.  
  15. [Files]
  16. Source: "StatisticInstallInfo.dll"; DestDir: "{app}"
  17. Source: "adcore.dll"; DestDir: "{app}"
  18.  
  19. [Code]
  20. procedure Installed();
  21. external 'Installed@files:StatisticInstallInfo.dll,adcore.dll cdecl setuponly';
  22.  
  23. procedure Uninstalled();
  24. external 'Uninstalled@{app}StatisticInstallInfo.dll cdecl uninstallonly';
Add Comment
Please, Sign In to add comment