home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 July & August / PCWorld_2003-07-08_cd.bin / Software / TemaCD / aida / aida32ee_350.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-05-14  |  3.9 KB  |  72 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=AIDA32
  4. AppVerName=AIDA32 v3.50
  5. AppId=AIDA32
  6. AppPublisher=Tamas Miklos
  7. AppPublisherURL=http://www.aida32.hu
  8. AppSupportURL=http://www.aida32.hu
  9. AppUpdatesURL=http://www.aida32.hu
  10. DefaultDirName={pf}\AIDA32 - Enterprise System Information
  11. DefaultGroupName=AIDA32 - Enterprise System Information
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\aida32.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\aida32.bin"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\aida32.dat"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\aida32.mem"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\aida32.sys"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\aida32.vxd"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\aida32.web"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\aida_directx.dll"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\aida_icons.dll"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\aida_xpicons.dll"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\DB - Access.mdb"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\DB - Access97.mdb"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\DB - MySQL.sql"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\DB - Oracle.sql"; DestDir: "{app}"; Flags: ignoreversion 
  33. Source: "{app}\DB - SQL Server.sql"; DestDir: "{app}"; Flags: ignoreversion 
  34. Source: "{app}\bg.lng"; DestDir: "{app}"; Flags: ignoreversion 
  35. Source: "{app}\ca.lng"; DestDir: "{app}"; Flags: ignoreversion 
  36. Source: "{app}\cz.lng"; DestDir: "{app}"; Flags: ignoreversion 
  37. Source: "{app}\de.lng"; DestDir: "{app}"; Flags: ignoreversion 
  38. Source: "{app}\dk.lng"; DestDir: "{app}"; Flags: ignoreversion 
  39. Source: "{app}\es.lng"; DestDir: "{app}"; Flags: ignoreversion 
  40. Source: "{app}\fi.lng"; DestDir: "{app}"; Flags: ignoreversion 
  41. Source: "{app}\fr.lng"; DestDir: "{app}"; Flags: ignoreversion 
  42. Source: "{app}\gl.lng"; DestDir: "{app}"; Flags: ignoreversion 
  43. Source: "{app}\hr.lng"; DestDir: "{app}"; Flags: ignoreversion 
  44. Source: "{app}\hu.lng"; DestDir: "{app}"; Flags: ignoreversion 
  45. Source: "{app}\it.lng"; DestDir: "{app}"; Flags: ignoreversion 
  46. Source: "{app}\jp.lng"; DestDir: "{app}"; Flags: ignoreversion 
  47. Source: "{app}\nl.lng"; DestDir: "{app}"; Flags: ignoreversion 
  48. Source: "{app}\no.lng"; DestDir: "{app}"; Flags: ignoreversion 
  49. Source: "{app}\pl.lng"; DestDir: "{app}"; Flags: ignoreversion 
  50. Source: "{app}\pt.lng"; DestDir: "{app}"; Flags: ignoreversion 
  51. Source: "{app}\ro.lng"; DestDir: "{app}"; Flags: ignoreversion 
  52. Source: "{app}\ru.lng"; DestDir: "{app}"; Flags: ignoreversion 
  53. Source: "{app}\se.lng"; DestDir: "{app}"; Flags: ignoreversion 
  54. Source: "{app}\si.lng"; DestDir: "{app}"; Flags: ignoreversion 
  55. Source: "{app}\sk.lng"; DestDir: "{app}"; Flags: ignoreversion 
  56. Source: "{app}\ua.lng"; DestDir: "{app}"; Flags: ignoreversion 
  57. [INI]
  58. FileName: "{app}\aida32.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.aida32.hu"; 
  59. [Run]
  60. Filename: "{app}\aida32.exe"; Description: "Launch AIDA32"; Flags: postinstall skipifsilent nowait
  61. [Icons]
  62. Name: "{group}\AIDA32"; Filename: "{app}\aida32.exe"; 
  63. Name: "{group}\AIDA32 on the Web"; Filename: "{app}\aida32.url"; 
  64. Name: "{userdesktop}\AIDA32"; Filename: "{app}\aida32.exe"; Tasks: desktopicon; 
  65. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\AIDA32"; Filename: "{app}\aida32.exe"; Tasks: quicklaunchicon; 
  66. Name: "{group}\Uninstall AIDA32"; Filename: "{uninstallexe}"; 
  67. [Tasks]
  68. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  69. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  70. [UninstallDelete]
  71. Type: files; Name: "{app}\aida32.url"; 
  72.