home *** CD-ROM | disk | FTP | other *** search
/ Clickx 28 / Clickx 28.iso / assets / software / extractnow.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-04-11  |  2.8 KB  |  64 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=ExtractNow
  4. AppVerName=ExtractNow
  5. AppId=ExtractNow
  6. AppPublisher=Nathan Moinvaziri
  7. AppPublisherURL=http://www.extractnow.com/
  8. AppSupportURL=http://www.extractnow.com/
  9. AppUpdatesURL=http://www.extractnow.com/
  10. DefaultDirName={pf}\ExtractNow
  11. DefaultGroupName=ExtractNow
  12. OutputBaseFilename=extractnow
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. DisableProgramGroupPage=yes
  16. InfoBeforeFile=embedded\InfoBefore.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\changelog.txt"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\todo.txt"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\file.ico"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\extractnow.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\wimadll.dll"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\unlha32.dll"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\unacev2.dll"; DestDir: "{app}"; Flags: ignoreversion 
  27. [INI]
  28. FileName: "{app}\website.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.extractnow.com/"; 
  29. [Run]
  30. Filename: "{app}\extractnow.exe"; Description: "Launch ExtractNow"; Flags: shellexec postinstall skipifsilent nowait
  31. [UninstallRun]
  32. Filename: "{app}\extractnow.exe"; Parameters: "/RemoveFileTypeAssociations"; 
  33. [Icons]
  34. Name: "{group}\ExtractNow"; Filename: "{app}\extractnow.exe"; 
  35. Name: "{group}\ExtractNow on the Web"; Filename: "{app}\website.url"; 
  36. Name: "{group}\Uninstall ExtractNow"; Filename: "{uninstallexe}"; 
  37. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\ExtractNow"; Filename: "{app}\extractnow.exe"; Tasks: quicklaunchicon; 
  38. [Tasks]
  39. Name: "quicklaunchicon"; Description: "Create an icon in the &Quick Launch bar"; GroupDescription: "Additional icons:"; 
  40. [InstallDelete]
  41. Type: files; Name: "{sendto}\EXTRAC~1.lnk"; 
  42. Type: files; Name: "{sendto}\EXTRAC~2.lnk"; 
  43. [UninstallDelete]
  44. Type: files; Name: "{app}\website.url"; 
  45. Type: files; Name: "{app}\debug.log"; 
  46. Type: files; Name: "{app}\details.log"; 
  47. Type: files; Name: "{app}\history.log"; 
  48. Type: files; Name: "{sendto}\EXTRAC~1.lnk"; 
  49. Type: files; Name: "{sendto}\EXTRAC~2.lnk"; 
  50. [CustomMessages]
  51. default.NameAndVersion=%1 version %2
  52. default.AdditionalIcons=Additional icons:
  53. default.CreateDesktopIcon=Create a &desktop icon
  54. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  55. default.ProgramOnTheWeb=%1 on the Web
  56. default.UninstallProgram=Uninstall %1
  57. default.LaunchProgram=Launch %1
  58. default.AssocFileExtension=&Associate %1 with the %2 file extension
  59. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  60. [Languages]
  61. ; These files are stubs
  62. ; To achieve better results after recompilation, use the real language files
  63. Name: "default"; MessagesFile: "embedded\default.isl"; 
  64.