home *** CD-ROM | disk | FTP | other *** search
/ NetGuide 2004 April / NETGUID0404N.iso / pc / featured / Shareware / FreshDownload / freshdow.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-02-17  |  2.4 KB  |  44 lines

  1. ;InnoSetupVersion=4.0.11
  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=zip
  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. [Run]
  24. Filename: "{app}\readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  25. [UninstallRun]
  26. Filename: "{app}\fd.exe"; Parameters: "/u"; 
  27. [Icons]
  28. Name: "{group}\FreshDownload"; Filename: "{app}\fd.exe"; WorkingDir: "{app}"; 
  29. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  30. Name: "{group}\Help - FreshDownload"; Filename: "{app}\fdhelp.chm"; 
  31. Name: "{group}\ReadMe - FreshDownload"; Filename: "{app}\readme.txt"; 
  32. 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; 
  33. Name: "{userdesktop}\FreshDownload"; Filename: "{app}\fd.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  34. Name: "{userstartmenu}\FreshDownload"; Filename: "{app}\fd.exe"; WorkingDir: "{app}"; Tasks: startmenuicon; 
  35. Name: "{localappdata}\Microsoft\Internet Explorer\Quick Launch\FreshDownload"; Filename: "{app}\fd.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  36. [Tasks]
  37. Name: "desktopicon"; Description: "Create a &Desktop icon"; GroupDescription: "Additional icons:"; 
  38. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  39. Name: "startmenuicon"; Description: "Create a &Start menu icon"; GroupDescription: "Additional icons:"; 
  40. [Languages]
  41. ; These files are stubs
  42. ; To achieve better results after recompilation, use the real language files
  43. Name: "default"; MessagesFile: "embedded\default.isl"; 
  44.