home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March (DVD) / PCWorld_2008-03_DVD.iso / system / abaikodisk / abaiko-disk-space-monitor.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2008-02-05  |  3.7 KB  |  66 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=Abaiko Disk Space Monitor
  4. AppVerName=Abaiko Disk Space Monitor 2.21
  5. AppId=Abaiko Disk Space Monitor
  6. AppPublisher=Abaiko Software
  7. AppPublisherURL=http://www.diskspacemonitor.com
  8. AppSupportURL=http://www.diskspacemonitor.com
  9. AppUpdatesURL=http://www.diskspacemonitor.com
  10. DefaultDirName={pf}\Abaiko Disk Space Monitor
  11. DefaultGroupName=Abaiko Disk Space Monitor
  12. OutputBaseFilename=abaiko-disk-space-monitor
  13. Compression=lzma
  14. PrivilegesRequired=poweruser
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\Office2007.cjstyles"; DestDir: "{app}"; 
  21. Source: "{app}\ADSM.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\ADSM.chm"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\msvbvm60.dll"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{sys}\MSCOMCTL.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  26. Source: "{sys}\MSWINSCK.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  27. Source: "{sys}\Codejock.CommandBars.v11.2.2.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  28. Source: "{sys}\Codejock.SkinFramework.v11.2.2.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  29. Source: "{sys}\Codejock.Controls.v11.2.2.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  30. Source: "{sys}\Codejock.ReportControl.v11.2.2.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  31. [INI]
  32. FileName: "{app}\Abaiko Disk Space Monitor on the Web.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.diskspacemonitor.com"; 
  33. [Run]
  34. Filename: "{app}\ADSM.exe"; Description: "{cm:LaunchProgram,Abaiko Disk Space Monitor}"; Flags: postinstall skipifsilent nowait
  35. [UninstallRun]
  36. Filename: "http://www.diskspacemonitor.com/uninstall.html"; Flags: shellexec nowait
  37. [Icons]
  38. Name: "{group}\Abaiko Disk Space Monitor"; Filename: "{app}\ADSM.exe"; WorkingDir: "{app}"; 
  39. Name: "{group}\{cm:ProgramOnTheWeb,Abaiko Disk Space Monitor}"; Filename: "{app}\Abaiko Disk Space Monitor on the Web.url"; 
  40. Name: "{group}\{cm:UninstallProgram,Abaiko Disk Space Monitor}"; Filename: "{uninstallexe}"; 
  41. Name: "{userdesktop}\Abaiko Disk Space Monitor"; Filename: "{app}\ADSM.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  42. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Abaiko Disk Space Monitor"; Filename: "{app}\ADSM.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  43. [Tasks]
  44. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  45. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  46. [InstallDelete]
  47. Type: files; Name: "{app}\ADSM.exe.manifest"; 
  48. [UninstallDelete]
  49. Type: files; Name: "{app}\Abaiko Disk Space Monitor on the Web.url"; 
  50. Type: files; Name: "{app}\*.ini"; 
  51. Type: files; Name: "{app}\*.txt"; 
  52. [CustomMessages]
  53. english.NameAndVersion=%1 version %2
  54. english.AdditionalIcons=Additional icons:
  55. english.CreateDesktopIcon=Create a &desktop icon
  56. english.CreateQuickLaunchIcon=Create a &Quick Launch icon
  57. english.ProgramOnTheWeb=%1 on the Web
  58. english.UninstallProgram=Uninstall %1
  59. english.LaunchProgram=Launch %1
  60. english.AssocFileExtension=&Associate %1 with the %2 file extension
  61. english.AssocingFileExtension=Associating %1 with the %2 file extension...
  62. [Languages]
  63. ; These files are stubs
  64. ; To achieve better results after recompilation, use the real language files
  65. Name: "english"; MessagesFile: "embedded\english.isl"; 
  66.