home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2002 July / APC0702D2.iso / toolkit / files / freshdow.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-05-10  |  2.3 KB  |  41 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=FreshDevices Corp. - FreshDownload 3.75
  4. AppVerName=FreshDownload
  5. AppId=FreshDevices Corp. - FreshDownload 3.75
  6. DefaultDirName={pf}\FreshDevices\FreshDownload
  7. DefaultGroupName=FreshDevices\FreshDownload
  8. UninstallDisplayIcon={app}\FD.exe
  9. OutputBaseFilename=setup
  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}"; 
  16. Source: "{app}\fdb.exe"; DestDir: "{app}"; 
  17. Source: "{app}\fdgo.exe"; DestDir: "{app}"; 
  18. Source: "{app}\back01.bmp"; DestDir: "{app}"; 
  19. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  20. Source: "{app}\fdhelp.htm"; DestDir: "{app}"; 
  21. Source: "{app}\fdplugin.dll"; DestDir: "{app}"; 
  22. Source: "{app}\fdiehlp.dll"; DestDir: "{app}"; Flags: restartreplace regserver 
  23. Source: "{app}\fdnshlp.dll"; DestDir: "{app}"; Flags: restartreplace regserver 
  24. [Registry]
  25. Root: HKCU; Subkey: "Software\FreshDevices\FreshDownload"; Flags: uninsdeletekey 
  26. Root: HKCR; Subkey: "FDPartialFile"; Flags: uninsdeletekey 
  27. [Run]
  28. Filename: "{app}\readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  29. [Icons]
  30. Name: "{userdesktop}\FreshDownload"; Filename: "{app}\FD.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  31. Name: "{userstartmenu}\FreshDownload"; Filename: "{app}\FD.exe"; WorkingDir: "{app}"; Tasks: startmenuicon; 
  32. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\FreshDownload"; Filename: "{app}\FD.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  33. Name: "{group}\FreshDownload"; Filename: "{app}\FD.exe"; WorkingDir: "{app}"; 
  34. Name: "{group}\FreshDownload Help"; Filename: "{app}\fdhelp.htm"; 
  35. Name: "{group}\Readme"; Filename: "{app}\readme.txt"; 
  36. Name: "{group}\Get Your Free Registration Code!!"; Filename: "{pf}\Internet Explorer\iexplore.exe"; Parameters: "http://www.freshdevices.com/register.html"; IconFilename: "{pf}\Internet Explorer\iexplore.exe"; IconIndex: 1; 
  37. [Tasks]
  38. Name: "desktopicon"; Description: "Create a &Desktop icon"; GroupDescription: "Additional icons:"; 
  39. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  40. Name: "startmenuicon"; Description: "Create a &Start menu icon"; GroupDescription: "Additional icons:"; 
  41.