home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 July & August / PCWorld_2002-07-08_cd.bin / Software / Vyzkuste / extractnow / extractnow.exe / install_script.iss
Text File  |  2002-06-03  |  3KB  |  79 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=ExtractNow
  5. AppVerName=ExtractNow
  6. AppId=ExtractNow
  7. AppPublisher=Nathan Moinvaziri
  8. AppPublisherURL=http://nmoin.brinkster.net/
  9. AppSupportURL=http://nmoin.brinkster.net/
  10. AppUpdatesURL=http://nmoin.brinkster.net/
  11. DefaultDirName={pf}\ExtractNow
  12. DefaultGroupName=ExtractNow
  13. OutputBaseFilename=extractnow
  14. Compression=zip
  15. PrivilegesRequired=none
  16. DisableProgramGroupPage=yes
  17. InfoBeforeFile=embedded\InfoBefore.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\lng_german.dll"; DestDir: "{app}"; Components: german; 
  23. Source: "{app}\lng_french.dll"; DestDir: "{app}"; Components: french; 
  24. Source: "{app}\lng_spanish (spain).dll"; DestDir: "{app}"; Components: spain; 
  25. Source: "{app}\lng_italian.dll"; DestDir: "{app}"; Components: italian; 
  26. Source: "{app}\lng_romanian.dll"; DestDir: "{app}"; Components: romanian; 
  27. Source: "{app}\en.chm"; DestDir: "{app}"; Components: main; 
  28. Source: "{app}\enfileicon.ico"; DestDir: "{app}"; Components: main; 
  29. Source: "{app}\testarchive.zip"; DestDir: "{app}"; Components: main; 
  30. Source: "{app}\extractnow.exe"; DestDir: "{app}"; Components: main; 
  31. Source: "{app}\unrar.dll"; DestDir: "{app}"; Components: main; 
  32. Source: "{app}\unacev2.dll"; DestDir: "{app}"; Components: main; 
  33. Source: "{app}\unzip32.dll"; DestDir: "{app}"; Components: main; 
  34.  
  35. [Registry]
  36. Root: HKLM; Subkey: "Software\ExtractNow"; ValueName: "New Install"; ValueType: Dword; ValueData: "$1"; 
  37.  
  38. [INI]
  39. FileName: "{app}\website.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://nmoin.brinkster.net/en/"; 
  40.  
  41. [Run]
  42. Filename: "{app}\extractnow.exe"; Description: "Launch ExtractNow"; Flags: shellexec postinstall skipifsilent 
  43.  
  44. [UninstallRun]
  45. Filename: "{app}\extractnow.exe"; Parameters: "/remreg"; 
  46.  
  47. [Icons]
  48. Name: "{group}\ExtractNow"; Filename: "{app}\extractnow.exe"; 
  49. Name: "{group}\ExtractNow Help"; Filename: "{app}\en.chm"; 
  50. Name: "{group}\ExtractNow on the Web"; Filename: "{app}\website.url"; 
  51. Name: "{userdesktop}\ExtractNow"; Filename: "{app}\extractnow.exe"; Tasks: desktopicon; 
  52. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\ExtractNow"; Filename: "{app}\extractnow.exe"; Tasks: quicklaunchicon; 
  53.  
  54. [Tasks]
  55. Name: "desktopicon"; Description: "Create an icon on the &Desktop"; GroupDescription: "Additional icons:"; 
  56. Name: "quicklaunchicon"; Description: "Create an icon in the &Quick Launch bar"; GroupDescription: "Additional icons:"; 
  57.  
  58. [Components]
  59. Name: "main"; Description: "Required Files"; Types: "full compact custom"; 
  60. Name: "italian"; Description: "Italian Language Pack"; Types: "custom"; 
  61. Name: "french"; Description: "French Language Pack"; Types: "custom"; 
  62. Name: "spain"; Description: "Spanish (Spain) Language Pack"; Types: "custom"; 
  63. Name: "german"; Description: "German Language Pack"; Types: "custom"; 
  64. Name: "romanian"; Description: "Romanian Language Pack"; Types: "custom"; 
  65.  
  66. [InstallDelete]
  67. Type: files; Name: "{sendto}\EXTRAC~1.lnk"; 
  68. Type: files; Name: "{sendto}\EXTRAC~2.lnk"; 
  69.  
  70. [UninstallDelete]
  71. Type: files; Name: "{app}\website.url"; 
  72. Type: files; Name: "{sendto}\EXTRAC~1.lnk"; 
  73. Type: files; Name: "{sendto}\EXTRAC~2.lnk"; 
  74.  
  75. [Types]
  76. Name: "full"; Description: "Full installation"; 
  77. Name: "compact"; Description: "Compact installation"; 
  78. Name: "custom"; Description: "Custom installation"; 
  79.