home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2002 September / PCpro_2002_09.ISO / techtalk / asfc / ASFC11ds.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-07-11  |  1.0 KB  |  31 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=ASFC
  4. AppVerName=ASFC 1.1
  5. AppId=ASFC
  6. AppPublisher=Thomas Ziebura
  7. AppPublisherURL=http://www.eskiya.de/asfc
  8. AppSupportURL=http://www.eskiya.de/asfc
  9. AppUpdatesURL=http://www.eskiya.de/asfc
  10. DefaultDirName={pf}\ASFC
  11. DefaultGroupName=ASFC
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\ASFC.exe"; DestDir: "{app}"; 
  20. Source: "{app}\ASFC.dat"; DestDir: "{app}"; 
  21. Source: "{app}\Liesmich.txt"; DestDir: "{app}"; 
  22. [INI]
  23. FileName: "{app}\ASFC.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.eskiya.de/asfc"; 
  24. [Run]
  25. Filename: "{app}\ASFC.exe"; Description: "ASFC starten"; Flags: postinstall skipifsilent nowait
  26. [Icons]
  27. Name: "{group}\ASFC"; Filename: "{app}\ASFC.exe"; 
  28. Name: "{group}\ASFC on the Web"; Filename: "{app}\ASFC.url"; 
  29. [UninstallDelete]
  30. Type: files; Name: "{app}\ASFC.url"; 
  31.