home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / nlite / nlite-0.99bi.exe / install_script.iss
Text File  |  2004-10-05  |  3KB  |  67 lines

  1. ;InnoSetupVersion=4.2.6
  2.  
  3. [Setup]
  4. AppName=nLite
  5. AppVerName=nLite 0.99 beta
  6. AppId=nLite
  7. AppPublisher=nuhi
  8. AppPublisherURL=http://nuhi.msfn.org
  9. AppSupportURL=http://nuhi.msfn.org
  10. AppUpdatesURL=http://nuhi.msfn.org
  11. DefaultDirName={pf}\nLite
  12. DefaultGroupName=nLite
  13. OutputBaseFilename=nLite new
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\nlwiz.dll"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\nlite.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\Data\boot.bin"; DestDir: "{app}\Data"; Flags: ignoreversion 
  23. Source: "{app}\Data\makeiso.exe"; DestDir: "{app}\Data"; Flags: ignoreversion 
  24. Source: "{app}\Data\modpe.exe"; DestDir: "{app}\Data"; Flags: ignoreversion 
  25. Source: "{app}\Data\patcher.dll"; DestDir: "{app}\Data"; Flags: ignoreversion 
  26. Source: "{app}\Lang\Deutsch.lang"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  27. Source: "{app}\Lang\Portuguese.lang"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  28. Source: "{app}\Lang\Translation.txt"; DestDir: "{app}\Lang"; Flags: ignoreversion 
  29.  
  30. [Dirs]
  31. Name: "{app}\Presets"; 
  32.  
  33. [INI]
  34. FileName: "{app}\nlite.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://nuhi.msfn.org"; 
  35.  
  36. [Run]
  37. Filename: "{app}\nlite.exe"; Description: "{cm:LaunchProgram,nLite}"; Flags: postinstall skipifsilent nowait
  38.  
  39. [Icons]
  40. Name: "{group}\nLite"; Filename: "{app}\nlite.exe"; WorkingDir: "{app}"; 
  41. Name: "{group}\{cm:ProgramOnTheWeb,nLite}"; Filename: "{app}\nlite.url"; 
  42. Name: "{group}\{cm:UninstallProgram,nLite}"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  43. Name: "{userdesktop}\nLite"; Filename: "{app}\nlite.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  44. Name: "{group}\Presets"; Filename: "{app}\Presets"; WorkingDir: "{app}\Presets"; Comment: "Custom presets"; 
  45.  
  46. [Tasks]
  47. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  48.  
  49. [UninstallDelete]
  50. Type: files; Name: "{app}\nlite.url"; 
  51.  
  52. [CustomMessages]
  53. default.NameAndVersion=%1 version %2
  54. default.AdditionalIcons=Additional icons:
  55. default.CreateDesktopIcon=Create a &desktop icon
  56. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  57. default.ProgramOnTheWeb=%1 on the Web
  58. default.UninstallProgram=Uninstall %1
  59. default.LaunchProgram=Launch %1
  60. default.AssocFileExtension=&Associate %1 with the %2 file extension
  61. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  62.  
  63. [Languages]
  64. ; These files are stubs
  65. ; To achieve better results after recompilation, use the real language files
  66. Name: "default"; MessagesFile: "embedded\default.isl"; 
  67.