home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 January / EnterCD 1_2002.iso / Uzytki / Windows Configurator / WindConf.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2001-11-14  |  2.4 KB  |  56 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=Windows Configurator
  4. AppVerName=Windows Configurator v0.6
  5. AppId=Windows Configurator
  6. AppPublisher=Leszek Skorczy
  7. AppPublisherURL=http://freewarez.prv.pl
  8. AppSupportURL=http://freewarez.prv.pl
  9. AppUpdatesURL=http://freewarez.prv.pl
  10. DefaultDirName={pf}\Windows Configurator
  11. DefaultGroupName=Windows Configurator
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\WindConf.exe"; DestDir: "{app}"; 
  21. Source: "{app}\Dansk.wcl"; DestDir: "{app}"; 
  22. Source: "{app}\Deutsch.wcl"; DestDir: "{app}"; 
  23. Source: "{app}\English.wcl"; DestDir: "{app}"; 
  24. Source: "{app}\Espa
  25. ol.wcl"; DestDir: "{app}"; 
  26. Source: "{app}\file_id.diz"; DestDir: "{app}"; 
  27. Source: "{app}\Fran
  28. aise.wcl"; DestDir: "{app}"; 
  29. Source: "{app}\Italiano.wcl"; DestDir: "{app}"; 
  30. Source: "{app}\Licence.txt"; DestDir: "{app}"; 
  31. Source: "{app}\Nederlands.wcl"; DestDir: "{app}"; 
  32. Source: "{app}\Norsk.wcl"; DestDir: "{app}"; 
  33. Source: "{app}\Polski.wcl"; DestDir: "{app}"; 
  34. Source: "{app}\Portugu
  35. s (Brasil).wcl"; DestDir: "{app}"; 
  36. Source: "{app}\Russian.wcl"; DestDir: "{app}"; 
  37. Source: "{app}\Svenska.wcl"; DestDir: "{app}"; 
  38. Source: "{app}\Tweaks.ini"; DestDir: "{app}"; 
  39. Source: "{app}\What's new.txt"; DestDir: "{app}"; 
  40. Source: "{app}\Czech.wcl"; DestDir: "{app}"; 
  41. Source: "{app}\WindConf.ini"; DestDir: "{app}"; 
  42. [INI]
  43. FileName: "{app}\WindConf.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://freewarez.prv.pl"; 
  44. [Run]
  45. Filename: "{app}\WindConf.exe"; Description: "Launch Windows Configurator"; Flags: postinstall skipifsilent nowait
  46. [Icons]
  47. Name: "{group}\Windows Configurator"; Filename: "{app}\WindConf.exe"; 
  48. Name: "{group}\Windows Configurator on the Web"; Filename: "{app}\WindConf.url"; 
  49. Name: "{userdesktop}\Windows Configurator"; Filename: "{app}\WindConf.exe"; Tasks: desktopicon; 
  50. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Windows Configurator"; Filename: "{app}\WindConf.exe"; Tasks: quicklaunchicon; 
  51. [Tasks]
  52. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  53. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  54. [UninstallDelete]
  55. Type: files; Name: "{app}\WindConf.url"; 
  56.