home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / nlite / nlite-0.96bi.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-06-15  |  2.5 KB  |  53 lines

  1. ;InnoSetupVersion=4.2.4
  2. [Setup]
  3. AppName=nLite
  4. AppVerName=nLite 0.96.2 beta
  5. AppId=nLite
  6. AppPublisher=nuhi
  7. AppPublisherURL=http://nuhi.msfnhosting.com
  8. AppSupportURL=http://nuhi.msfnhosting.com
  9. AppUpdatesURL=http://nuhi.msfnhosting.com
  10. DefaultDirName={pf}\nLite
  11. DefaultGroupName=nLite
  12. OutputBaseFilename=nLite new
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\nlite.exe"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\Data\bootsector.bin"; DestDir: "{app}\Data"; Flags: ignoreversion 
  20. Source: "{app}\Data\cdimage.exe"; DestDir: "{app}\Data"; Flags: ignoreversion 
  21. Source: "{app}\Data\expand.exe"; DestDir: "{app}\Data"; Flags: ignoreversion 
  22. Source: "{app}\Data\makecab.exe"; DestDir: "{app}\Data"; Flags: ignoreversion 
  23. Source: "{app}\Data\modpe.exe"; DestDir: "{app}\Data"; Flags: ignoreversion 
  24. Source: "{app}\Data\sfc_os.dl_"; DestDir: "{app}\Data"; Flags: ignoreversion 
  25. Source: "{app}\Data\winnt.sif"; DestDir: "{app}\Data"; Flags: ignoreversion 
  26. [INI]
  27. FileName: "{app}\nlite.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://nuhi.msfnhosting.com"; 
  28. [Run]
  29. Filename: "{app}\nlite.exe"; Description: "{cm:LaunchProgram,nLite}"; Flags: postinstall skipifsilent nowait
  30. [Icons]
  31. Name: "{group}\nLite"; Filename: "{app}\nlite.exe"; WorkingDir: "{app}"; 
  32. Name: "{group}\{cm:ProgramOnTheWeb,nLite}"; Filename: "{app}\nlite.url"; 
  33. Name: "{group}\{cm:UninstallProgram,nLite}"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  34. Name: "{userdesktop}\nLite"; Filename: "{app}\nlite.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  35. [Tasks]
  36. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  37. [UninstallDelete]
  38. Type: files; Name: "{app}\nlite.url"; 
  39. [CustomMessages]
  40. default.NameAndVersion=%1 version %2
  41. default.AdditionalIcons=Additional icons:
  42. default.CreateDesktopIcon=Create a &desktop icon
  43. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  44. default.ProgramOnTheWeb=%1 on the Web
  45. default.UninstallProgram=Uninstall %1
  46. default.LaunchProgram=Launch %1
  47. default.AssocFileExtension=&Associate %1 with the %2 file extension
  48. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  49. [Languages]
  50. ; These files are stubs
  51. ; To achieve better results after recompilation, use the real language files
  52. Name: "default"; MessagesFile: "embedded\default.isl"; 
  53.