home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Indispensables / Gerinstall / gerinstall.exe / install_script.iss
Text File  |  2005-03-23  |  3KB  |  64 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Gerinstall
  5. AppVerName=Gerinstall
  6. AppId=Gerinstall
  7. AppPublisher=GT
  8. AppPublisherURL=http://www.progalacarte.com
  9. AppSupportURL=http://www.progalacarte.com
  10. AppUpdatesURL=http://www.progalacarte.com
  11. DefaultDirName={pf}\Gerinstall
  12. DefaultGroupName=Gerinstall
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\gerinstal,1.exe"; DestDir: "{app}"; DestName: "gerinstal.exe"; Flags: ignoreversion 
  23. Source: "{app}\Aide1005.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\Auteur.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\Commande.txt"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\gerinstal,2.exe"; DestDir: "{app}"; DestName: "gerinstal.exe"; Flags: ignoreversion 
  27. Source: "{app}\gerinstal.REP"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\gerinstal.WDL"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\Licence.txt"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\Lisezmoi.txt"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\Liste.FIC"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\Liste.ndx"; DestDir: "{app}"; Flags: ignoreversion 
  33. Source: "{app}\Listlicence.FIC"; DestDir: "{app}"; Flags: ignoreversion 
  34. Source: "{app}\Listlicence.ndx"; DestDir: "{app}"; Flags: ignoreversion 
  35. Source: "{app}\Listrubrique.FIC"; DestDir: "{app}"; Flags: ignoreversion 
  36. Source: "{app}\Listrubrique.ndx"; DestDir: "{app}"; Flags: ignoreversion 
  37. Source: "{app}\Logiciel.txt"; DestDir: "{app}"; Flags: ignoreversion 
  38. Source: "{app}\Vendor.txt"; DestDir: "{app}"; Flags: ignoreversion 
  39. Source: "{app}\WD80HF.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  40. Source: "{app}\WD80IMG.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  41. Source: "{app}\WD80MAT.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  42. Source: "{app}\WD80OBJ.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  43. Source: "{app}\WD80SQL.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  44. Source: "{app}\WD80STD.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  45. Source: "{app}\WD80VM.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  46.  
  47. [INI]
  48. FileName: "{app}\gerinstal.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.progalacarte.com"; 
  49.  
  50. [Run]
  51. Filename: "{app}\gerinstal.exe"; Description: "Lancer Gerinstall"; Flags: postinstall skipifsilent nowait
  52.  
  53. [Icons]
  54. Name: "{group}\Gerinstall"; Filename: "{app}\gerinstal.exe"; WorkingDir: "{app}"; 
  55. Name: "{group}\L'auteur sur le Net"; Filename: "{app}\gerinstal.url"; WorkingDir: "{app}"; 
  56. Name: "{group}\DΘsinstaller Gerinstall"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  57. Name: "{userdesktop}\Gerinstall"; Filename: "{app}\gerinstal.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  58.  
  59. [Tasks]
  60. Name: "desktopicon"; Description: "CrΘer une ic⌠ne sur le bureau"; GroupDescription: "Additional icons:"; 
  61.  
  62. [UninstallDelete]
  63. Type: files; Name: "{app}\gerinstal.url"; 
  64.