home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Shareware / Utilitare / diskt / diskt.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-12-07  |  2.0 KB  |  47 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=Disk and Registry Alert Trial
  4. AppVerName=Disk and Registry Alert Trial
  5. AppId=Disk and Registry Alert Trial
  6. DefaultDirName={pf}\Disk and Registry Alert Trial
  7. DefaultGroupName=Disk and Registry Alert Trial
  8. UninstallDisplayIcon={app}\showt.exe
  9. OutputBaseFilename=setup
  10. Compression=lzma
  11. PrivilegesRequired=none
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\showt.exe"; DestDir: "{app}"; 
  16. Source: "{app}\download.htm"; DestDir: "{app}"; 
  17. Source: "{app}\help.htm"; DestDir: "{app}"; 
  18. Source: "{app}\privacy3.gif"; DestDir: "{app}"; 
  19. Source: "{app}\buyn3.gif"; DestDir: "{app}"; 
  20. Source: "{app}\downl3.gif"; DestDir: "{app}"; 
  21. Source: "{app}\disclaim.txt"; DestDir: "{app}"; 
  22. Source: "{app}\uninstal.txt"; DestDir: "{app}"; 
  23. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  24. [Run]
  25. Filename: "{app}\readme.txt"; Flags: shellexec 
  26. [Icons]
  27. Name: "{group}\Disk and Registry Alert Trial"; Filename: "{app}\showt.exe"; 
  28. Name: "{group}\More Software Downloads"; Filename: "{app}\download.htm"; 
  29. Name: "{group}\Help FAQ"; Filename: "{app}\help.htm"; 
  30. Name: "{group}\Disclaimer"; Filename: "{app}\disclaim.txt"; 
  31. Name: "{group}\Uninstall Instructions"; Filename: "{app}\uninstal.txt"; 
  32. Name: "{userdesktop}\Disk and Registry Trial"; Filename: "{app}\showt.exe"; 
  33. [CustomMessages]
  34. default.NameAndVersion=%1 version %2
  35. default.AdditionalIcons=Additional icons:
  36. default.CreateDesktopIcon=Create a &desktop icon
  37. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  38. default.ProgramOnTheWeb=%1 on the Web
  39. default.UninstallProgram=Uninstall %1
  40. default.LaunchProgram=Launch %1
  41. default.AssocFileExtension=&Associate %1 with the %2 file extension
  42. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  43. [Languages]
  44. ; These files are stubs
  45. ; To achieve better results after recompilation, use the real language files
  46. Name: "default"; MessagesFile: "embedded\default.isl"; 
  47.