home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 November / PCWNOV08.iso / Software / Freeware / Fresh UI 8.11 / frui.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2008-07-15  |  4.2 KB  |  63 lines

  1. ;InnoSetupVersion=5.1.10
  2. [Setup]
  3. AppName=FreshDevices - FreshUI
  4. AppVerName=FreshUI
  5. AppId=FreshDevices - FreshUI
  6. DefaultDirName={pf}\FreshDevices\FreshUI
  7. DefaultGroupName=FreshDevices\FreshUI
  8. UninstallDisplayIcon={app}\freshui.exe
  9. OutputBaseFilename=frui
  10. Compression=lzma
  11. LicenseFile=embedded\License.txt
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\freshui,1.exe"; DestDir: "{app}"; DestName: "freshui.exe"; Flags: ignoreversion 
  16. Source: "{app}\freshui.chm"; DestDir: "{app}"; Flags: ignoreversion 
  17. Source: "{app}\freshui.dsc"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  20. Source: "{app}\freshui,2.exe"; DestDir: "{app}"; DestName: "freshui.exe"; Flags: ignoreversion 
  21. Source: "{app}\locale\ar\LC_MESSAGES\default.mo"; DestDir: "{app}\locale\ar\LC_MESSAGES"; Flags: ignoreversion 
  22. Source: "{app}\locale\de\LC_MESSAGES\default.mo"; DestDir: "{app}\locale\de\LC_MESSAGES"; Flags: ignoreversion 
  23. Source: "{app}\locale\el\LC_MESSAGES\default.mo"; DestDir: "{app}\locale\el\LC_MESSAGES"; Flags: ignoreversion 
  24. Source: "{app}\locale\en\LC_MESSAGES\default.mo"; DestDir: "{app}\locale\en\LC_MESSAGES"; Flags: ignoreversion 
  25. Source: "{app}\locale\es\LC_MESSAGES\default.mo"; DestDir: "{app}\locale\es\LC_MESSAGES"; Flags: ignoreversion 
  26. Source: "{app}\locale\fr\LC_MESSAGES\default.mo"; DestDir: "{app}\locale\fr\LC_MESSAGES"; Flags: ignoreversion 
  27. Source: "{app}\locale\it\LC_MESSAGES\default.mo"; DestDir: "{app}\locale\it\LC_MESSAGES"; Flags: ignoreversion 
  28. Source: "{app}\locale\ja\LC_MESSAGES\default.mo"; DestDir: "{app}\locale\ja\LC_MESSAGES"; Flags: ignoreversion 
  29. Source: "{app}\locale\ko\LC_MESSAGES\default.mo"; DestDir: "{app}\locale\ko\LC_MESSAGES"; Flags: ignoreversion 
  30. Source: "{app}\locale\pt\LC_MESSAGES\default.mo"; DestDir: "{app}\locale\pt\LC_MESSAGES"; Flags: ignoreversion 
  31. Source: "{app}\locale\ru\LC_MESSAGES\default.mo"; DestDir: "{app}\locale\ru\LC_MESSAGES"; Flags: ignoreversion 
  32. Source: "{app}\locale\zh_CN\LC_MESSAGES\default.mo"; DestDir: "{app}\locale\zh_CN\LC_MESSAGES"; Flags: ignoreversion 
  33. Source: "{app}\locale\zh_TW\LC_MESSAGES\default.mo"; DestDir: "{app}\locale\zh_TW\LC_MESSAGES"; Flags: ignoreversion 
  34. [Run]
  35. Filename: "{app}\readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  36. [Icons]
  37. Name: "{group}\FreshUI"; Filename: "{app}\freshui.exe"; WorkingDir: "{app}"; 
  38. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  39. Name: "{group}\Help - FreshUI"; Filename: "{app}\freshui.chm"; 
  40. Name: "{group}\ReadMe - FreshUI"; Filename: "{app}\readme.txt"; 
  41. Name: "{group}\Get Free Registration Code!!"; Filename: "{pf}\Internet Explorer\iexplore.exe"; Parameters: """http://www.freshdevices.com/register.html"""; IconFilename: "{pf}\Internet Explorer\iexplore.exe"; IconIndex: 1; 
  42. Name: "{userdesktop}\FreshUI"; Filename: "{app}\freshui.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  43. Name: "{userstartmenu}\FreshUI"; Filename: "{app}\freshui.exe"; WorkingDir: "{app}"; Tasks: startmenuicon; 
  44. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\FreshUI"; Filename: "{app}\freshui.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  45. [Tasks]
  46. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  47. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  48. Name: "startmenuicon"; Description: "Create a &Start menu icon"; GroupDescription: "Additional icons:"; 
  49. [CustomMessages]
  50. default.NameAndVersion=%1 version %2
  51. default.AdditionalIcons=Additional icons:
  52. default.CreateDesktopIcon=Create a &desktop icon
  53. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  54. default.ProgramOnTheWeb=%1 on the Web
  55. default.UninstallProgram=Uninstall %1
  56. default.LaunchProgram=Launch %1
  57. default.AssocFileExtension=&Associate %1 with the %2 file extension
  58. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  59. [Languages]
  60. ; These files are stubs
  61. ; To achieve better results after recompilation, use the real language files
  62. Name: "default"; MessagesFile: "embedded\default.isl"; 
  63.