home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / batch / pb_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-09-25  |  3.1 KB  |  61 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=UniDream Power Batch
  4. AppVerName=UniDream Power Batch 2
  5. AppId=UniDream Power Batch
  6. AppPublisher=UniDream Marketing Technologies Inc
  7. AppPublisherURL=http://www.unidreamtech.com
  8. AppSupportURL=http://www.unidreamtech.com
  9. AppUpdatesURL=http://www.unidreamtech.com
  10. DefaultDirName={pf}\UniDream\Power Batch
  11. DefaultGroupName=UniDream Power Batch
  12. OutputBaseFilename=pb_setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\PowerBatch.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\PowerBatch.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\PowerBatch.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{fonts}\UnidreamLED.ttf"; DestDir: "{fonts}"; Flags: uninsneveruninstall onlyifdoesntexist 
  23. Source: "{app}\frames\birthday.png"; DestDir: "{app}\frames"; Flags: ignoreversion 
  24. Source: "{app}\frames\gold.png"; DestDir: "{app}\frames"; Flags: ignoreversion 
  25. Source: "{app}\frames\heart.png"; DestDir: "{app}\frames"; Flags: ignoreversion 
  26. Source: "{app}\frames\night.png"; DestDir: "{app}\frames"; Flags: ignoreversion 
  27. Source: "{app}\frames\purple.png"; DestDir: "{app}\frames"; Flags: ignoreversion 
  28. Source: "{app}\frames\yellow.png"; DestDir: "{app}\frames"; Flags: ignoreversion 
  29. [INI]
  30. FileName: "{app}\PowerBatch.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.unidreamtech.com"; 
  31. [Run]
  32. Filename: "{app}\PowerBatch.exe"; Description: "Launch UniDream Power Batch"; Flags: postinstall skipifsilent nowait
  33. [Icons]
  34. Name: "{group}\UniDream Power Batch"; Filename: "{app}\PowerBatch.exe"; 
  35. Name: "{group}\Uninstall UniDream Power Batch"; Filename: "{uninstallexe}"; 
  36. Name: "{group}\UniDream Power Batch on the Web"; Filename: "{app}\PowerBatch.url"; 
  37. Name: "{commondesktop}\UniDream Power Batch"; Filename: "{app}\PowerBatch.exe"; Tasks: desktopicon; 
  38. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\UniDream Power Batch"; Filename: "{app}\PowerBatch.exe"; Tasks: quicklaunchicon; 
  39. [Tasks]
  40. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  41. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  42. [InstallDelete]
  43. Type: files; Name: "{app}\PowerBatch.ini"; 
  44. [UninstallDelete]
  45. Type: files; Name: "{app}\PowerBatch.url"; 
  46. Type: files; Name: "{app}\PowerBatch.gid"; 
  47. [CustomMessages]
  48. default.NameAndVersion=%1 version %2
  49. default.AdditionalIcons=Additional icons:
  50. default.CreateDesktopIcon=Create a &desktop icon
  51. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  52. default.ProgramOnTheWeb=%1 on the Web
  53. default.UninstallProgram=Uninstall %1
  54. default.LaunchProgram=Launch %1
  55. default.AssocFileExtension=&Associate %1 with the %2 file extension
  56. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  57. [Languages]
  58. ; These files are stubs
  59. ; To achieve better results after recompilation, use the real language files
  60. Name: "default"; MessagesFile: "embedded\default.isl"; 
  61.