home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2005 August / maximum-cd-2005-08.iso / Software / Utilities / IPODACCESS_SETUP.EXE / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-05-31  |  3.1 KB  |  60 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=iPod Access for Windows
  4. AppVerName=iPod Access for Windows v2.3
  5. AppId=iPod Access for Windows
  6. AppPublisher=Findley Designs
  7. AppPublisherURL=http://www.findleydesigns.com
  8. AppSupportURL=http://www.findleydesigns.com
  9. AppUpdatesURL=http://www.findleydesigns.com
  10. DefaultDirName={pf}\iPod Access for Windows
  11. DefaultGroupName=iPod Access for Windows
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. InfoBeforeFile=embedded\InfoBefore.rtf
  16. InfoAfterFile=embedded\InfoAfter.rtf
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\iPod Access.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\eSellerateEngine.dll"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\QuickTimeInstaller.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\ReadMe.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\BeforeInstall.rtf"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\Assign Drive Letter.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\Delete Preferences File.exe"; DestDir: "{app}"; Flags: ignoreversion 
  27. [INI]
  28. FileName: "{app}\iPod Access.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.findleydesigns.com"; 
  29. [Run]
  30. Filename: "{app}\QuicktimeInstaller.exe"; 
  31. Filename: "{app}\iPod Access.exe"; Description: "{cm:LaunchProgram,iPod Access for Windows}"; Flags: postinstall skipifsilent nowait
  32. [Icons]
  33. Name: "{group}\iPod Access for Windows"; Filename: "{app}\iPod Access.exe"; 
  34. Name: "{group}\Read Me"; Filename: "{app}\ReadMe.rtf"; 
  35. Name: "{group}\Assign iPod Drive Letter"; Filename: "{app}\Assign Drive Letter.exe"; 
  36. Name: "{group}\Delete Preferences File"; Filename: "{app}\Delete Preferences File.exe"; 
  37. Name: "{group}\{cm:ProgramOnTheWeb,iPod Access for Windows}"; Filename: "{app}\iPod Access.url"; 
  38. Name: "{group}\{cm:UninstallProgram,iPod Access for Windows}"; Filename: "{uninstallexe}"; 
  39. Name: "{userdesktop}\iPod Access for Windows"; Filename: "{app}\iPod Access.exe"; Tasks: desktopicon; 
  40. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\iPod Access for Windows"; Filename: "{app}\iPod Access.exe"; Tasks: quicklaunchicon; 
  41. [Tasks]
  42. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  43. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  44. [UninstallDelete]
  45. Type: files; Name: "{app}\iPod Access.url"; 
  46. [CustomMessages]
  47. default.NameAndVersion=%1 version %2
  48. default.AdditionalIcons=Additional icons:
  49. default.CreateDesktopIcon=Create a &desktop icon
  50. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  51. default.ProgramOnTheWeb=%1 on the Web
  52. default.UninstallProgram=Uninstall %1
  53. default.LaunchProgram=Launch %1
  54. default.AssocFileExtension=&Associate %1 with the %2 file extension
  55. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  56. [Languages]
  57. ; These files are stubs
  58. ; To achieve better results after recompilation, use the real language files
  59. Name: "default"; MessagesFile: "embedded\default.isl"; 
  60.