home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 54 / IOPROG_54.ISO / soft / delphi / sourcewizard.exe / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2001-06-15  |  1.7 KB  |  37 lines

  1. ;InnoSetupVersion=2.0.8
  2. [Setup]
  3. AppName=Delphi Source Wizard 1.13
  4. AppVerName=Delphi Source Wizard 1.13
  5. AppId=Delphi Source Wizard 1.13
  6. AppVersion=1.13
  7. AppPublisher=SDMSoft
  8. AppPublisherURL=http://www.sdmsoft.com/
  9. AppSupportURL=http://www.sdmsoft.com/
  10. DefaultDirName={pf}\SDMSoft\SourceWizard
  11. DefaultGroupName=SourceWizard
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\DelForDll.dll"; DestDir: "{app}"; Components: main; 
  20. Source: "{app}\SourceWizard,1.dll"; DestDir: "{app}"; DestName: "SourceWizard.dll"; Components: d5_dll; 
  21. Source: "{app}\SourceWizard,2.dll"; DestDir: "{app}"; DestName: "SourceWizard.dll"; Components: d5u1_dll; 
  22. Source: "{app}\SourceWizard.hlp"; DestDir: "{app}"; Components: main; 
  23. Source: "{app}\SourceWizard.cnt"; DestDir: "{app}"; Components: main; 
  24. Source: "{app}\License.txt"; DestDir: "{app}"; Components: main; 
  25. [Registry]
  26. Root: HKCU; Subkey: "Software\Borland\Delphi\5.0\Experts"; ValueName: "SourceWizard"; ValueType: String; ValueData: "{app}\SourceWizard.dll"; Flags: uninsdeletevalue 
  27. [Icons]
  28. Name: "{group}\Source Wizard Help"; Filename: "{app}\SourceWizard.hlp"; 
  29. Name: "{group}\Source Wizard License"; Filename: "{app}\License.txt"; 
  30. [Components]
  31. Name: "main"; Description: "Main Files"; Types: "d5 d5u1"; 
  32. Name: "d5_dll"; Description: "Wizard for Delphi5 without UpdatePack"; Types: "d5"; 
  33. Name: "d5u1_dll"; Description: "Wizard for Delphi5 with UpdatePack"; Types: "d5u1"; 
  34. [Types]
  35. Name: "d5"; Description: "Delphi5 without UpdatePack"; 
  36. Name: "d5u1"; Description: "Delphi5 with UpdatePack 1"; 
  37.