home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / avdomain / SETUP.EXE / install_script.iss
Text File  |  2005-04-13  |  3KB  |  64 lines

  1. ;InnoSetupVersion=3.0.1
  2.  
  3. [Setup]
  4. AppName=Available Domains Professional Edition
  5. AppVerName=Available Domains Professional Edition 3.714
  6. AppId=Available Domains Professional Edition
  7. DefaultDirName={pf}\Available Domains Pro
  8. DefaultGroupName=Available Domains Pro
  9. UninstallDisplayIcon={app}\adomains.EXE
  10. OutputBaseFilename=setup
  11. Compression=zip
  12. PrivilegesRequired=none
  13. AllowNoIcons=yes
  14. LicenseFile=embedded\License.txt
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17.  
  18. [Files]
  19. Source: "{app}\adomains.chm"; DestDir: "{app}"; 
  20. Source: "{app}\quicktheme-cars.avd"; DestDir: "{app}"; 
  21. Source: "{app}\quicktheme-corporate.avd"; DestDir: "{app}"; 
  22. Source: "{app}\quicktheme-personal.avd"; DestDir: "{app}"; 
  23. Source: "{app}\quicktheme-shop.avd"; DestDir: "{app}"; 
  24. Source: "{app}\quicktheme-software.avd"; DestDir: "{app}"; 
  25. Source: "{app}\textmode-car.avd"; DestDir: "{app}"; 
  26. Source: "{app}\textmode-corporate.avd"; DestDir: "{app}"; 
  27. Source: "{app}\textmode-personal.avd"; DestDir: "{app}"; 
  28. Source: "{app}\textmode-shop.avd"; DestDir: "{app}"; 
  29. Source: "{app}\textmode-software.avd"; DestDir: "{app}"; 
  30. Source: "{app}\FILE_ID.DIZ"; DestDir: "{app}"; 
  31. Source: "{app}\adomains.exe"; DestDir: "{app}"; 
  32. Source: "{app}\howtoreg.htm"; DestDir: "{app}"; 
  33. Source: "{app}\license.txt"; DestDir: "{app}"; 
  34. Source: "{app}\history.txt"; DestDir: "{app}"; 
  35. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  36. Source: "{app}\AlphaCom Software.url"; DestDir: "{app}"; 
  37. Source: "{app}\Register.url"; DestDir: "{app}"; 
  38. Source: "{app}\config.dat"; DestDir: "{app}"; 
  39. Source: "{app}\avdpro.xml"; DestDir: "{app}"; 
  40.  
  41. [Run]
  42. Filename: "{app}\adomains.EXE"; Description: "Launch Available Domains"; Flags: postinstall unchecked skipifsilent nowait
  43.  
  44. [Icons]
  45. Name: "{group}\Available Domains Pro"; Filename: "{app}\adomains.EXE"; WorkingDir: "{app}"; 
  46. Name: "{group}\How To Purchase"; Filename: "{app}\howtoreg.htm"; WorkingDir: "{app}"; 
  47. Name: "{group}\Online Help"; Filename: "{app}\adomains.chm"; WorkingDir: "{app}"; 
  48. Name: "{group}\Register Online"; Filename: "{app}\Register.url"; WorkingDir: "{app}"; 
  49. Name: "{group}\Visit AlphaCom Software web site"; Filename: "{app}\AlphaCom Software.url"; WorkingDir: "{app}"; 
  50. Name: "{userdesktop}\Available Domains Pro"; Filename: "{app}\adomains.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  51. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Available Domains Pro"; Filename: "{app}\adomains.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  52.  
  53. [Tasks]
  54. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  55. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  56.  
  57. [InstallDelete]
  58. Type: files; Name: "{group}\AlphaCom Software.url"; 
  59. Type: files; Name: "{group}\register.url"; 
  60. Type: files; Name: "{group}\AlphaC~1.url"; 
  61. Type: files; Name: "{group}\on-lin~1.lnk"; 
  62. Type: files; Name: "{group}\Available Domains.lnk"; 
  63. Type: files; Name: "{group}\How To Register.lnk"; 
  64.