home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Comunicatii / freshdown / freshdow.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-09-23  |  3.1 KB  |  57 lines

  1. ;InnoSetupVersion=5.0.0
  2. [Setup]
  3. AppName=FreshDevices FreshDownload
  4. AppVerName=FreshDownload
  5. AppId=FreshDevices FreshDownload
  6. DefaultDirName={pf}\FreshDevices\FreshDownload
  7. DefaultGroupName=FreshDevices\FreshDownload
  8. UninstallDisplayIcon={app}\fd.exe
  9. OutputBaseFilename=freshdow
  10. Compression=lzma
  11. LicenseFile=embedded\License.txt
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\fd.exe"; DestDir: "{app}"; Flags: ignoreversion 
  16. Source: "{app}\fdhelp.chm"; DestDir: "{app}"; Flags: ignoreversion 
  17. Source: "{app}\fdgo.exe"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\fdcatch.dll"; DestDir: "{app}"; Flags: restartreplace regserver 
  19. Source: "{app}\fdplugin.dll"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\license.txt"; DestDir: "{app}"; 
  21. Source: "{app}\back01.bmp"; DestDir: "{app}"; 
  22. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  23. [Registry]
  24. Root: HKLM; Subkey: "Software\FreshDevices\FreshDownload"; ValueName: "Version"; ValueType: String; ValueData: "7.14"; 
  25. Root: HKCU; Subkey: "Software\FreshDevices\FreshDownload"; ValueName: "Version"; ValueType: String; ValueData: "7.14"; 
  26. [Run]
  27. Filename: "{app}\readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  28. [UninstallRun]
  29. Filename: "{app}\fd.exe"; Parameters: "/u"; 
  30. [Icons]
  31. Name: "{group}\FreshDownload"; Filename: "{app}\fd.exe"; WorkingDir: "{app}"; 
  32. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  33. Name: "{group}\Help - FreshDownload"; Filename: "{app}\fdhelp.chm"; 
  34. Name: "{group}\ReadMe - FreshDownload"; Filename: "{app}\readme.txt"; 
  35. 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; 
  36. Name: "{userdesktop}\FreshDownload"; Filename: "{app}\fd.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  37. Name: "{userstartmenu}\FreshDownload"; Filename: "{app}\fd.exe"; WorkingDir: "{app}"; Tasks: startmenuicon; 
  38. Name: "{localappdata}\Microsoft\Internet Explorer\Quick Launch\FreshDownload"; Filename: "{app}\fd.exe"; WorkingDir: "{app}"; 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. Name: "startmenuicon"; Description: "Create a &Start menu icon"; GroupDescription: "Additional icons:"; 
  43. [CustomMessages]
  44. default.NameAndVersion=%1 version %2
  45. default.AdditionalIcons=Additional icons:
  46. default.CreateDesktopIcon=Create a &desktop icon
  47. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  48. default.ProgramOnTheWeb=%1 on the Web
  49. default.UninstallProgram=Uninstall %1
  50. default.LaunchProgram=Launch %1
  51. default.AssocFileExtension=&Associate %1 with the %2 file extension
  52. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  53. [Languages]
  54. ; These files are stubs
  55. ; To achieve better results after recompilation, use the real language files
  56. Name: "default"; MessagesFile: "embedded\default.isl"; 
  57.