home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Utilities / ExtractNow 4.39 / extractnow.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-04-19  |  3.3 KB  |  70 lines

  1. ;InnoSetupVersion=5.1.10
  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}\complete.wav"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\incomplete.wav"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\extractmenu.dll"; DestDir: "{app}"; Flags: restartreplace sharedfile uninsrestartdelete ignoreversion 
  24. Source: "{app}\file.ico"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\extractnow.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\wimadll.dll"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\unlha32.dll"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\unacev2.dll"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\extractnow.htm"; DestDir: "{app}"; Flags: ignoreversion 
  30. [Run]
  31. Filename: "{app}\extractnow.exe"; Parameters: "/registermenu"; Tasks: registermenu; Flags: shellexec nowait
  32. Filename: "{app}\extractnow.exe"; Description: "Launch ExtractNow"; Flags: shellexec postinstall skipifsilent nowait
  33. [UninstallRun]
  34. Filename: "{app}\extractnow.exe"; Parameters: "/uninstall"; 
  35. [Icons]
  36. Name: "{group}\ExtractNow"; Filename: "{app}\extractnow.exe"; 
  37. Name: "{group}\ExtractNow on the Web"; Filename: "{app}\extractnow.htm"; 
  38. Name: "{group}\Uninstall ExtractNow"; Filename: "{uninstallexe}"; 
  39. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\ExtractNow"; Filename: "{app}\extractnow.exe"; Tasks: quicklaunchicon; 
  40. [Tasks]
  41. Name: "quicklaunchicon"; Description: "Create an icon in the &Quick Launch bar"; GroupDescription: "Additional icons:"; 
  42. Name: "registermenu"; Description: "Register explorer shell &context menu"; GroupDescription: "Additional tasks:"; 
  43. [InstallDelete]
  44. Type: files; Name: "{group}"; 
  45. Type: files; Name: "{app}\website.url"; 
  46. Type: files; Name: "{app}\todo.txt"; 
  47. Type: files; Name: "{sendto}\EXTRAC~1.lnk"; 
  48. Type: files; Name: "{sendto}\EXTRAC~2.lnk"; 
  49. [UninstallDelete]
  50. Type: files; Name: "{app}\website.url"; 
  51. Type: files; Name: "{app}\debug.log"; 
  52. Type: files; Name: "{app}\details.log"; 
  53. Type: files; Name: "{app}\history.log"; 
  54. Type: files; Name: "{sendto}\EXTRAC~1.lnk"; 
  55. Type: files; Name: "{sendto}\EXTRAC~2.lnk"; 
  56. [CustomMessages]
  57. default.NameAndVersion=%1 version %2
  58. default.AdditionalIcons=Additional icons:
  59. default.CreateDesktopIcon=Create a &desktop icon
  60. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  61. default.ProgramOnTheWeb=%1 on the Web
  62. default.UninstallProgram=Uninstall %1
  63. default.LaunchProgram=Launch %1
  64. default.AssocFileExtension=&Associate %1 with the %2 file extension
  65. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  66. [Languages]
  67. ; These files are stubs
  68. ; To achieve better results after recompilation, use the real language files
  69. Name: "default"; MessagesFile: "embedded\default.isl"; 
  70.