home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 April / CMCD0405.ISO / Software / Test / fresh / freshdow.exe / install_script.iss
Text File  |  2005-02-23  |  3KB  |  62 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=FreshDevices FreshDownload
  5. AppVerName=FreshDownload
  6. AppId=FreshDevices FreshDownload
  7. DefaultDirName={pf}\FreshDevices\FreshDownload
  8. DefaultGroupName=FreshDevices\FreshDownload
  9. UninstallDisplayIcon={app}\fd.exe
  10. OutputBaseFilename=freshdow
  11. Compression=lzma
  12. LicenseFile=embedded\License.txt
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\fd.exe"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\fdhelp.chm"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\fdgo.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\fdcatch.dll"; DestDir: "{app}"; Flags: restartreplace regserver 
  21. Source: "{app}\fdplugin.dll"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\license.txt"; DestDir: "{app}"; 
  23. Source: "{app}\back01.bmp"; DestDir: "{app}"; 
  24. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  25.  
  26. [Run]
  27. Filename: "{app}\readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  28.  
  29. [UninstallRun]
  30. Filename: "{app}\fd.exe"; Parameters: "/u"; 
  31.  
  32. [Icons]
  33. Name: "{group}\FreshDownload"; Filename: "{app}\fd.exe"; WorkingDir: "{app}"; 
  34. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  35. Name: "{group}\Help - FreshDownload"; Filename: "{app}\fdhelp.chm"; 
  36. Name: "{group}\ReadMe - FreshDownload"; Filename: "{app}\readme.txt"; 
  37. 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; 
  38. Name: "{userdesktop}\FreshDownload"; Filename: "{app}\fd.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  39. Name: "{userstartmenu}\FreshDownload"; Filename: "{app}\fd.exe"; WorkingDir: "{app}"; Tasks: startmenuicon; 
  40. Name: "{localappdata}\Microsoft\Internet Explorer\Quick Launch\FreshDownload"; Filename: "{app}\fd.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  41.  
  42. [Tasks]
  43. Name: "desktopicon"; Description: "Create a &Desktop icon"; GroupDescription: "Additional icons:"; 
  44. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  45. Name: "startmenuicon"; Description: "Create a &Start menu icon"; GroupDescription: "Additional icons:"; 
  46.  
  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.  
  58. [Languages]
  59. ; These files are stubs
  60. ; To achieve better results after recompilation, use the real language files
  61. Name: "default"; MessagesFile: "embedded\default.isl"; 
  62.